Laravel is a popular and extremely user-friendly php framework for creating web resources. It creates projects of different levels of complexity with expressive and structured code and logical architecture. Laravel is maintained and dynamic, despite its young age (the first launch dates back to 2011), it has managed to grow a significant ecosystem and is considered one of the best frameworks.
CrazyBoy49z
CrazyBoy49z 02.03.2023

Filter and Search Eloquent Models with the Model Filter Package

Laravel Model Filter offers a simple way to filter and search eloquent models by array parameters and query strings.

CrazyBoy49z
CrazyBoy49z 01.03.2023

Chunked File Upload with Livewire

Today we upload a file in chunks using Livewire. Upload your files close to your users with Fly.io, you can get your Laravel app running in minutes!

CrazyBoy49z
CrazyBoy49z 01.03.2023

Laravel Collections: The Artisan's Guide

Laravel Collections are really powerful for working with arrays of data. They provide a fluent, convenient interface for performing common array operations, such as filtering, formatting and transforming data. In this blog post, we'll explore some of the key features of Laravel Collections and how they can be used to simplify and streamline your code.

CrazyBoy49z
CrazyBoy49z 28.02.2023

Visualize Laravel App Data with Chartello

Chartello is a package to visualize your Laravel app data in simple dashboards.

CrazyBoy49z
CrazyBoy49z 27.02.2023

How to update large data in Laravel

You will learn how to use Commands, chunking, and Database transactions to update big sets of Data in Laravel.

CrazyBoy49z
CrazyBoy49z 27.02.2023

Ban Users and IPs in Your Laravel App With Banhammer

Banhammer for Laravel offers a simple way to ban any Model by ID and IP; it also allows blocking requests by IP addresses.

CrazyBoy49z
CrazyBoy49z 23.02.2023

Laravel CI with GitHub Action

GitHub Actions is a fantastic way to run your Continuous Integration workflows, from running your tests to checking static analysis and more.

CrazyBoy49z
CrazyBoy49z 22.02.2023

Laravel 10.1 Released

The Laravel team released 10.1 this week with Process standard input, removing return types for controller stubs, secure array randomness, and more.

CrazyBoy49z
CrazyBoy49z 21.02.2023

Sending Notifications with Laravel

In most applications, we need to send notifications, whether in-app, email or slack these are transactional notifications in your application. Let's take a dive.

CrazyBoy49z
CrazyBoy49z 21.02.2023

Eloquent API Calls

Time and again, I have spoken about API integrations, and each time I find an improvement from the last, once more into the fray.

binance
CrazyBoy49z
CrazyBoy49z 21.02.2023

Laravel Notification Event Subscriber Package

Laravel Notification Event Subscriber is a package that registers an event subscriber to make it easy to run code while sending notifications.

CrazyBoy49z
CrazyBoy49z 20.02.2023

Using PHP Codesniffer With Laravel

Learn how to install, set up, and use PHP Codesniffer with a new Laravel project.

CrazyBoy49z
CrazyBoy49z 20.02.2023

Building APIs in Laravel

Building APIs in Laravel is an art form. You must think beyond data access and wrapping your Eloquent Models in API endpoints.

CrazyBoy49z
CrazyBoy49z 20.02.2023

Process Facade Coming to Laravel 10

Laravel 10, due out next week, will introduce a Process layer for Laravel. The Process service makes testing and running CLI processes a dream to work with.

CrazyBoy49z
CrazyBoy49z 20.02.2023

Encrypt environment files with Padlock

Padlock is a Laravel Zero command by Daniel Mason for encrypting and decrypting environment files powered by Laravel's encryption commands.

CrazyBoy49z
CrazyBoy49z 20.02.2023

5 Underrated Filament Features

There's no better feeling than discovering that a package you love has a powerful piece of functionality that you haven't yet used! Sometimes you discover small, quality-of-life updates, and other times, and you uncover an entire gold mine of powerful features that change how you look at the package.​​This post r...

CrazyBoy49z
CrazyBoy49z 19.02.2023

Managing Routes in a large Laravel application

Laravels routes files can get pretty busy. Before you know it, you have to search within the routes file to find anything. How do you combat this, though?

CrazyBoy49z
CrazyBoy49z 12.02.2023

Handle Webhooks in Laravel with Receiver

Laravel Receiver is a drop-in webhook handling library for Laravel.

CrazyBoy49z
CrazyBoy49z 12.02.2023

Casting JSON Columns to Value Objects with Laravel - Jess Archer

With the rise of JSON columns, it can be handy to safely cast to and from value objects.

CrazyBoy49z
CrazyBoy49z 12.02.2023

Responsive images and progressive image loading with laravel

In this article i will explain how to integrate responsive images and progressive image loading in your laravel app.This will give your app…

Showing 220 of 382 results