Download the PHP package peterdkc/sprocket without Composer
On this page you can find all versions of the php package peterdkc/sprocket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download peterdkc/sprocket
More information about peterdkc/sprocket
Files in peterdkc/sprocket
Download peterdkc/sprocket
More information about peterdkc/sprocket
Files in peterdkc/sprocket
Vendor peterdkc
Package sprocket
Short Description A set of utilities for Laravel projects.
License MIT
Package sprocket
Short Description A set of utilities for Laravel projects.
License MIT
Please rate this library. Is it a good library?
Informations about the package sprocket
Laravel Utils
A set of utilities for Laravel projects.
- Installation
- Usage
- Databases
Installation
Install through composer:
composer require --dev peterdkc/sprocket
Usage
Databases
To create a local database (currently only support MySQL):
php artisan sprocket:makedb
Enter your root (or otherwise privileged) username and password.
To destroy your database:
php artisan sprocket:makedb -t
Enter your root (or otherwise privileged) username and password.
All versions of sprocket with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^6.0 || ^7.0
illuminate/console Version ^6.0 || ^7.0
doctrine/dbal Version ^2.6
illuminate/console Version ^6.0 || ^7.0
doctrine/dbal Version ^2.6
The package peterdkc/sprocket contains the following files
Loading the files please wait ....