CrazyBoy49z
CrazyBoy49z 07.06.2023
Add Strict Typing To Inline Variables In Php With Strictus

Add Strict Typing To Inline Variables In Php With Strictus

PHP doesn't have a way to enforce strongly-typed inline variables natively. Enter Strictus: a package that brings strict typing enforcement to variables.

CrazyBoy49z
CrazyBoy49z 07.06.2023
Extra Checks For Laravel Server Monitor

Extra Checks For Laravel Server Monitor

If you want to add some additional server checks for Spatie's Laravel Server Monitor Package, check out this extra server monitor checks package.

CrazyBoy49z
CrazyBoy49z 07.06.2023
Hooks For Alpine.js

Hooks For Alpine.js

The Alpine Hooks JS module is a collection of hooks for useful things like hover, window resizing, and more.

CrazyBoy49z
CrazyBoy49z 01.06.2023
Php Storm And Laravel Pint

Php Storm And Laravel Pint

If you want Laravel Pint to reformat your PHP code automatically when you save your file in PhpStorm

CrazyBoy49z
CrazyBoy49z 01.06.2023
Add Debug Comments To Your Rendered Blade Templates

Add Debug Comments To Your Rendered Blade Templates

With the Laravel Blade Comments package by Spatie, you can add debug comments to your rendered Blade template output.

CrazyBoy49z
CrazyBoy49z 01.06.2023
Building A Procedurally Generated Game With Php - Stitcher.io

Building A Procedurally Generated Game With Php - Stitcher.io

I wrote a procedurally generated game from scratch

CrazyBoy49z
CrazyBoy49z 31.05.2023
Uploadcare Filesystem Adapter For Laravel

Uploadcare Filesystem Adapter For Laravel

The Flysystem adapter for Uploadcare makes it easy to use the Uploadcare API to upload and manage files in Laravel and PHP applications.

CrazyBoy49z
CrazyBoy49z 26.05.2023
15 Random Laravel Snippets & Methods

15 Random Laravel Snippets & Methods

I write code blocks down that I know I won't use often and will forget about. Every so often I go through them to refresh my memory.

CrazyBoy49z
CrazyBoy49z 26.05.2023
Fakerphp Stripe Provider

Fakerphp Stripe Provider

Faker Stripe is a provider for FakerPHP that generates fake but structurally correct IDs for Stripe API resources.

CrazyBoy49z
CrazyBoy49z 24.05.2023
Using `Declare(Strict_Types=1)` For More Robust Php Code

Using `Declare(Strict_Types=1)` For More Robust Php Code

Read about how you can use "declare(strict_types=1)" to improve the type safety of your PHP code. We'll discuss how to make your code more robust and avoid type coercion in your code that can cause bugs in your code.

binance
CrazyBoy49z
CrazyBoy49z 24.05.2023
Top 10 Laravel Audit Security Issues

Top 10 Laravel Audit Security Issues

Let’s dive in and check out the ten most common security issues I've discovered during my security audits.

CrazyBoy49z
CrazyBoy49z 24.05.2023
Laravel Pint Automated Code Formatting: Pre-Commit Hooks And Github Actions

Laravel Pint Automated Code Formatting: Pre-Commit Hooks And Github Actions

Pint is a PHP code-style fixer that's specifically created to work with Laravel. In this tutorial, I will show you how it works and how to automate its launch before or after you commit code to the repository.

CrazyBoy49z
CrazyBoy49z 24.05.2023
Laravel Precognition Updates Are Here

Laravel Precognition Updates Are Here

Laravel Precognition was overhauled and ships with a fresh perspective on predicting the outcome of a future HTTP request.

CrazyBoy49z
CrazyBoy49z 23.05.2023
Generating Database Seed Files With Chatgpt [Article] | Treehouse Blog

Generating Database Seed Files With Chatgpt [Article] | Treehouse Blog

Learn how to use ChatGPT to generate static and dynamic database seed files useful for populating your application development database.

CrazyBoy49z
CrazyBoy49z 23.05.2023
Use 1Password To Authenticate With Forge And Vapor Securely

Use 1Password To Authenticate With Forge And Vapor Securely

To authenticate with Laravel Forge and Laravel Vapor CLIs, you can use 1Password and take advantage of the community shell plugins created by Andre Sayej.

CrazyBoy49z
CrazyBoy49z 22.05.2023
Laravel Octane Adds Support For Roadrunner V3

Laravel Octane Adds Support For Roadrunner V3

The Laravel team release Octane v2 with support for Roadrunner v3!

CrazyBoy49z
CrazyBoy49z 22.05.2023
Observability Vs Monitoring

Observability Vs Monitoring

Is observability the same as monitoring? What is the difference between observation and monitoring? What is the right tool for each specific monitoring problem? Read on to find out!

CrazyBoy49z
CrazyBoy49z 17.05.2023
Create Repeatable Models With Laravel Recurring Models

Create Repeatable Models With Laravel Recurring Models

The Recurring Models package for Laravel is the ultimate solution for adding recurring functionality to your Laravel Models.

CrazyBoy49z
CrazyBoy49z 17.05.2023
Write Shell Scripts Like Blade Components With Task Runner

Write Shell Scripts Like Blade Components With Task Runner

Learn about Laravel Task Runner, a package by Pascal Baljet that lets you write Shell scripts like Blade Components and run them locally or on a remote server.

CrazyBoy49z
CrazyBoy49z 16.05.2023
Laravel Security Middleware

Laravel Security Middleware

Middleware isn't something new we have been using it in our applications for a while now for various usages, from Authentication, to Authorization and beyond.

Showing 20 of 280 results