Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 454 Bytes

README.md

File metadata and controls

28 lines (27 loc) · 454 Bytes

Installation

  1. Clone this repo.
git clone https://github.com/itsfaqih/larareactia.git
cd larareactia
  1. Install the dependencies.
composer install
npm install
npm run dev
  1. Copy and setup the .env
cp .env.example .env
  1. Migrate the table
php artisan migrate
  1. Done! You're ready to go :)
php artisan serve

To Do List (Maybe)

  • Email verify template
  • Reset password template