README
Plugin Loader for laravel
Quick Installation
composer require skintrphoenix/plugin-loader
Configuration
Add This code to routes/web.php
$plugin = new \Skintrphoenix\PluginLoader\PluginLoader();
$plugin->refreshPlugin();
Run this code on your terminal
php artisan storage:link
Example Plugin