Skip to content

souravtah/Laravel9-Inertia-ssr-bootstrap5-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Starter Kit (Inertia-SSR - Vue3 - Bootstrap 5)

Use this starter kit to develop with Laravel 9 setup InertiaJs with Server Side Rendering (SSR), Vue Js 3 and Bootstrap 5

Support me

Buy Me a Coffee at ko-fi.com

Requirements

  • PHP 8.0
  • Node 14 or latest

How to start

To use roles & permissions: select the branch "Branch_with_roles_permissions"

Clone the repo https://github.com/souravtah/Laravel9-Inertia-ssr-bootstrap5-starter-kit.git

$ cp .env.example .env # setup your database
$ composer install
$ php artisan key:gen
$ npm install
$ npm run dev # optional only if any changes you make in resource/js
$ php artisan migrate --seed
$ php artisan serve

Compile Assets

$ npm run dev

or

$ npm run watch