iblue / laravel-buttmonkey

Rails-style scaffolding for Laravel Jetstreams.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Buttmonkey

Rails-style scaffolding for Laravel Jetstreams.

Installation

You can install the package via composer:

composer require iblue/laravel-buttmonkey --dev

If you want to keep your stubs up to date with every update, add this composer hook to your composer.json file:

"scripts": {
    "post-update-cmd": [
        "@php artisan buttmonkey:install"
    ]
}
-```


## Usage

You can publish the stubs using this command:

```bash
php artisan buttmonkey:install

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email iblue@gmx.net instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Rails-style scaffolding for Laravel Jetstreams.

License:MIT License


Languages

Language:PHP 100.0%