Skip to content

ds-joe/laravel-inertia

Repository files navigation

Laravel Inertia Template

a laravel^11 inertia react template, using inertia library for (SSD server side rendering, React State Management).

Template Features

  • typescript
  • sass
  • react
  • inertia

Requirements Version

  • composer >= v2.7.2
  • php >= v8.2.12
  • nodejs >= v20.12.0

Installation

  • Clone Template https://github.com/ds-joe/laravel-inertia.git

  • Download Nodejs

  • Download XAMPP for php server

  • Download Composer

  • Then write those commands.

# install vendor
$ composer install

# install node_modules
$ npm i

# run your migrations
$ php artisan migrate

# then run react compiler
$ npm start

# open new command line tab and write this command.
$ php artisan serve

Releases

No releases published

Packages

No packages published

Languages