dom-digital-online-media/living_spaces (1.0.0-alpha69)
Distribution for user spaces (groups) that designed for extranet/intranet workflow.
Categories: PHP
libriciel/php-password (3.0.1)
Bibliothèque PHP permettant de calculer la force et l'entropie d'un mot de passe et de générer des mots de passes aléatoires.
Categories: PHP
zicht/standards-php (4.1.8)
Contains the Zicht PHP coding standards, including phpcs ruleset
Categories: PHP
zicht/standards-php (3.5.2)
Contains the Zicht PHP coding standards, including phpcs ruleset
Categories: PHP
overtrue/phplint (9.0.4)
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
Categories: PHP
AWS Fundamentals: Networking and VPCs
A VPC allows you to isolate your resources into private networks and control how they commuicate with...
Categories: Laravel
Laravel Security Through Examples: Signed Routes
Let's next dive into one of my favorite Laravel features: signed routes! These make it incredibly easy...
Categories: Laravel
AWS Fundamentals: Creating EC2 Instances
An EC2 instance is what we call a server. In this lesson, we're going to create an...
Categories: Laravel
AWS Fundamentals: Introduction to AWS
Let's begin with a brief history of AWS, followed by a tour of the AWS console. We'll...
Categories: Laravel
Neovim as a PHP and JavaScript IDE: Projectionist
Projectionist allows us to leverage our project structure to quickly switch between related files and more. In...
Categories: Laravel
Neovim as a PHP and JavaScript IDE: Running Tests
Let's next review how we can run individual tests faster than the speed of thought!
Categories: Laravel
Neovim as a PHP and JavaScript IDE: Find and Replace
Let's learn how the typical "find and replace" operation works in Neovim, and how we can apply...
Categories: Laravel
Neovim as a PHP and JavaScript IDE: Automating Repetitive Changes
Next up, we'll learn some shortcuts for working with numbers, and then we'll review how we can...
Categories: Laravel
Neovim as a PHP and JavaScript IDE: Vim is My Lightsaber
The time has come. We must sadly wrap things up for this series. I'll leave you with...
Categories: Laravel
What's New in Laravel 10: Laravel Pennant
Included as part of the Laravel 10 release is Laravel Pennant: a first-party package that assists with...
Categories: Laravel
What's New in Laravel 10: The New Process Facade
Laravel 10 ships with a new Process facade. This facade, built on top of Symfony's excellent Process...
Categories: Laravel