Socket
Socket
Sign inDemoInstall

sqlaravel

Package Overview
Dependencies
455
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sqlaravel

Base to start projects in Laravel, simply and quickly


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 12 Oct 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc