From the archive
Last Month
Forward Laravel Logs to Amazon Kinesis
The Laravel Monolog Kinesis package makes it simple to forward Laravel application logs to an AWS Kinesis stream.
Use Emmet-style Abbreviations in Blade Components
Laravel Blade Emerald provides Emmet-like abbreviations to Blade Components.
Laravel Origins: The Documentary
Laravel Origins is a brand new documentary on the history of Laravel and how went it from nothing to one of the leading frameworks of the world.
Keep Laravel .env Synced With Envy
Envy is a package to keep your .env.example file up to date automatically.
Interact with Telegram Bots in Laravel with Telegraph
Telegraph is a Laravel package for fluently interacting with Telegram Bots.
Using Scout APM to Monitor a Laravel Application
Scout APM is a Laravel application performance monitoring tool that ties performance anomalies directly to endpoints, saving developers hours of time spent on troubleshooting and debugging.
Last Year
Postmortem of PHP Core compromise continues
The investigation of how a couple of git accounts of some prominent PHP Core developers was compromised is still ongoing. PHP internals contributor Sara Golemon took some time to join a panel of other PHP community members to discuss the current status of the investigation and what information they have.
The secrets behind the Laracon Online site
The Laracon Online hype may be over, but there are still some crispy news regarding the latest site and illustration and in this post take a look at all the easter eggs.
HasManyThrough Relationships With Unlimited Levels
The eloquent-has-many-deep package by Jonas Staudenmeir allows Eloquent HasManyThrough relationships with unlimited levels.
Manage PHP and Valet from the macOS Status Bar
PHP Monitor is a lightweight macOS menubar app for managing PHP and Valet services.
PHP Puts New Releases on Hold for Two Weeks
Earlier this week, PHP's Git server was compromised, and a bad actor made two malicious commits to the repo. An investigation is still ongoing, and to give more time to look into it, the PHP team announced that releases would be put on hold for two weeks, assuming no further issues are discovered.
Lambo CLI for Quick Application Creation With Laravel and Valet
The new version of Laravel Lambo is now available. Automate repetitive tasks tasks when creating new Laravel apps, now re-written in PHP.
Major Heroicons Release Includes Vue/React Components and Figma Files
Heroicons hit a significant milestone with the release of v1.0, which brings some exciting features that'll make using Heroicons an excellent experience.
Soap - A Laravel SOAP client that provides a clean interface for handling requests and responses
Laravel SOAP client provides a clean interface for handling requests and responses in your Laravel app.
Sending email campaigns, newsletters, drip campaigns using Laravel with Mailcoach v4
Mailcoach is a powerful Laravel package for all things email, and v4 now includes campaigns, newsletters, and drip campaigns.
PHP's Git Server Compromised and Malicious Code Pushed to the Source
The PHP core Git repository was compromised, and a bad actor pushed two commits that introduced code injection from an HTTP header to the PHP source and impersonated Nikita Popov and Rasmus Lerdorf.
Two Years ago
Blade Icons Package
Dries Vints has created a new package to easily make use of Hero icons in your Laravel Blade views.
Laravel 7.4 Released
The Laravel team released v7.4.0 yesterday with quite a few new features. Let’s check out what’s new in this latest Laravel 7 minor release.
Laravel Validation 101, Controllers, Form Requests, and Rules
A core part of any project is understanding how to validate the incoming request from your users and in this tutorial let’s look at how we can setup validation with our controllers, form requests, and rules.
6 Laravel Eloquent Secrets to improve your code
Eloquent is the default ORM that ships with Laravel. It implements the Active-Record pattern and provides an easy way to interact with your database. Every single model represents a table in your database with which you can work. In this post, we’ll show you more or less hidden secrets, methods, and properties you might not know to improve your code.
Terminal: An Elegant Wrapper around the Symfony Process Component
Terminal is a neat PHP package by Titas Gailius that provides a “wrapper around Symfony’s Process component.”
No comments:
Post a Comment