jobmetric/laravel-extension

This is a extension management package for Laravel that you can use in your projects.

1.2.0 2024-08-19 16:52 UTC

This package is auto-updated.

Last update: 2024-09-19 17:05:50 UTC


README

Contributors Forks Stargazers MIT License LinkedIn

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.