Best laravel framework open-source packages.

Larareactia

Laravel SPA + React + Inertia.js + TailwindCSS starter template with authentication.
Updated 7 months ago

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