CrazyBoy49z
CrazyBoy49z 11.02.2024
Streamed Json Responses Added To Laravel 10.43

Streamed Json Responses Added To Laravel 10.43

The Laravel team released v10.43 with support for streamed JSON responses, passing a class name to register a global eloquent scope, a new insertOrIgnoreUsing() Eloquent method, and more.

CrazyBoy49z
CrazyBoy49z 11.02.2024
Using When With The Laravel Http Client

Using When With The Laravel Http Client

Tips for using when() with the Laravel Http Client

CrazyBoy49z
CrazyBoy49z 11.02.2024
Dear Laravel Package Authors...

Dear Laravel Package Authors...

Laravel and its prosperous open-source community. Can it even get better? Yes, I do think so. Please allow me to share a few points on how to get even better as a community.

CrazyBoy49z
CrazyBoy49z 11.02.2024
Debug Methods Built Into Laravel’s Testresponse

Debug Methods Built Into Laravel’s Testresponse

Check out the cool debugging tools in Laravel's HTTP TestResponse class. They make debugging in the middle of assertion chains a breeze!

CrazyBoy49z
CrazyBoy49z 11.02.2024
Dive Into The Streamlined Directory Structure In Laravel 11

Dive Into The Streamlined Directory Structure In Laravel 11

Let's compare the big changes between the directory structure in Laravel 10 and Laravel 11.

CrazyBoy49z
CrazyBoy49z 11.02.2024
Make Your App Faster With Php 8.3

Make Your App Faster With Php 8.3

By upgrading to 8.3, you can achieve a significant increase in speed. In this article, we dive into how PHP 8.3 can be a game changer. It can speed up your application's performance.

CrazyBoy49z
CrazyBoy49z 11.02.2024
New Laravel 11 Apps Include A Health Check Endpoint

New Laravel 11 Apps Include A Health Check Endpoint

As part of the release of Laravel 11, new applications include a health `/up` endpoint.

CrazyBoy49z
CrazyBoy49z 11.02.2024
Ask Ai Questions About Your Codebase From The Cli With Laragenie

Ask Ai Questions About Your Codebase From The Cli With Laragenie

Laragenie: An AI chatbot for Laravel with an Artisan CLI integration. Index and ask questions about your codebase to learn about your models, controllers, and more.

CrazyBoy49z
CrazyBoy49z 31.01.2024
Laravel 11 Introduces The Dumpable Trait

Laravel 11 Introduces The Dumpable Trait

Laravel 11 introduces the Dumpable trait to internally clean up code around dump() and dd(). You can also easily add these to your application and packages!

CrazyBoy49z
CrazyBoy49z 15.01.2024
Google Login With React And Laravel Api

Google Login With React And Laravel Api

Learn building Google Social login with React App and Laravel API powered by Laravel Sanctum and Laravel Socialite.

binance
CrazyBoy49z
CrazyBoy49z 15.12.2023
Database Status Card For Laravel Pulse

Database Status Card For Laravel Pulse

Developer Jamie Schouten created a neat Laravel Pulse card to monitor your database status by providing key metrics like active threads, connections, and more.

CrazyBoy49z
CrazyBoy49z 15.12.2023
Share Data Between Php And Javascript With Php2Js

Share Data Between Php And Javascript With Php2Js

The PHP2JS package for Laravel is an opinionated way to standardize the process of sharing data between PHP and JavaScript.

CrazyBoy49z
CrazyBoy49z 05.12.2023
Show Outdated Composer Dependencies In Laravel Pulse

Show Outdated Composer Dependencies In Laravel Pulse

See which composer packages are outdated at a glance on your Laravel pulse dashboard. Learn more about creating a custom Pulse card to help you monitor the health of your application.

CrazyBoy49z
CrazyBoy49z 28.11.2023
Generate Validation Rules From A Database Schema In Laravel

Generate Validation Rules From A Database Schema In Laravel

Laravel Schema Rules is a package that automatically generates basic Laravel validation rules based on your database table schema.

CrazyBoy49z
CrazyBoy49z 27.11.2023
How To Enable Http/3 In Nginx

How To Enable Http/3 In Nginx

A post about enabling the HTTP/3 protocol on your website

CrazyBoy49z
CrazyBoy49z 27.11.2023
Laravel. Permissions For Folders And Files

Laravel. Permissions For Folders And Files

To ensure the safe operation of the Laravel project, it is necessary to assign the correct access rights to files and folders.

CrazyBoy49z
CrazyBoy49z 27.11.2023
A Feature Flags Implementation For Filament

A Feature Flags Implementation For Filament

The Filament Feature Flags package by Stephen Jude is a feature and segmentation package made with Laravel Pennant.

CrazyBoy49z
CrazyBoy49z 25.11.2023
Laravel: Eloquent Watchers Do Not Run On Mass Events

Laravel: Eloquent Watchers Do Not Run On Mass Events

If you have Observer events to update or delete records, it's important to know that they aren't executed when records are updated or deleted in bulk.

CrazyBoy49z
CrazyBoy49z 22.11.2023
Brevo Webhook Manager Cli For Laravel

Brevo Webhook Manager Cli For Laravel

Manage Webhooks from the Laravel CLI, for the Brevo marketing and sales platform. Creating Webhooks via the CLI is easy thanks to Laravel Prompts!

CrazyBoy49z
CrazyBoy49z 15.11.2023
Laravel Model Caching

Laravel Model Caching

You've probably cached some model data in the controller before, but I am going to show you a model caching technique that's a little more granular using Active Record models in Laravel. Using a unique cache key on the model, you can cache properties and associations on your models that are automatically updated (and the cache invalidated) when the model (or associated model) is updated.

Showing 40 of 429 results