{"id":24812978,"url":"https://github.com/andrefelipe18/vfullauth","last_synced_at":"2026-04-12T21:51:25.883Z","repository":{"id":270910282,"uuid":"670339702","full_name":"andrefelipe18/VFullAuth","owner":"andrefelipe18","description":"VFull Auth is ready to use with Laravel Breeze Authentication. It comes with the same features as VFull, but with Laravel Breeze Authentication configured and ready to use.","archived":false,"fork":false,"pushed_at":"2023-07-24T20:41:18.000Z","size":153,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T10:12:25.655Z","etag":null,"topics":["authentication","laravel","starter-kit","typescript","vue","vue-router","vue3"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrefelipe18.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-24T20:40:19.000Z","updated_at":"2023-09-13T11:23:27.000Z","dependencies_parsed_at":"2025-01-04T01:01:02.514Z","dependency_job_id":"9b04bbe6-9e4d-49ca-9ac4-86b47532684b","html_url":"https://github.com/andrefelipe18/VFullAuth","commit_stats":null,"previous_names":["andrefelipe18/vfullauth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrefelipe18%2FVFullAuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrefelipe18%2FVFullAuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrefelipe18%2FVFullAuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrefelipe18%2FVFullAuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrefelipe18","download_url":"https://codeload.github.com/andrefelipe18/VFullAuth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245504137,"owners_count":20626309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","laravel","starter-kit","typescript","vue","vue-router","vue3"],"created_at":"2025-01-30T14:55:33.841Z","updated_at":"2026-04-12T21:51:20.850Z","avatar_url":"https://github.com/andrefelipe18.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VFull Auth - VFull Starter kit with Breeze Authentication\n![VFullLogo](./public/vfull.png)\n\n# Introduction\n\nThis repository is an implementing of the [Laravel Breeze](https://laravel.com/docs/10.x/starter-kits#breeze-and-next) application / authentication with *VFull*. All of the authentication boilerplate is already written for you - powered by Laravel Sanctum, allowing you to quickly begin pairing your beautiful Vue.js frontend with a powerful Laravel backend.\n# Inspiration\n\nThe basis of VFull Auth was taken from [this project](https://github.com/faisalfjri/breeze-vue-api), I thank the creators [Faisal Fajri](https://github.com/faisalfjri) and [Eugene van der Merwe](https://github.com/eugenefvdm)\n\n## Why VFull?\n\n*VFull* is a heavily opinionated starter kit for Vue 3 powered by Vite. It comes with auto-importing features and leverages the latest and greatest features from Vue 3, Tailwind CSS, DaisyUI, TypeScript, Vue Router, Pinia, VueUse, UnHead, Axios, Unplugin Vue Components, Unplugin Auto Import, Vitest and Vue Test Utils configured and ready to use.\n\n## Why VFull Auth? \n\n*VFull Auth* is ready to use with Laravel Breeze Authentication. It comes with the same features as VFull, but with Laravel Breeze Authentication configured and ready to use.\n\n\n## Features\n- 💚[Vue](https://vuejs.org/)\n- 🔐[Laravel Breeze Authentication](https://laravel.com/docs/10.x/starter-kits#breeze-and-next)\n- 🍍[Pinia](https://pinia.esm.dev/)\n- 🔄[Vue Router](https://router.vuejs.org/)\n- 👨🏽‍💻[VueUse](https://vueuse.org/)\n- 🤯[UnHead](https://unhead.harlanzw.com/)\n- 🤙🏽[Axios](https://axios-http.com/)\n- 🚗[Unplugin Vue Components](https://github.com/antfu/unplugin-vue-components)\n- 🚘[Unplugin Auto Import](https://github.com/antfu/unplugin-auto-import)\n- ⚡[Vite](https://vitejs.dev/)\n- 🧪[Vitest](https://vitest.dev/guide/)\n- 🧪[Vue Test Utils](https://next.vue-test-utils.vuejs.org/)\n- 🤩[Tailwind CSS](https://tailwindcss.com/)\n- 🎨[DaysiUI](https://daisyui.com/)\n- 🆔[TypeScript](https://www.typescriptlang.org/)\n\n### Installation\nFirst of all, you need to install [Laravel](https://laravel.com/docs/10.x/installation)\n\n```bash\n# Create the Laravel application...\nlaravel new vfull-backend\n\ncd vfull-backend\n\n# Install Breeze\ncomposer require laravel/breeze\n\nphp artisan breeze:install api\n\n```\n# Install VFull Auth\n```bash\n# Clone the repository\ngit clone \n\n# Install dependencies\nnpm install\n```\n*Atention*\n\nIn the backend, you need to change the file `.env` to FRONTEND_URL=http://localhost:3000\nIn the frontend, you need to change the file `.env` to VITE_PUBLIC_BACKEND_URL=http://localhost:8000\n\nIs a very important using *localhost* during local development of your backend and frontend to avoid CORS \"Same-Origin\" issues.\n\nFinally, run the applications with the commands:\n\n```bash\n# Run the backend\nphp artisan serve\n\n# Run the frontend\nnpm run dev\n```\n# License\nVFull Auth is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrefelipe18%2Fvfullauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrefelipe18%2Fvfullauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrefelipe18%2Fvfullauth/lists"}