noxsi / laravel-plugin-manager
1.0
2023-06-15 09:08 UTC
Requires
- php: ^8.2
- ext-zip: *
- laravel/framework: ^10.13
- spatie/laravel-enum: ^3.0
Requires (Dev)
- orchestra/testbench: ^8.5
- phpunit/phpunit: ^10.2
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2025-02-15 15:12:36 UTC
README
Warning This package is currently still under development. I am revising it daily to get it ready. Please dont use it in Production.
Install the Package
composer require noxsi/laravel-plugin-manager:1.0
after that:
php artisan vendor:publish --provider="Noxsi\LaravelPluginManager\Providers\PluginServiceProvider"
Create a Plugin:
php artisan make:plugin MY-PLUGIN
I will provide more information soon!
Requirements
- PHP 8.2
- Laravel 10.13
- Spatie Enum 3.0