The Laravel Deleted Models package by Spatie automatically copies deleted models to a separate table:According to Freek's writeup about the package, you can think of this package as a "recycle bin for models. The package achieves this through a database table called deleted_models and adding a KeepsDeletedModels trait...
02 March, 2023
Run Multiple Sail Apps Locally With Fleet
Programing Coderfunda
March 02, 2023
Laravel, Packages, php
No comments
Laravel Fleet is a package by Andrew Schmelyun to run multiple Laravel Sail websites locally with custom domain names: " "" "> " "";">Laravel Sail uses Docker and Docker Compose to spin up containers that create a local development environment for your application.By default, the containers...
Monitor CPU and Memory in Laravel Apps with Stethoscope
Programing Coderfunda
March 02, 2023
Laravel, Packages, php
No comments
Laravel Stethoscope is a Laravel package to monitor CPU, memory, hard disk, web server, and network connection. You can use this package to provide configurable thresholds for CPU, memory, and hard disk space and continuously monitor those thresholds to trigger alerts.The package's main features include the following:Monitor CPU usage...
Simple Ad, Banner, and Callouts Manager for Laravel
Programing Coderfunda
March 02, 2023
Laravel, Packages, php
No comments

Laravel Smart Ads is a simple Ad, Banner, and Callouts Manager for Laravel.You can use this package to create ads and place them somewhere on your website with the provided JavaScript and Blade component:<script src="{{ asset('vendor/smart-ads/js/smart-banner.js')...