noxsi / laravel-plugin-manager
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/noxsi/laravel-plugin-manager
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-09-15 16:23:51 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