Vue Laravel 12 Starter Kit: CRUD Project
In this course, we will create a simple CRUD project on top of the Laravel 12 Vue.js starter kit. Th...
We found 22 results for "Vue.js".
In this course, we will create a simple CRUD project on top of the Laravel 12 Vue.js starter kit. Th...
Many newcomers see those abbreviations and are confused which "ecosystem" to start with. Let me explain.
A demo project on how to use spatie/laravel-permission with Vue Inertia and Laravel Breeze.
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.
In this tutorial, we will explore how to use Laravel, Vue, and Laravel Sanctum together to build an API authentication, in two ways: in two-in-one Laravel + Vue SPA, or as separate Vue + API projects.
To achieve dynamic behavior in Laravel projects, you can use JavaScript, and Vue.js is one of the most popular solutions. This article will provide an overview for Laravel developers who hasn't started with Vue.
This is a longer video of almost live-coding a simple Vue.js 3 + Laravel CRUD. There are a lot of tutorials around this topic, but not enough with the new Composition API.
This video is meant for those who want to start with Vue.js and want to "feel" what it's like, this demo shows the main things: what is the component, how to add it, and how to compile the result.
Lately, I see quite a lot of questions like "What is better to use/learn: Livewire or Vue". Let's try to answer with a practical example.
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.
Files in the example:
Files in the example:
Files in the example:
Simple demo-project with a contact form, made in two stacks: web, jQuery, Vue, and new Livewire.
Our approach to create a three-step form with Vue and Inertia.
I want to show how to use a well-known package Laravel Vue Pagination with Vue.js 3, with the Composition API.
Data pagination is a common feature on the web. This article will cover implementing it in Vue.js components by fetching data from Laravel API. Let's quickly implement one using the laravel-vue-pagination package. Also, we will cover the "infinite scroll" pagination.
When working with forms, what if a user clicks the Submit button twice? There are various ways to prevent it, I will show you examples in this tutorial.
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.
Files in the example:
Files in the example:
Files in the example: