- Laravel Breeze.
- Inertia SSR.
- TW Elements.
$ git clone https://github.com/josephgodwinkimani/laravel-inertia-react-starter
$ cd laravel-inertia-react-starter
$ composer install
$ npm install
$ npm run dev
$ cp .env.example .env
$ php artisan key:generate
$ php artisan migrate
$ php artisan serve
If you discover a security vulnerability within this repository open an issue. All security vulnerabilities will be promptly addressed.
The Laravel framework, Laravel Breeze, TW Elements and this repository is open-sourced software licensed under the MIT license.