Skip to main content

Search Results for "Vue.js"

We found 22 results for "Vue.js".

Tutorial 22 min read Premium

Laravel 11 + Vue.js 3 CRUD with Composition API

There are quite a lot of articles/videos on Laravel + Vue CRUD, but not enough is published on the newest Vue.js 3 version, using the new Composition API. So, with this step-by-step detailed article, let's fill in that gap, building a simple Company management form.

Package 686 stars Last updated November 2025

xiCO2k/laravel-vue-i18n

laravel-vue-i18n is a Vue3 plugin that allows to connect your Laravel Framework translation files with Vue. It uses the same logic used on Laravel Localization.

Code Example iluminar/goodwork

iluminar/goodwork

Files in the example:

  • app/Office/Controllers/OfficeController.php
  • resources/assets/js/store/office.js
  • app/Office/routes.php
  • resources/assets/js/components/home/offices.vue

Tutorial 4 min read Free

Laravel and Vue.js Translations with i18n Plugin

Translating your Vue.js application might be challenging if you want to use Laravel translation files, but there's an easy way. To connect Laravel translation files for the Vue application, we will use the laravel-vue-i18n Vue plugin.

Code Example devhub-az/devhub

devhub-az/devhub

Files in the example:

  • routes/api.php
  • resources/js/components/articles/ArticleShowComponent.vue
  • app/Http/Resources/ArticleResource.php

Code Example Melcus/parking-system

Melcus/parking-system

Files in the example:

  • store/garages.js
  • routes/api.php
  • app/Http/Controllers/Api/GarageController.php
  • app/Http/Resources/GarageIndexResourceCollection.php