skintrphoenix/plugin-loader

Plugin Loader for Laravel

Installs: 82

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 1

pkg:composer/skintrphoenix/plugin-loader

3.6 2023-02-24 01:46 UTC

This package is auto-updated.

Last update: 2025-12-24 08:07:00 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