noxsi/laravel-plugin-manager

1.0 2023-06-15 09:08 UTC

This package is auto-updated.

Last update: 2024-05-15 13:39:26 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