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 26.06.2023
Laravel Polymorphic Relationship: The Complete Guide

Laravel Polymorphic Relationship: The Complete Guide

Laravel Polymorphic Relationship allows a model to belong to more than one other model on a single association. Types are one to one, one to many, custom.

CrazyBoy49z
CrazyBoy49z 26.06.2023
🔥 Download The Response Of An Http Request In Laravel

🔥 Download The Response Of An Http Request In Laravel

Marcel Pociot shared a tip on using the Laravel HTTP client method sink() to write a response to a file

CrazyBoy49z
CrazyBoy49z 26.06.2023
Marketing As Code: Laravel Screenshot Automation

Marketing As Code: Laravel Screenshot Automation

Are you looking for a better way to prepare, take & maintain marketing screenshots? Learn how to automate this using Testmo.

CrazyBoy49z
CrazyBoy49z 22.06.2023
Lemon Squeezy For Laravel 1.0 Is Here

Lemon Squeezy For Laravel 1.0 Is Here

The Lemon Squeezy for Laravel package released v1.0. Learn about this exciting package to make subscription billing, payments, and license keys a breeze!

CrazyBoy49z
CrazyBoy49z 22.06.2023
Laravel Tailwind Merge

Laravel Tailwind Merge

Laravel Tailwind Merge is a package that automatically resolves Tailwind CSS class conflicts in Laravel Blade files.

CrazyBoy49z
CrazyBoy49z 22.06.2023
Restore Database Backups In Laravel

Restore Database Backups In Laravel

The Laravel Backup Restore is a package to restore database backups made with Spatie's laravel-backup package.

CrazyBoy49z
CrazyBoy49z 19.06.2023
Laravel - Aggregateserviceprovider Affects The Performance

Laravel - Aggregateserviceprovider Affects The Performance

Some time ago I started wondering about the long bootstrap time of an application based on Laravel. I’ve started debugging and have figured out that this problem was related to the lack of deferred providers.

CrazyBoy49z
CrazyBoy49z 19.06.2023
Uncovering The Bottlenecks: An Investigation Into The Poor Performance Of Laravel's Container

Uncovering The Bottlenecks: An Investigation Into The Poor Performance Of Laravel's Container

Last time I’ve been analyzing the performance of Laravel’s container. I’ve encountered that the application spends a lot of time building dependencies, especially for heavy endpoints. That was strange because I would rather expect the relevant logic should be the heaviest part of the request.

CrazyBoy49z
CrazyBoy49z 16.06.2023
Solid Principles In Php

Solid Principles In Php

SOLID, this acronym was coined by Michael Feathers, it represents the five basic principles of object-oriented programming developed by Uncle Bob.

CrazyBoy49z
CrazyBoy49z 15.06.2023
Resend Email Package For Laravel And Php

Resend Email Package For Laravel And Php

Resend for Laravel is a package that integrates the Laravel mail service with the Resend API.

binance
CrazyBoy49z
CrazyBoy49z 15.06.2023
Working With Third Party Services In Laravel

Working With Third Party Services In Laravel

A little over two years ago, I wrote a tutorial on how you should work with third-party APIs. Things have changed in two years, so let's approach this again.

CrazyBoy49z
CrazyBoy49z 15.06.2023
Laravel Application Synchronization With Redis

Laravel Application Synchronization With Redis

Redis, a powerful in-memory data structure store, can be seamlessly integrated with Laravel applications to enhance their performance and enable efficient synchronization between multiple applications.

CrazyBoy49z
CrazyBoy49z 15.06.2023
Generate Laravel Migrations From An Existing Database

Generate Laravel Migrations From An Existing Database

One of the common challenges when migrating a legacy PHP application to Laravel is creating database migrations based on the existing database

CrazyBoy49z
CrazyBoy49z 09.06.2023
Flare And Ignition Now Offer Ai-Powered Solutions

Flare And Ignition Now Offer Ai-Powered Solutions

Today, we're adding AI-powered solutions to Flare. This means we can suggest a solution for almost any error: the AI will likely suggest a helpful suggestion for most errors.

CrazyBoy49z
CrazyBoy49z 07.06.2023
Add Strict Typing To Inline Variables In Php With Strictus

Add Strict Typing To Inline Variables In Php With Strictus

PHP doesn't have a way to enforce strongly-typed inline variables natively. Enter Strictus: a package that brings strict typing enforcement to variables.

CrazyBoy49z
CrazyBoy49z 07.06.2023
Extra Checks For Laravel Server Monitor

Extra Checks For Laravel Server Monitor

If you want to add some additional server checks for Spatie's Laravel Server Monitor Package, check out this extra server monitor checks package.

CrazyBoy49z
CrazyBoy49z 01.06.2023
Add Debug Comments To Your Rendered Blade Templates

Add Debug Comments To Your Rendered Blade Templates

With the Laravel Blade Comments package by Spatie, you can add debug comments to your rendered Blade template output.

CrazyBoy49z
CrazyBoy49z 01.06.2023
Building A Procedurally Generated Game With Php - Stitcher.io

Building A Procedurally Generated Game With Php - Stitcher.io

I wrote a procedurally generated game from scratch

CrazyBoy49z
CrazyBoy49z 31.05.2023
Uploadcare Filesystem Adapter For Laravel

Uploadcare Filesystem Adapter For Laravel

The Flysystem adapter for Uploadcare makes it easy to use the Uploadcare API to upload and manage files in Laravel and PHP applications.

CrazyBoy49z
CrazyBoy49z 26.05.2023
15 Random Laravel Snippets & Methods

15 Random Laravel Snippets & Methods

I write code blocks down that I know I won't use often and will forget about. Every so often I go through them to refresh my memory.

Showing 140 of 392 results