/laravel-artisan-commands

this is a laravel artisan commands package

Primary LanguagePHP

laravel-artisan-commands

this is a laravel package. it is a set of php artisan commands

List of commands

  • MackePackage
  • MigrateTable
  • SeedModel Table
  • Hello

Install

  1. Add the following snippet in composer.json file (at the end)
"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/paulido/laravel-artisan-commands" 
        }
      ]
  1. Also add this in composer.json file require-dev section
"paulido/artisan" : "dev-master"
  1. Type the following cmd in the terminal
composer update paulido/artisan or composer update