Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/designbycode/laravel-luna-presets
Add Luna-sass framework to laravel 5.8 to replace bootstrap
https://github.com/designbycode/laravel-luna-presets
javascript laravel laravel-luna-presets luna luna-sass sass
Last synced: about 1 month ago
JSON representation
Add Luna-sass framework to laravel 5.8 to replace bootstrap
- Host: GitHub
- URL: https://github.com/designbycode/laravel-luna-presets
- Owner: designbycode
- Created: 2018-06-18T13:03:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T19:22:23.000Z (over 5 years ago)
- Last Synced: 2024-04-14T12:58:05.611Z (9 months ago)
- Topics: javascript, laravel, laravel-luna-presets, luna, luna-sass, sass
- Language: HTML
- Homepage: https://designbycode.github.io/Luna/Build/index.html
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel-Luna-Preset
This package is a addon for laravel presets to help setup Luna-sass with laravel.
This package will do all the necessary setup steps like altering the following file
### Webpack:
Change scss to sass and adding the ability to copy images for resources folder to public folder.### Sass:
Copy file from Luna--sass in node_modules and setting up the variables file and adding the correct file locations for icon fonts.### Javascript:
Instant setup for javascript needed for Luna-sass to work.Files: This also setup all the view files for you, including authentication views.
### Installation:
` composer require designbycode/laravel-luna-presets `
After installing the package run the following commands.
`php artisan preset luna`
Then run one of the two commands below.
`yarn` or `npm install`
After everything is installed simply run the `php artisan luna:start`
You will be prompt to setup authentication. Make selection and run npm commands as normal.