Following things are installed and working
- Laravel 11
- Inertia (v2) with SSR
- Bootstrap 5
- Vite
This repo is based on https://github.com/nascent-africa/jetstrap which replaces all the tailwind css with boostrap. Feel free to fork it and use it as you like.
Steps to get it up and running.
composer install
(it will install all the php dependencies)npm install or yarn install
(it will install all the javascript dependencies).
Create fresh database first and then run
php artisan migrate
(it will migrate all the tables that came with jetstream).