Skip to content

meccado/photo-gallery-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photo-gallery-admin

Latest Version on Packagist Latest Unstable Version Total Downloads

Install

Via Composer

$ composer require "meccado/photo-gallery-admin:~1.0.0"

To register the Service Provider edit config/app.php file and add to providers array:

 /*
  *  Service Provider
  */
  Meccado\PhotoGalleryAdmin\PhotoGalleryAdminServiceProvider::class,

Publish files with:

#In Laravel =>5.3.x or =>5.4.x or hiegher first run:
$ php artisan make:auth
#then
$ php artisan vendor:publish  --force

Migrate & Seed database files with:

$ composer dump-autoload
$ php artisan migrate --seed
Admin Login Page & Credentials
Admin Login: http://localhost:8000/admin

Super Admin
User: super@domain.com
Password: password

Admin
User: admin@domain.com
Password: password

General User
User: user@gmail.com
Password: password

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email tsw603gp@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Laravel Photo Gallery Admin

Resources

License

Stars

Watchers

Forks

Packages

No packages published