This packages addes Luna-sass Framework to laravel to replace bootstrap
This package is a addon for laravel presets to help setup Luna-sass with laravel., (*1)
This package will do all the necessary setup steps like altering the following file, (*2)
Change scss to sass and adding the ability to copy images for resources folder to public folder., (*3)
Copy file from Luna--sass in node_modules and setting up the variables file and adding the correct file locations for icon fonts., (*4)
Instant setup for javascript needed for Luna-sass to work., (*5)
Files: This also setup all the view files for you, including authentication views., (*6)
composer require designbycode/laravel-luna-presets
, (*7)
After installing the package run the following commands., (*8)
php artisan preset luna
, (*9)
Then run one of the two commands below., (*10)
yarn
or npm install
, (*11)
After everything is installed simply run the php artisan luna:start
, (*12)
You will be prompt to setup authentication. Make selection and run npm commands as normal., (*13)