Download the PHP package ghulamali2612/artisan without Composer
On this page you can find all versions of the php package ghulamali2612/artisan. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ghulamali2612/artisan
More information about ghulamali2612/artisan
Files in ghulamali2612/artisan
Download ghulamali2612/artisan
More information about ghulamali2612/artisan
Files in ghulamali2612/artisan
Vendor ghulamali2612
Package artisan
Short Description Laravel basic artisan command to run using console
License MIT
Homepage https://github.com/ghulamali2612/artisan/
Package artisan
Short Description Laravel basic artisan command to run using console
License MIT
Homepage https://github.com/ghulamali2612/artisan/
Please rate this library. Is it a good library?
Informations about the package artisan
Artisan
Laravel basic artisan commands
Installation
Use Composer to install the library.
Implementation
Add this line in config/app.php
Usage
- $ php artisan artisan-database:tables //List of your database table
- $ php artisan artisan-database:refresh //Truncate all database tables except migration
- $ php artisan artisan-database:truncate table_name //Truncate requested table only
- $ php artisan artisan-database:drop table_name //Drop the requested table
- $ php artisan artisan-log:clear //Clear storage/logs/laravel.log file
All versions of artisan with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package ghulamali2612/artisan contains the following files
Loading the files please wait ....