msppack/ddsadmin

There is no license information available for the latest version (3.5.0) of this package.

Package for create easly form with single sintex

3.5.0 2017-06-22 12:20 UTC

This package is not auto-updated.

Last update: 2024-04-19 02:58:17 UTC


README

Step 1 : php artisan make:auth
Step 2 : composer require msppack/ddsadmin
Step 3 : Add service provider in config/app.php 
        MspPack\DDSAdmin\DDSAdminServiceProvider::class,
Step 4 : php artisan vendor:publish
Step 5 : php artisan migrate
Step 6 : composer dump-autoload
Step 7 : php artisan db:seed --class=UsersTableSeeder


Now go to ==> http://<YOUR DOMAIN>/admin/login