Skip to content

A simple Laravel package to store every artisan command history with arguments and options in database.

License

Notifications You must be signed in to change notification settings

haroon-mahmood-4276/laravel-commands-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel commands history

A simple Laravel package to store every artisan command history with arguments and options in database.

Latest Stable Version Total Downloads License Stars PHP Version

Prerequisite

  • php: >= 8.0
  • laravel/framework: >= 9.x

Installation

composer require haroon-mahmood-4276/laravel-commands-history

Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

If laravel's auto-discovery doesn't work, add following lines in providers array in config/app.php

/*
* Package Service Providers...
*/
...

HaroonMahmood4276\LaravelCommandsHistory\CommandHistoryServiceProvider::class,
HaroonMahmood4276\LaravelCommandsHistory\CommandEventServiceProvider::class,
...

Migration

php artisan migrate

Want to contribute

  • Fork this repo.
  • Contribute in it.
  • Open a pull request.

Security Vulnerabilities

If you discover a security vulnerability within package, please send an e-mail to Haroon Mahmood via haroon.mahmood.4276@gmail.com. All security vulnerabilities will be promptly addressed.

License

This package is open-sourced software licensed under the MIT license.

About

A simple Laravel package to store every artisan command history with arguments and options in database.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages