sqlaravel
Base to start projects in Laravel, simply and quickly
Requirements
Installation
-
Open a terminal at the root of your project
-
Execute
npm i sqlaravel
npm explore sisass -- npm run init -- --path ../../resources
Use
sqLaravel works with Gulp, to be able to use it, it is necessary to be located in the resources folder and execute gulp command
cd resources
gulp
Gulp task
cleanfiles
This task helps to remove temporary files in the project
gulp cleanfiles
Parameters for the gulp command
minjs (boolean: false)
True to minify the js files. It is executed as follows (preferably)
gulp --minjs true
or
gulp --minjs
License
MIT License