2017 © Pedro Peláez
 

utilities sprocket

A set of utilities for Laravel projects.

image

peterdkc/sprocket

A set of utilities for Laravel projects.

  • Monday, February 26, 2018
  • by PeterDKC
  • Repository
  • 1 Watchers
  • 0 Stars
  • 126 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 1475 % Grown

The README.md

Laravel Utils, (*1)

A set of utilities for Laravel projects., (*2)

, (*3)

Installation

Install through composer:, (*4)

composer require --dev peterdkc/sprocket

, (*5)

Usage

, (*6)

Databases

To create a local database (currently only support MySQL):, (*7)

php artisan sprocket:makedb

Enter your root (or otherwise privileged) username and password., (*8)

To destroy your database:, (*9)

php artisan sprocket:makedb -t

Enter your root (or otherwise privileged) username and password., (*10)

The Versions

03/02 2018

dev-example_commands_for_blog

dev-example_commands_for_blog

A set of utilities for Laravel projects.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Peter DeMarco