Skip to content

paulido/laravel-artisan-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

this is a laravel artisan commands package

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages