You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sqlaravel

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlaravel

Base to start projects in Laravel, simply and quickly

1.1.2
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

sqlaravel

Base to start projects in Laravel, simply and quickly

Requirements

  • Minimum Node v16.7.0

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

Keywords

laravel

FAQs

Package last updated on 12 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts