All Projects → luyadev → luya-kickstarter-bootstrap4

luyadev / luya-kickstarter-bootstrap4

Licence: MIT license
LUYA boilerplate to kickstart projects with Bootstrap 4.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to luya-kickstarter-bootstrap4

luya-bootstrap4
Bootstrap4 Assets and Helper classes like ActiveForm for LUYA and Yii2.
Stars: ✭ 18 (+38.46%)
Mutual labels:  yii2, luya, bootstrap4
luya-module-admin
Administration base module for all LUYA admin modules
Stars: ✭ 45 (+246.15%)
Mutual labels:  yii2, luya, bootstrap4
Yii2 Bootstrap4
Yii 2 Bootstrap 4 Extension
Stars: ✭ 204 (+1469.23%)
Mutual labels:  yii2, bootstrap4
Azia-Admin-Bootstrap-Template
Free Bootstrap 4 Admin template
Stars: ✭ 73 (+461.54%)
Mutual labels:  gulp, bootstrap4
webpack-gulp-wordpress-starter-theme
A WordPress theme with Webpack & Gulp
Stars: ✭ 110 (+746.15%)
Mutual labels:  gulp, bootstrap4
Luya
LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
Stars: ✭ 741 (+5600%)
Mutual labels:  yii2, bootstrap4
Yii2 Starter Kit
Yii2 Starter Kit
Stars: ✭ 1,372 (+10453.85%)
Mutual labels:  yii2, bootstrap4
vue-loopback
A Vue project template with Loopback framework optionally with Vuex, Vue-router, and Auth boilerplaite
Stars: ✭ 52 (+300%)
Mutual labels:  gulp, bootstrap4
gulp-sass-bootstrap-boilerplate
⏰📌 Boilerplate with gulp.js, Sass, Babel, and Browsersync.
Stars: ✭ 24 (+84.62%)
Mutual labels:  gulp, bootstrap4
Purpleadmin Free Admin Template
Purple Admin is one of the most stylish Bootstrap admin dashboard you can get hands on. With its beautifully crafted captivating design and well-structured code.
Stars: ✭ 473 (+3538.46%)
Mutual labels:  gulp, bootstrap4
B4st
A Bootstrap 4 Starter Theme, for WordPress
Stars: ✭ 318 (+2346.15%)
Mutual labels:  gulp, bootstrap4
Bootstrap 4 Sass Gulp 4 Boilerplate
A Bootstrap 4.5.2 boilerplate with font-awesome, sass, gulp 4 tasks
Stars: ✭ 103 (+692.31%)
Mutual labels:  gulp, bootstrap4
frontie
Frontie is a front-end boilerplate. Gulp | Twig.js | Sass | Autoprefixer | Browsersync | Bootstrap 4 Grid System & Responsive Breakpoints
Stars: ✭ 28 (+115.38%)
Mutual labels:  gulp, bootstrap4
Yii2 Angular Boilerplate
Yii2 REST API + Angular10 Boilerplate (Frontend/Backend)
Stars: ✭ 194 (+1392.31%)
Mutual labels:  yii2, bootstrap4
luya-module-cms
The LUYA CMS module provides a full functional CMS for adding contents based on blocks.
Stars: ✭ 28 (+115.38%)
Mutual labels:  yii2, luya
Anchor-Bootstrap-UI-Kit
Anchor is a free Bootstrap UI Kit with flexible, ready to use UI components which will hep you build websites faster.
Stars: ✭ 69 (+430.77%)
Mutual labels:  gulp, bootstrap4
Stellar
Stellar is completely based on the latest version of Bootstrap 4. Stellar Admin is designed to reflect the simplicity and svelte of the components and UI elements and coded to perfection with well-organized code.
Stars: ✭ 176 (+1253.85%)
Mutual labels:  gulp, bootstrap4
bootstrap-4-boilerplate
Basic Bootstrap 4 Starter Template
Stars: ✭ 50 (+284.62%)
Mutual labels:  gulp, bootstrap4
one-bootstrap-template
Flatlogic One - Free Bootstrap Template and Theme
Stars: ✭ 24 (+84.62%)
Mutual labels:  bootstrap4
yii2-render-many
Trait for Yii Framework 2
Stars: ✭ 14 (+7.69%)
Mutual labels:  yii2

LUYA Logo

LUYA Bootstrap 4 Kickstarter Application

LUYA Total Downloads License

LUYA is a Yii 2 PHP Framework wrapper which provides out of the box functions like an administration interface, a beautiful looking content management system, payment modules, agency workflows and other tools to develop your website pretty fast!

Attention: As of Bootstrap 4, the grid is completely written in FLEX. Check the Browser Support to decide if you want to use Bootstrap 4 for your Project.

Installation

We have a made an absolut easy to understand STEP-BY-STEP Guide to install LUYA:

Tl;dr

composer create-project luyadev/luya-kickstarter-bootstrap4

Frontend

Libraries

These libraries are included and available:

» jQuery (yii\web\JqueryAsset)
» Bootstrap v4 (CSS & JS)

Bootstrap is included as a composer requirement

Compiling

We have created our own NPM Package that includes our gulp workflow.
Everything is prepared inside the resources/ folder.

See zephir/zephir-gulp-workflow for a full documentation of the workflow.

Backend

Assets

To speed up your local development you can uncomment the following lines in configs/local.php in order to use symlinking your assets instead of copy them every run.

'assetManager' => [
    'class' => 'luya\web\AssetManager',
    'linkAssets' => true,
],

Now all assets will be symlinked and not copied.

This will also enable CSS instant reload provided by browserSync (gulp).

Questions and Problems

If you have any questions or problems, don't hesitate to create a new issue on the project repository.

Contribution

We are always looking for people who share their thoughts, code and problems with us. Below the links to the contribution guides:

Help us building LUYA

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].