PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Laravel

Laravel posts, videos, courses, and more

Laravel Wayfinder

Laravel has announced a new package called Wayfinder. This package will allow you to easily generate fully-typed, importable TypeScript functions for your controllers and named routes, provi...

Tony Lea ยท 3 months ago

5

Laravel custom helper functions โ€“ Fast Tips

Helper functions are quite popular among Laravel developers. They provide access to some clever algorithms ready to be used in your code using a single statement. Probably the most known hel...

Valerio ยท 9 months ago

3

How To Use Pan for Easy Analytics in Your Laravel App

Introduction When you're building a website or an app, knowing how users interact with it is key to improving the experience. However, many tracking tools are complicated, costly, or don't c...

Bobby Iliev ยท 9 months ago

8

Laravel Auth Routes Tutorial

Laravel auth routes is one of the essential features of the Laravel framework. Using middlewares you can implement different authentication strategies and attach them to different parts of y...

Valerio ยท 10 months ago

1

Laravel Livewire: What it is, and how to use it in your web app

Livewire is one of the most important projects in the Laravel ecosystem specifically targeted to frontend development. Livewire v3 has been recently released, so letโ€™s explore what Livewire...

Valerio ยท 10 months ago

2

Laravel Password Hashing With Salt

Recently we went deep into the Laravel authentication system for some improvements and to add Multi-Factor authentication. I discovered some interesting details on how Laravel password hashi...

Valerio ยท 10 months ago

How to group array by date in PHP โ€“ Fast Tips

I use this technique to group the bug fixes array by date in the Inspector dashboard, and I thought it could be a good code snippet idea for others. I also wrote an implementation for Larave...

Valerio ยท 10 months ago

Laravel Announces Major Updates at Laracon US 2024: Cloud, Inertia 2.0, and More

Hello Laravel community! ๐Ÿ‘‹ The Laracon US 2024 keynote by Taylor Otwell just wrapped up, and there are some exciting new features coming to the Laravel ecosystem. Let's break down the key a...

Bobby Iliev ยท 10 months ago

Livewire VS Inertia

When you start learning Laravel, you will also need to choose a stack that suits your needs and preferences. Livewire or Inertia? Both offer unique benefits and can change how you build your...

Tony Lea ยท 1 year ago

3

Simplifying Your Video Playback With Laravel

As Laravel developers, we're always on the lookout for ways to enhance the user experience in our applications. Implementing smooth and user-friendly video playback can be a game-changer. In...

Supernova3339 ยท 1 year ago

5

Laravel Volt

Laravel Volt is a new package that was announced during Laracon 2023. Volt brings the power of single file Livewire components to Laravel and it works seamlessly with Folio. Similar to how R...

Tony Lea ยท 1 year ago

11

Laravel Folio

Laravel Folio is a page-based routing system introduced to Laravel at LaraconUS 2023. With Folio you can map a route to a specific file or folder, similar to the file-based routing systems f...

Tony Lea ยท 2 years ago

9

Simplifying Laravel Upgrade Tasks: A Guide to Automating Your Development Workflow

As Laravel developers, we know that upgrading our applications can be a pain. There are always a bunch of tasks like building assets, running database migrations, and clearing your applicati...

Supernova3339 ยท 2 years ago

5

How to use DigitalOcean Spaces with Laravel Voyager?

Introduction DigitalOcean Spaces is an object storage service that allows you to store and serve large amounts of data. It is a reliable and flexible solution for developers, especially when...

Bobby Iliev ยท 2 years ago

3

How to add two factor authentication to your laravel application

Two factor authentication is a security measure that adds an extra layer of protection to a user's account or system by requiring two forms of identification. Instead of relying solely on a...

Supernova3339 ยท 2 years ago

5

AWS SQS in a large scale application

In today's article, I'm going to show you how we use AWS SQS in our Laravel application, and how it helps us to manage 1.6 billion operations each month. In the image below you can see our t...

Valerio ยท 2 years ago

1

How to output the raw SQL query in Laravel

Laravel does a lot of magic behind the scenes when fetching data from the database. Luckily there are some really easy ways to get the raw SQL query so that you can understand everything tha...

Cody Jenson ยท 2 years ago

2

How to increase the size of the file upload in Laravel Voyager Media Manager?

Introduction Laravel Voyager is a great open-source admin panel for Laravel. It is also the admin panel currently used in Laravel Wave which is a Laravel SaaS starter kit. In this article, y...

Bobby Iliev ยท 2 years ago

4

How to use Bootstrap with Laravel and Vite

While the Laravel community now mostly uses Tailwind CSS. Bootstrap - one of the most used CSS frameworks currently on the market, is still widely used by a portion of the community. Since L...

Kim Hallberg ยท 2 years ago

8

How to setup Laravel Wave on Windows using Laragon?

Introduction Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the modelโ€“viewโ€“controller (MVC) archite...

Bobby Iliev ยท 2 years ago

4

Save 1.2 million queries per day with Laravel Eager Loading

Since various elements of the Inspector backend rely on Laravel, I worked a lot with the ORM component myself, and its Eager Loading features. The tradeoff in using an ORM always remains tre...

Valerio ยท 2 years ago

2

How we simplified MySQL Tuning to improve Laravel Performance

Hi there, My name is Roman, and I'm an engineer with ten years of experience in MySQL. I started the side project in 2020 to solve the problem around MySQL Performance Tuning to improve the...

Roman Agabekov ยท 2 years ago

1

How to Install Tailwind CSS 3 in Laravel 9 With Vite 3

Tailwind is a modern CSS framework. It is a utility-first-based framework and provides you with a unique set of utility classes which makes the development process very easy and results in m...

TechvBlogs ยท 2 years ago

5

How to use jQuery with Laravel and Vite

jQuery is one of the OG JavaScript libraries still in heavy use in the Laravel community to this day. It was a breeze to add with Laravel Mix, but since Laravel v9.2.0 Vite is now the defaul...

Kim Hallberg ยท 2 years ago

3

How to Get Random Records from Database in Laravel

In the project development sometimes we need to display random data on Frontend that time we need to fetch random records from the database to display random records on the frontend. In Lara...

TechvBlogs ยท 2 years ago

Laravel - Clear Cache in Shared Hosting Server

Shared Hosting is very wired Hosting I have ever used. Because All things are restricted which is required for Laravel Project. You cannot install composer using the command line so you need...

TechvBlogs ยท 2 years ago

1

Getting Started with TALL stack

TALL stack is a full-stack development solution used for building powerful, modern, and reactive Laravel applications. This stack can be used to build a multitude of applications, in fact, y...

Kim Hallberg ยท 2 years ago

4

How to Get only records created today in Laravel

Hey Folks, If you are working on large-scale Applications or any SAAS application and as of project requirement. You need to show some analytics in your project like Today, Yesterday, Last M...

TechvBlogs ยท 2 years ago

3

How to Create Custom Validation Rules in Laravel 9

The biggest advantage of Laravel over other frameworks is the fact that it comes with a lot of built-in features. In this article, we are going to understand Laravel Custom Validation Rules....

TechvBlogs ยท 2 years ago

6

SPA Authentication using Laravel 9 Sanctum, Vue 3 and Vite

Laravel Sanctum provides a lightweight authentication system relying on Laravel's built-in cookie-based session authentication services. How Laravel Sanctum works Before we start blindly mas...

TechvBlogs ยท 2 years ago

4

Loading More Content