LaravelPackages.net
Acme Inc.
Toggle sidebar
shuhrat26/artisan-form

Executes commands from the artisan list except for the commands vendor publishes

24
0
About shuhrat26/artisan-form

shuhrat26/artisan-form is a Laravel package for executes commands from the artisan list except for the commands vendor publishes. It currently has 0 GitHub stars and 24 downloads on Packagist. Install it with composer require shuhrat26/artisan-form. Discover more Laravel packages by shuhrat26 or browse all Laravel packages to compare alternatives.

Last updated

ArtisanForm

Latest Version on Packagist Total Downloads Build Status StyleCI

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require shuhrat26/artisan-form

Usage

Publish the package config file to your application.

php artisan vendor:publish --provider="Shuhrat26\ArtisanForm\ArtisanFormServiceProvider" --tag="artisan-form.config"

in the .env file, configure APP_URL = http://yoursite.xxx

Type http://yoursite.xxx/artisan in the address bar

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.

Comments