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 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.

CrazyBoy49z
CrazyBoy49z 14.11.2023
Stateful Scaling: Laravel Session Management In Kubernetes Clusters

Stateful Scaling: Laravel Session Management In Kubernetes Clusters

Learn some of the gotchas in Laravel session management you’ll experience as you move to a Kubernetes deployment

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 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.

binance
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

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

Showing 20 of 388 results