Skip to content

maitkaa/laravel-inertia-boilerplate

Repository files navigation

Welcome!

This is a boilerplate for

  • Laravel 9
  • InertiaJs
  • Vue3
  • TailwindCSS

Commands

Clone repo and remove Git

git clone https://github.com/maitkaa/laravel-inertia-boilerplate.git && rm -rf .git* && cd laravel-inertia-boilerplate/ && cp .env.example .env

Install composer packages

composer install

Install node modules

npm install

Generate Laravel application key

php artisan key:generate

Run Laravel Mix

npm run dev

Or run Laravel Mix an watch for changes

npm run watch

Almighty-Tech-1

For development I recommend using Laravel Valet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages