Custom Fresh adds a `fresh:custom` Artisan command that rebuilds your Laravel database while leaving the tables you name untouched. The post Refresh Your Laravel Database Without Dropping Every Table appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
#laravel packages
3 posts
9 Jun
8 Jun
Sqids is a PHP library that encodes one or more integers into short, URL-safe strings and decodes them back, with options for minimum length, a custom alphabet, and a profanity blocklist. The post Generate Short, URL-Safe IDs From Numbers With Sqids appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
5 Jun
Scheduler List adds a Pulse-style web interface to Laravel that lists every scheduled task, lets you search and filter them, and can run a task on demand while streaming its output. The post Scheduler List: A Web Dashboard for Laravel's Scheduled Tasks appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your…