skintrphoenix/plugin-loader

Plugin Loader for Laravel

3.6 2023-02-24 01:46 UTC

This package is auto-updated.

Last update: 2025-06-24 07:05:44 UTC


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