Looking to hire Laravel developers? Try LaraJobs

laravel-plugins maintained by invisibledragon

Description
Plugin support for Laravel applications
Author
Last update
2026/09/12 22:06 (dev-main)
License
Downloads
4

Comments
comments powered by Disqus

Plugin support for Laravel applications

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.