A base project for the famous stack Laravel + InertiaJS + TailwindCSS with Vue 3 and Vite.
To run this repo, follow these steps:
- Clone the repository:
git clone https://github.com/hweihwang/laravel-inertia.git
- Navigate to the project directory:
cd laravel-inertia
- Make the
make.sh
script executable:
chmod +x ./make.sh
- Run the script:
./make.sh
- Your application should now be running at
http://localhost:29000
Before running this repo, ensure that you have Docker installed on your system.
- Docker
- Laravel
- Laravel Octane
- InertiaJS
- TailwindCSS
- Vue 3
- Vite