ghulamali2612/artisan

Laravel basic artisan command to run using console

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ghulamali2612/artisan

v1.5 2019-09-26 16:50 UTC

This package is auto-updated.

Last update: 2025-11-27 06:10:15 UTC


README

Laravel basic artisan commands

Installation

Use Composer to install the library.

$ composer require ghulamali2612/artisan

Implementation

Add this line in config/app.php

GhulamAli\Artisan\ArtisanServiceProvider::class

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