rahatsagor / laravel-core-system
Core functions to work with apps created by RS Application
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: >=8.0.2
- ext-json: *
- ext-mysqli: *
- ext-pdo: *
- guzzlehttp/guzzle: ^7.4
- illuminate/support: ^9.14.1 || ^10.0 || ^11.0
- laravel/framework: ^9.0 || ^10.0 || ^11.0
README
Core functions to work with apps created by RS Application.
Installation
You can install the package via composer:
composer require rahatsagor/laravel-core-system
Laravel without auto-discovery:
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Rahatsagor\LaravelCoreSystem\LaravelCoreSystemServiceProvider::class,
Changelog
Please see CHANGELOG for more information about what has changed recently.
Security
If you discover any security related issues, please email rs@rsapplication.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.