Download the PHP package moon/artisan without Composer
On this page you can find all versions of the php package moon/artisan. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package artisan
Laravel Artisan as a Package
Laravel Artisan is not available as a composer package. You can use Laravel Artisan in your project with this package.
Laravel Versions
Laravel | This Package | Installation |
---|---|---|
5.5 | v1.9 | composer require moon/artisan:v1.9 |
5.4 | v1.7 | composer require moon/artisan:v1.7 |
5.3 | v1.6 | composer require moon/artisan:v1.6 |
5.2 | v1.5 | composer require moon/artisan:v1.5 |
5.1 | v1.4 | composer require moon/artisan:v1.4 |
Installation
- Run
- Run . This command creates artisan-config.php and artisan in your root directory.
Usage
- Run to create a new command.
- When you create a new command, it will have Artisan\Console\Commands namespace. For example, if you run , you will get Artisan\Console\Commands\Hello as a fully qualified class name.
- Add the fully qualified class name to artisan-config.php
- Run to confirm.
For general usage, please refer to Artisan documentation at http://laravel.com/docs/5.2/artisan
All versions of artisan with dependencies
PHP Build Version
Package Version
No informations.
The package moon/artisan contains the following files
Loading the files please wait ....