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 22.10.2023
How To Fix Or Repair Disk Permissions In Macos

How To Fix Or Repair Disk Permissions In Macos

Your Mac contains files and folders where you keep personal data and documents. To protect your files and keep them secure from prying eyes, you can use a password or other means of encrypting the files, but there’s a default way that’s built into macOS for that. 

CrazyBoy49z
CrazyBoy49z 20.10.2023
Phpstorm With Docker

Phpstorm With Docker

I have come across developers on social media and at various jobs having trouble setting up their editors when Docker is involved. In this article, I will go over PhpStorm and how to use it properly with Docker. When using Docker, it is usually best ...

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
Tailwind Css: It Looks Awful, And It Works

Tailwind Css: It Looks Awful, And It Works

Adam Wathan at Rails World - Tailwind CSS: It looks awful, and it works

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 422 results