Search by

invisibledragon / laravel-plugins

invisibledragon

Plugin support for Laravel applications

Package info

github.com/InvisDragon/laravel-plugins

Homepage

pkg:composer/invisibledragon/laravel-plugins

Fund package maintenance!

Invisible Dragon

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 4

dev-main 2026-09-12 20:06 UTC

This package is auto-updated.

Last update: 2026-09-12 20:06:38 UTC


README

Latest Version on Packagist

This is a work in progress plugin framework for Laravel.

Documentation and stuff will be provided once there is something more substantial.

Support us

Please don't support this just yet, it's not ready for production use. This will hopefully change at some point.

Installation

You can install the package via composer:

composer require invisdragon/laravel-plugins

You can publish and run the migrations with:

php artisan vendor:publish --tag="laravel-plugins-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="laravel-plugins-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="laravel-plugins-views"

Usage

$invisibleDragon\LaravelPlugins = new Invisible Dragon\InvisibleDragon\LaravelPlugins();
echo $invisibleDragon\LaravelPlugins->echoPhrase('Hello, Invisible Dragon!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.