This base application will be a starting point in creating a web app from scratch with multiple authentication - admin user (Employees) and frontend user (customer).
Requirements:
How to install
- Clone this project.
git clone git@github.com:jsdecena/baseapp2.git - Run
composer install - Copy .env.example and save as .env on the same directory
- Run
php artisan key:generate - [IMPORTANT] Create you local DB and change the database settings in the .env with your database settings
- Run
php artisan migrate --seed - Run
npm install - Run
php artisan serveand go to localhost:8000
Admin Employee credentials:
- url: localhost:8000/admin
- email: jane@doe.com.com
- pass: Testing123
Customer credentials:
- email: john@doe.com
- pass: Testing123