Skip to content

ArthurYdalgo/laravext-vue-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravext Example - Laravel 12 with Vue

Introduction

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

I tried to keep as similar as the one officially offered by the Laravel team, so the starter kit isn't making use of the layout.vue file convention.

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.

About

Laravext Vue Starter Kit

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors