Skip to content
/ larareactia Public template

Laravel SPA + React + Inertia.js + TailwindCSS starter template with authentication.

License

Notifications You must be signed in to change notification settings

itsfaqih/larareactia

Repository files navigation

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