sawan / core
There is no license information available for the latest version (dev-master) of this package.
This is the first version for my laravel core
dev-master
2019-06-03 08:59 UTC
This package is auto-updated.
Last update: 2026-03-01 00:28:09 UTC
README
1- run "composer require sawan/core"
2- add Sawan\Core\SawanCoreServiceProvider::class to providers array in config\app.php like this
'providers' => [
.
.
.
Sawan\Core\SawanCoreServiceProvider::class,
.
],
3- run "php artisan vendor:publish --provider="Sawan\Core\SawanCoreServiceProvider" to include admin panel