Laravel Holiday Giveaway https://laravel-news.com/laravel-holiday-giveaway-2021
Laravel News
Laravel Holiday Giveaway
Enter the 2021 Laravel Holiday Giveaway and have a chance to win one of many great prizes from the community of Laravel makers. Prizes include Apple hardware, courses, apps, training, and more!
Output Eloquent Builder SQL to Your Favorite Debugging Tool https://laravel-news.com/laravel-showsql
Laravel News
Output Eloquent Builder SQL to Your Favorite Debugging Tool
Laravel showsql is a package to output model SQL queries to your favorite debugging tool or the browser.
Scout APM Announces Release of External Service Monitoring https://laravel-news.com/scout-apm-external-service-monitoring
Laravel News
Scout APM Announces Release of External Service Monitoring
Scout APM announced a new External Services Monitoring tool for Ruby, Python, and PHP applications.
Blade Component to Serve Images and Download Files https://laravel-news.com/laravel-blade-component-to-serve-images-and-download-files
Laravel News
Blade Component to Serve Images and Download Files
Smart makes it possible to serve images and download files from any location, including Laravel disks within a Laravel application.
Livewire Admin Panel: Lean Admin https://laravel-news.com/livewire-admin-panel-lean-admin
Laravel News
Livewire Admin Panel: Lean Admin
Lean is a full-stack framework for building admin panel-centric web apps. Some of its frontend logic really makes it feel like a new framework, since it introduces many new abstractions specifically developed to make building dynamic admin panels easy.
Track the Health of Your Application With Laravel Health https://laravel-news.com/track-the-health-of-your-application-with-laravel-health
Laravel News
Track the Health of Your Application With Laravel Health
Laravel Health is a package by Spatie to monitor the health of your applications. It provides checks, notifications, and results to monitor the health of your app.
Laravel Auto Binder: Bind Interfaces to Implementations Automatically https://laravel-news.com/laravel-auto-binder
Laravel News
Laravel Auto Binder: Bind Interfaces to Implementations Automatically - Laravel News
Laravel Auto Binder is a package that binds interfaces to implementations automatically.
Scout APM Announces Release of External Service Monitoring https://laravel-news.com/scout-apm-announces-release-of-external-service-monitoring
Laravel News
Scout APM Announces Release of External Service Monitoring
Scout APM announced a new External Services Monitoring tool for Ruby, Python, and PHP applications.
Primitive Types in Controllers and Closure Routes https://laravel-news.com/primitive-types-in-controllers-and-closure-routes
Laravel News
Primitive Types in Controllers and Closure Routes
I recently saw an issue with type-hinting controller actions, so Iād like to demonstrate a few examples where you can safely use primitive types controllers