shuhrat26/artisan-form

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

dev-main 2021-11-19 19:07 UTC

This package is auto-updated.

Last update: 2024-04-23 16:02:33 UTC


README

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 author@email.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.