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
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 02:34:43 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