sqlaravel

1.1.2 • Public • Published

sqlaravel

Base to start projects in Laravel, simply and quickly

Requirements

  • Minimum Node v16.7.0

Installation

  1. Open a terminal at the root of your project

  2. 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

Package Sidebar

Install

npm i sqlaravel

Weekly Downloads

23

Version

1.1.2

License

MIT

Unpacked Size

114 kB

Total Files

37

Last publish

Collaborators

  • esutoraiki