skintrphoenix/plugin-loader

Plugin Loader for Laravel

Maintainers

Package info

github.com/Skintrphoenix/PluginLoader

pkg:composer/skintrphoenix/plugin-loader

Statistics

Installs: 82

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

3.6 2023-02-24 01:46 UTC

This package is auto-updated.

Last update: 2026-02-24 08:30:05 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