Laravel 10 CRUD API and Next.js
In this tutorial we’ll create Laravel 10 CRUD API using Breeze API stack and Next.js based frontend.
In this tutorial we’ll create Laravel 10 CRUD API using Breeze API stack and Next.js based frontend.
In this tutorial we’ll create Laravel 10 CRUD app using Livewire (TALL – Tailwind Alpine Laravel Livewire – stack)
In this tutorial we’ll create Laravel 10 CRUD app using VILT (Vue Inertia Laravel Tailwind) stack.
In this tutorial we’ll create Laravel 10 CRUD app using default Breeze starter kit which comprise of Blade templates along with Tailwind CSS and AlpineJS. Laravel 10.x requires a minimum PHP version of 8.1. This tutorial assumes that you are using Linux, MacOS or WSL on Windows and Node.js, Composer and PHP 8.1 along with … Read more
We continue from Part 1 where we created Livewire components for Customer and Item models; now, let’s move onto Invoice model and get the real stuff done. If you happened to land here randomly, then first go through the following articles chronologically since these are the prerequisite before you proceed here any further: Having followed … Read more
In this article, we’ll build the invoicing app using Laravel 9 TALL (Tailwind, Alpine, Laravel, Livewire) stack. If you want to develop this invoicing app in more traditional way using Bootstrap and jQuery, then follow this link. Or if you want to develop the same using VILT (Vue, Inertia, Laravel, Tailwind) stack, then follow this … Read more
We continue from Part 1 where we created controllers and views for Customer and Item models; now, let’s move onto Invoice model and get the real stuff done. If you happened to land here randomly, then first go through the following articles chronologically since these are the prerequisite before you proceed here any further: Having … Read more
In this article, we’ll build the invoicing app using Laravel 9 VILT (Vue, Inertia, Laravel, Tailwind) stack. If you want to develop this invoicing app in more traditional way using Bootstrap and jQuery, then refer to previous couple of articles. In order to continue here, you need to go through a couple of articles where … Read more
In this tutorial, we’ll create dynamic input fields using Livewire, a full-stack framework for Laravel to make reactive components. We’ll use Laravel 9 for this tutorial, however any latest version of Laravel should also work. Laravel 9.x requires a minimum PHP version of 8.0. This tutorial assumes that Composer and PHP 8 along with required … Read more
In this tutorial we’ll use Alpine.js in order to achieve dynamic input fields functionality. In previous article we used Vue to have the same functionality. Alpine is similar to Vue syntax-wise, however, it’s very lightweight as compared to Vue. Sometimes Alpine is regarded as modern replacement to jQuery and it forms an integral part of … Read more