How to test Laravel applications https://laravel-news.com/how-to-test-laravel-applications
Laravel News
How to test Laravel applications
The Testing Laravel video course, created by Spatie, is the best way to learn how to create a quality test suite for your application. Even if you already know the basics of testing, the course contains many cool tips and tricks to sharpen your testing skills.
Laravel OpenAPI Validator https://laravel-news.com/laravel-openapi-validator
Laravel News
Laravel OpenAPI Validator
Using an OpenAPI spec is a great way to create and share a contract to which your API adheres. This package will automatically verify both the request and response used in your integration and feature tests wherever the Laravel HTTP testing methods are used.
How Code Execution Monitoring can help you to identify bugs and bottlenecks in your application before your customers do https://laravel-news.com/inspector
Laravel News
How Code Execution Monitoring can help you to identify bugs and bottlenecks in your application before your customers do
Simple code execution monitoring, built for developers Identify bugs and bottlenecks in your server side code before your users do.
TranslateCI - Automated human translation for your Laravel app https://laravel-news.com/translateci
Laravel News
TranslateCI - Automated human translation for your Laravel app
TranslateCI is a localization tool that handles the frustrating parts of translating your Laravel projects and keeping them up to date. It supports 70+ languages and uses professional _human_ translators so that your text reads like it was written by a real…
Laravel Subscribable Notifications https://laravel-news.com/laravel-subscribable-notifications
Laravel News
Laravel Subscribable Notifications
Laravel Subscribable Notifications is a package that allows you to subscribe your app's users to notifications and dispatch them without specifying the recipient.