CrazyBoy49z
CrazyBoy49z 02.03.2023
Filter and Search Eloquent Models with the Model Filter Package

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

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: 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

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

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

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

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

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

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

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 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

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

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

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

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

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

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
Let's Build An Ajax Form With Alpine.js

Let's Build An Ajax Form With Alpine.js

Learn how to build an ajax form with Alpine.js and see how quick and easy it is. This is one of the greatest use cases for this framework, in my opinion.

CrazyBoy49z
CrazyBoy49z 12.02.2023
Handle Webhooks in Laravel with Receiver

Handle Webhooks in Laravel with Receiver

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

CrazyBoy49z
CrazyBoy49z 12.02.2023
Toggle ๐ŸŒ’ dark and ๐Ÿ”† sunny mode using AlpineJS, and TailwindCSS

Toggle ๐ŸŒ’ dark and ๐Ÿ”† sunny mode using AlpineJS, and TailwindCSS

This is done using some Alpine JS magic ๐Ÿช„ and I enjoyed implementing it....

Showing 260 of 429 results