Skip to content

User Authentication with account Verification via mail, Forgot Password, Reset Password

Notifications You must be signed in to change notification settings

MuhammadHanzala/laravel-api-boilerplate

Folders and files

NameName
Last commit message
Last commit date
Aug 8, 2018
May 28, 2018
Aug 8, 2018
Aug 8, 2018
May 28, 2018
Aug 6, 2018
Aug 6, 2018
May 28, 2018
May 28, 2018
May 28, 2018
May 28, 2018
May 28, 2018
Aug 6, 2018
May 28, 2018
Aug 8, 2018
Aug 8, 2018
May 28, 2018
May 28, 2018
Aug 6, 2018
May 28, 2018
May 28, 2018

Repository files navigation

Laravel Api

This is a boilerplate server

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Follow this Guide for prerequisites.

Installing

  • Open the console and cd your project root directory
  • Run composer install
  • Rename .env.example file to .envinside your project root and fill the database information.
  • Enter credentials of database and mailtrap in env file.
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan passport:install
  • Run php artisan db:seed to run seeders, if any.
  • Run php artisan serve

Built With

Contributors