jobmetric / laravel-extension
This is a extension management package for Laravel that you can use in your projects.
Requires
- php: >=8.0.1
- jobmetric/laravel-event-system: ^1.1
- jobmetric/laravel-package-core: ^1.7
- laravel/framework: >=9.19
- spatie/laravel-query-builder: ^5.7
This package is auto-updated.
Last update: 2024-12-20 18:48:30 UTC
README
Extension for laravel
This is an extension management package for Laravel that you can use in your projects.
Using this package, you can create custom plugins for your system and sell them on the market, something Laravel never did
, and we were all waiting for.
You can use this package to design different types of cms plugins and run them in Laravel, and by using the functions added to this package, you can manage them in the best way.
Install via composer
Run the following command to pull in the latest version:
composer require jobmetric/laravel-extension
Documentation
Before doing anything, you must migrate after installing the package by composer.
php artisan migrate
This package includes different parts that I will mention in order:
Contributing
Thank you for considering contributing to the Laravel Extension! The contribution guide can be found in the CONTRIBUTING.md.
License
The MIT License (MIT). Please see License File for more information.