sidneywidmer / ArtisanCommands

A list with useful commands for Laravel 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArtisanCommands

This repository should be a collection of usefull Laravel 4 Artisan commands. Feel free to contribute your own commands.

Installation

To install any of these, just copy the desired command to your app/commands folder and register the command in your app/start/artisan.php file like so:

Artisan::add(new CustomCommand);

Create your own

Please refer to the official docs if you like to create your own commands: Laravel 4 Documentation

About

A list with useful commands for Laravel 4


Languages

Language:PHP 100.0%