Skip to content

jsdecena/baseapp2

Repository files navigation

My Base Application for Laravel 5.2 with Multi-auth

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 serve and go to localhost:8000

Admin Employee credentials:

Customer credentials:

Releases

No releases published

Packages

No packages published