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 10.11.2023
Automatically Upgrade Your Laravel Application With This Package

Automatically Upgrade Your Laravel Application With This Package

The Laravel Updater package is a CLI command to check for new versions and update your application to the latest version.

CrazyBoy49z
CrazyBoy49z 08.11.2023
Php: Using Where Clause With Apiresource Route Parameter In Laravel: A Guide

Php: Using Where Clause With Apiresource Route Parameter In Laravel: A Guide

How to use an apiResource route parameter with where clause in laravel, A way to group api Resource in laravel 8?, How to use apiReources method with `only`?, Laravel API resource whenLoaded not working properly with another values

CrazyBoy49z
CrazyBoy49z 04.11.2023
Supercharge Your Laravel Caching With Cachetastic!

Supercharge Your Laravel Caching With Cachetastic!

Are you tired of slow API responses and sluggish database queries in your Laravel application? Do you wish you could sprinkle some magic dust and make your application’s performance go poof lightning fast? Well, we’ve got a secret weapon for you, and it’s called Cachetastic.

CrazyBoy49z
CrazyBoy49z 03.11.2023
Easily Read And Write Xml In Php

Easily Read And Write Xml In Php

XML Wrangler is a simplistic PHP library designed to make reading and writing XML easy.

CrazyBoy49z
CrazyBoy49z 20.10.2023
How I Improved Laravel Performance - 2453 Queries Down To 4

How I Improved Laravel Performance - 2453 Queries Down To 4

I have a laravel code that actually visualize list of the users who are featured in the platform. Unfortunately this code takes 2453 queries to load this data to the admin user. Today, I will show you how to can improve it from there to only 4.

CrazyBoy49z
CrazyBoy49z 20.10.2023
How To Set Up Auto Deploy For Laravel Applications On Cpanel Using Github Action

How To Set Up Auto Deploy For Laravel Applications On Cpanel Using Github Action

In this article, I will show you how to set up auto deploy for your Laravel application on Cpanel using GitHub Actions

CrazyBoy49z
CrazyBoy49z 20.10.2023
Laravel Easy Metrics

Laravel Easy Metrics

Laravel Easy Metrics is a package to generate metrics, designed to work with Laravel, Filament, and more.

CrazyBoy49z
CrazyBoy49z 20.10.2023
Make Iterm2 Look Fantastic

Make Iterm2 Look Fantastic

Make iTerm2 look amazing in this quick video tutorial

CrazyBoy49z
CrazyBoy49z 20.10.2023
Conditionally Assert Throwing An Exception In Pest

Conditionally Assert Throwing An Exception In Pest

Pest recently added the throwsUnless() method in Pest v2.24 to conditionally verify an exception if a given boolean expression evaluates to false. Let's learn how to use it in a test!

CrazyBoy49z
CrazyBoy49z 19.10.2023
Write Single Page Applications Using Laravel Splade

Write Single Page Applications Using Laravel Splade

Laravel Splade is a super easy way to build Single Page Applications (SPA) using Laravel Blade templates. Splade makes it easy to create modern, dynamic web applications that are a joy to use

binance
CrazyBoy49z
CrazyBoy49z 19.10.2023
Building A Sitemap In Your Laravel App With The Spatie Sitemap

Building A Sitemap In Your Laravel App With The Spatie Sitemap

Building a Search Engine Friendly Sitemap XML with Laravel

CrazyBoy49z
CrazyBoy49z 19.10.2023
How To Increase Php Memory Limits

How To Increase Php Memory Limits

Why are PHP memory limits important to your website development journey? PHP is a famous backend technology that is used by many tech giants for supporting their applications. PHP gives many advanced features for making web pages dynamic and integrating some features you can not simply get using javascript, HTML, and CSS.

CrazyBoy49z
CrazyBoy49z 19.10.2023
How To Remove All Extra Spaces In A String With Laravel

How To Remove All Extra Spaces In A String With Laravel

How to remove all extra spaces in a string with Laravel with the string squish helper

CrazyBoy49z
CrazyBoy49z 19.10.2023
Langcountry Is A Localization Package For Laravel

Langcountry Is A Localization Package For Laravel

The Laravel LangCountry is a localization package that provides automatic date formatting, language switching, and more.

CrazyBoy49z
CrazyBoy49z 13.10.2023
How To Rename The

How To Rename The "Master" Branch To "Main" In Git

For the longest time, the default branch in most Git repositories was named "master". Fortunately, many people have become aware that this terminology (even more evident in "master/slave") should be replaced! The tech industry should move to a more inclusive, open culture - and removing language like "master/slave" is an important step in this journey.

CrazyBoy49z
CrazyBoy49z 12.10.2023
Run Pest Tests In Vs Code With Better Phpunit

Run Pest Tests In Vs Code With Better Phpunit

The Better PHPUnit test runner extension for VS Code now supports running PestPHP tests. Learn how to install this extension to quickly run tests directly in VS Code.

CrazyBoy49z
CrazyBoy49z 12.10.2023
How To Add A Confirmation Dialog With Livewire

How To Add A Confirmation Dialog With Livewire

Livewire released a wire:confirm HTML directive to easily add a confirmation modal before performing an important or dangerous action.

CrazyBoy49z
CrazyBoy49z 11.10.2023
How To Find The Slowest Query In Your Application | Laravel.io

How To Find The Slowest Query In Your Application | Laravel.io

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

CrazyBoy49z
CrazyBoy49z 10.10.2023
Data Transfer Objects In Laravel- Why And How

Data Transfer Objects In Laravel- Why And How

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

CrazyBoy49z
CrazyBoy49z 10.10.2023
Laravel Volt

Laravel Volt

Laravel Volt is a new package that was announced during Laracon 2023. Volt brings the power of single file Livewire components to Laravel and it works seamlessly with Folio.Similar to how React and Vue developers can write single-file components, Laravel Volt brings single-file components to blade templates. This will allow developers to create powerful and interactive components that leverage the back-end and the front-end. Creating Components You can easily create a new Volt Component by running: php artisan…

Showing 60 of 392 results