jsdecena / baseapp2

Base Application with Multiple Auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Base Application with Multiple Auth


Languages

Language:PHP 60.2%Language:HTML 37.3%Language:JavaScript 2.0%Language:ApacheConf 0.4%Language:CSS 0.1%