this is a laravel package. it is a set of php artisan commands
- MackePackage
- MigrateTable
- SeedModel Table
- Hello
- Add the following snippet in composer.json file (at the end)
"repositories": [
{
"type": "vcs",
"url": "https://github.com/paulido/laravel-artisan-commands"
}
]
- Also add this in composer.json file require-dev section
"paulido/artisan" : "dev-master"
- Type the following cmd in the terminal
composer update paulido/artisan or composer update