CrazyBoy49z
CrazyBoy49z 25.03.2024
Cache Routes With Cloudflare In Laravel

Cache Routes With Cloudflare In Laravel

The Cloudflare Cache package for Laravel provides cacheable routes for Cloudflare, allowing you to serve millions of requests efficiently.

CrazyBoy49z
CrazyBoy49z 18.03.2024
Use Ollama Llm Models Locally With Laravel

Use Ollama Llm Models Locally With Laravel

The Ollama Laravel package provides seamless integration with the Ollama API, giving you access to large language models locally in a Laravel project.

CrazyBoy49z
CrazyBoy49z 04.03.2024
Phone Number Formatting, Validation, And Model Casts In Laravel

Phone Number Formatting, Validation, And Model Casts In Laravel

The Laravel Phone package makes working with phone numbers in PHP and Laravel a breeze, offering validation rules, attribute casting, utility helpers, and more.

CrazyBoy49z
CrazyBoy49z 04.03.2024
Git Revert Commit - How To Undo The Last Commit

Git Revert Commit - How To Undo The Last Commit

Say you're working on your code in Git and something didn't go as planned. So now you need to revert your last commit. How do you do it? Let's find out! There are two possible ways to undo your last commit. We'll look at both of them in this article. The revert command The revert command will create a commit that reverts the changes of the commit being targeted. You can use it to revert the last commit like this: git revert You can find the name of the commit you want to

CrazyBoy49z
CrazyBoy49z 04.03.2024
Why And How Use Laravel Resources

Why And How Use Laravel Resources

Laravel is a pretty nice PHP framework and provides a lot of useful features. One of them is Resource class. Very often we get some data from an ex. database and send it to our app client. Sending …

CrazyBoy49z
CrazyBoy49z 29.02.2024
Understand The Laravel Container Concept With Real Life Example

Understand The Laravel Container Concept With Real Life Example

Understand the Laravel Container Concept with Real Life Example and how it's work under the hood.

CrazyBoy49z
CrazyBoy49z 29.02.2024
Easily Manage Temporary Files In Laravel

Easily Manage Temporary Files In Laravel

Learn how Spatie's temporary-files PHP package makes working with temporary file paths a breeze in Laravel and other PHP projects.

CrazyBoy49z
CrazyBoy49z 23.02.2024
Laravel Environment: Docker, Devcontainer And Vs Code Debug

Laravel Environment: Docker, Devcontainer And Vs Code Debug

Laravel environment: docker, devcontainer and VS Code debug

CrazyBoy49z
CrazyBoy49z 20.02.2024
Handle Money Transactions In Eloquent With Laravel Wallet

Handle Money Transactions In Eloquent With Laravel Wallet

Laravel Wallet is designed for reliable and flexible payable transactions and handles the complex part of storing transactions in the database for precise calculations.

CrazyBoy49z
CrazyBoy49z 17.02.2024
How To Configure Laravel File Permissions On Your Server

How To Configure Laravel File Permissions On Your Server

Step-by-step instructions for setting correct file permissions for Laravel on your server. File permissions shouldn't be this difficult.

CrazyBoy49z
CrazyBoy49z 12.02.2024
Php Attributes In Laravel

Php Attributes In Laravel

The Laravel portal for problem solving, knowledge sharing and community building.

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!

Showing 20 of 418 results