From 1e5a71b03c22538bdbdecb2ea2130aab53d42262 Mon Sep 17 00:00:00 2001 From: Santiago <22715417+fsgreco@users.noreply.github.com> Date: Tue, 1 Nov 2022 15:12:45 +0100 Subject: [PATCH] Add Starter Project: Laravel + Vue 3 Boilerplate An implementation of the **Laravel Breeze** application / authentication starter kit frontend in Vue.js v3. How a library can become a framework with the help of **pinia** and **vue-router**. This repository emulates the same purpose achieved by Taylor Otwell with his demo repository "breeze-next", but with VueJs v3 instead of React. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02784576..ddcbf567 100644 --- a/README.md +++ b/README.md @@ -430,6 +430,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Vue Boilerplate](https://github.com/alefesouza/laravel-vue-boilerplate) * [Laravel Enso](https://github.com/laravel-enso/enso) * [Laravel Template with Vue](https://github.com/wmhello/laravel_template_with_vue) +* [Laravel Breeze with Vue3 - Boilerplate / Starter kit](https://github.com/fsgreco/vue3-laravel-api) ## Codebases for Reference