My personal starting point for any laravel app that requires standard users and admin users. Also has editable profiles (standard users can edit their own profile, admin users can edit all profiles).
See demo here or install locally with instructions below.
This is just local installation using something like MAMP/WAMP or xampp
- clone the repo and cd into it
composer install
- make sure db is running and credentials are setup in
app\config\database.php
php artisan migrate
php artisan db:seed
php artisan serve
- Visit localhost:8000 in your browser