In this tutorial we'll paginate a hardcoded array using Laravel's LengthAwarePaginator class and render it in the view using normal built-in pagination methods.
Category: Frontend
This post will guide you through creating an app that uses @switch @case @default. We'll create a model, migration, controller, view, route and factory+seeder.
In this step-by-step guide, we'll build an app that seeds 10,000 movies into a table and shows them in a paginated list using Bootstrap and Laravel Blade.
In this guide, I'll show how to integrate custom JavaScript into Laravel using Vite. Using Vite will effectively bundle and optimize our code for browsers.
In this step-by-step guide, I'll walk you through the process of adding Bootstrap to your Laravel project using Laravel's default build tool: Vite.
In this guide, I'll show you how to install jQuery with Laravel's default build tool: Vite. This will add jQuery code while optimizing and minifying it.