CrazyBoy49z
CrazyBoy49z 08.11.2022
Ramsey UUID Adds Support for v8

Ramsey UUID Adds Support for v8

The popular PHP UUID library by Ben Ramsey released a new version with support for UUID v8, custom UUIDs.

CrazyBoy49z
CrazyBoy49z 28.10.2022
Modern PHP features explained - PHP 8.0 and 8.1

Modern PHP features explained - PHP 8.0 and 8.1

Since its release, PHP 8 has been a game changer. In this tutorial, let's walk through all the latest features with real-world examples of when to use them.

CrazyBoy49z
CrazyBoy49z 08.10.2022
Dynamically Create and Destroy Servers with this Laravel Package

Dynamically Create and Destroy Servers with this Laravel Package

Laravel Dynamic Servers is a package by Spatie that helps you start and stop servers when needed.

CrazyBoy49z
CrazyBoy49z 08.10.2022
Quickly test the performance of your Laravel app with the Benchmarking helper

Quickly test the performance of your Laravel app with the Benchmarking helper

With the release of Laravel 9.32, a benchmarking helper was introduced, which is useful for quickly testing performance of certain parts of your application.

CrazyBoy49z
CrazyBoy49z 08.10.2022
User Notifications in Livewire with Megaphone

User Notifications in Livewire with Megaphone

Megaphone is a Livewire UI for Laravel-based user notifications. It uses built-in Laravel notification features to allow you to add bell icons to your Livewire app.

CrazyBoy49z
CrazyBoy49z 06.10.2022
Building a slide-over panel component with Livewire

Building a slide-over panel component with Livewire

I have been a fan of Laravel Livewire since it was first released, and I have used it many times to create great user interfaces for applications.

CrazyBoy49z
CrazyBoy49z 03.10.2022
Writing to the Database with Eloquent

Writing to the Database with Eloquent

Eloquent is one of the most powerful and amazing features in a modern framework today. From casting data to value objects, transactions, and relationships.

CrazyBoy49z
CrazyBoy49z 21.09.2022
Upcoming Livewire v3 Features and Changes

Upcoming Livewire v3 Features and Changes

In this article, learn about some of the big features coming to Laravel Livewire v3.

CrazyBoy49z
CrazyBoy49z 20.09.2022
Avoiding Accidental Email Sends with alwaysTo()

Avoiding Accidental Email Sends with alwaysTo()

Sometimes we accidentally send thousands of emails to real customers from our staging environment. There are lots of ways to avoid this, but Laravel has a nice, easy method out of the box!

CrazyBoy49z
CrazyBoy49z 20.09.2022
Calculating Mathematical Statistics in PHP

Calculating Mathematical Statistics in PHP

Hi-Folks/statistics is a PHP package that provides functions for calculating mathematical statistics of numeric data.

binance
CrazyBoy49z
CrazyBoy49z 20.09.2022
Encrypt and Decrypt Eloquent Model Fields in Laravel Apps

Encrypt and Decrypt Eloquent Model Fields in Laravel Apps

Laravel Ciphersweet is a package to integrate searchable field-level encryption in Laravel applications.

CrazyBoy49z
CrazyBoy49z 20.09.2022
Setting up your Data Model in Laravel

Setting up your Data Model in Laravel

The data model is one of the most important parts of any Laravel application, many systems are designed around this data model so we approach it first.

CrazyBoy49z
CrazyBoy49z 20.09.2022
Build WebSocket infrastructure in-house or outsource to the experts?

Build WebSocket infrastructure in-house or outsource to the experts?

Ably surveyed over 500 engineering leaders: to understand the challenges they faced when building and maintaining their own realtime, event-driven, WebSocket infrastructure to create live and collaborative experiences for end users. Chat, order delivery tracking, live streaming, virtual events and simultaneous document...

CrazyBoy49z
CrazyBoy49z 19.09.2022
Get Helpful Information about Models in Laravel

Get Helpful Information about Models in Laravel

Laravel Model Info is a package by Spatie to get information on all the models in your Laravel project.

CrazyBoy49z
CrazyBoy49z 19.09.2022
Creating Installer Commands for Laravel Packages

Creating Installer Commands for Laravel Packages

The Laravel Package Tools package by Spatie added a nifty feature we wanted to help share with the community: streamlined install commands for Laravel packages.

CrazyBoy49z
CrazyBoy49z 10.09.2022
From idea, to blog, to live without leaving your IDE

From idea, to blog, to live without leaving your IDE

Content management is a very opinionated topic, and everyone has their favorite platform they like to use.

CrazyBoy49z
CrazyBoy49z 10.09.2022
Cagilo: Blade Components for Laravel

Cagilo: Blade Components for Laravel

Cagilo is a set of open-source Blade components for the Laravel framework.

CrazyBoy49z
CrazyBoy49z 10.09.2022
A Package to Require Approval Before Peristing Model Data

A Package to Require Approval Before Peristing Model Data

The Laravel Approval package requires approval of new Model data before being persisted.

CrazyBoy49z
CrazyBoy49z 10.09.2022
Search Across Multiple Eloquent Models With Cross-Eloquent Search

Search Across Multiple Eloquent Models With Cross-Eloquent Search

Laravel Cross-Eloquent Search is a package to search through multiple Eloquent models.

CrazyBoy49z
CrazyBoy49z 10.09.2022
Using the AWS PHP SDK

Using the AWS PHP SDK

Let's see how to use the AWS PHP SDK in this tutorial.

Showing 320 of 429 results