This is a simple implementation of Laravel UI with Vue and Inertia.
- Install composer dependencies using
composer install
. - Install npm dependencies using
npm install
. - Compile your frontend assets using
npm run dev
. - Update your
.env
to your liking. - Serve your application using
php artisan serve
.