invisibledragon / laravel-plugins
Plugin support for Laravel applications
Fund package maintenance!
Requires
- php: ^8.4
- illuminate/contracts: ^12.0|^13
- spatie/laravel-package-tools: ^1.93
Requires (Dev)
- larastan/larastan: ^3.12
- laravel/pint: ^1.32
- nunomaduro/collision: ^8.9
- orchestra/testbench: ^11.2
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ^12.4
- spatie/laravel-ray: ^1.43
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-12 20:06:38 UTC
README
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.