msppack / ddsadmin
Package for create easly form with single sintex
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: >=5.5.9
- arcanedev/no-captcha: ^4.0
- dirkgroenen/pinterest-api-php: ^0.2.11
- doctrine/dbal: ^2.5
- guzzlehttp/guzzle: ~6.0
- illuminate/support: ~5.0
- laravel/socialite: ^3.0
- laravelcollective/html: ^5.4
- zizaco/entrust: ^1.8
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