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

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

pkg:composer/sawan/core

dev-master 2019-06-03 08:59 UTC

This package is auto-updated.

Last update: 2025-12-29 03:05:59 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