Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 746 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 746 Bytes

Laravel React Inertia Starter

  • Laravel Breeze.
  • Inertia SSR.
  • TW Elements.

Demo

Installation

$ 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

Security Vulnerabilities

If you discover a security vulnerability within this repository open an issue. All security vulnerabilities will be promptly addressed.

License

The Laravel framework, Laravel Breeze, TW Elements and this repository is open-sourced software licensed under the MIT license.