Skip to content

stnss/laravel-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Create Command

License Version Total Downloads

This is package to integrate Laravel Create Command with Laravel. It includes a ServiceProvider to register the command.

Installation

Require this package using composer.

composer require sirio/laravel-command

Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:

'providers' => [
    // ...
    Sirio\LaravelCommand\SirioCommandServiceProvide::class,
];

About

This package for generating custom Views, Controllers, Models, Request and etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages