arthurydalgo/laravext-vue-starter-kit

The skeleton application for Laravel framework with Laravext.

1.0.2 2025-03-23 19:52 UTC

This package is not auto-updated.

Last update: 2025-03-24 17:59:49 UTC


README

Introduction

This is an starter kit of a Laravel 12 application with Vue that makes use of the Laravext package.

Instructions

I'm assuming you have PHP (8.4 or later), Composer and Node.js installed on your machine, and also that you have some kind of database running (like MySQL or SQLite), that you have created a .env file based on the .env.example file and set it up with your database credentials.

npm install
npm run build

composer install

php artisan migrate --seed
php artisan serve # or use Laravel Herd, or whatever you prefer

You should now be able to access the application at http://localhost:8000, or whatever URL you have set up for your local environment.