smknstdincode16How to handle business days in PHPWhen developing a commerce-related application, it’s sometimes necessary to determine whether a point of sale is open or closed on a given…Apr 17Apr 17
smknstdincode16Efficient searching through PDFs with MySQL and LaravelSearch functionality is often crucial in a modern web application. When a website provides documents with extensive text, such as PDF…Jul 6, 2023Jul 6, 2023
smknstdincode16How to make sure ray() won’t break your Laravel application with Github ActionScan your Laravel application and detect remaining Spatie’s ray calls in your CI workflow to prevent triggering errors in production.Mar 31, 2023Mar 31, 2023
smknstdExplore and polish your Laravel Emails with MailbookStop forgetting about old email templates that sleep in your code base and start inspecting all of them including notificationsDec 29, 2022Dec 29, 2022
smknstdincode16Validating critical email address in LaravelLearn how to validate email address from your customers and make sure you can contact them with confidence with Laravel’s power featureMar 17, 20221Mar 17, 20221
smknstdincode16How to use the new PHP enum in LaravelPHP 8.1 introduced long awaited support for built-in Enums. There is no more need for custom solutions as Since 8.69 Laravel has your back.Jan 12, 2022Jan 12, 2022
smknstdincode16Automatically delete read database notifications in LaravelWhen using Laravel, if you need to notify your users you can benefit from its built-in notification system. Laravel provides support for…Jan 3, 20221Jan 3, 20221
smknstdHow to get notified when Laravel Horizon stops runningLearn how to setup a scheduled task to check periodically for Laravel Horizon’s status and notify your team as soon as it doesn’t workNov 11, 2021Nov 11, 2021
smknstdincode16How to test Laravel Horizon notification setup with slackIn Laravel Horizon you can setup a notification system for being alerted when there is a too long wait time on your queues (and check if…Nov 8, 2021Nov 8, 2021
smknstdFake beautiful images in LaravelIf you seed your local database with model factories, you probably use the fresh faker library (as the original faker library has been…Sep 10, 2021Sep 10, 2021