Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


https://dev.to/devtical https://dev.to/kristories Or feel confused with the tutorials on the internet because you don't know where to start? https://bootcamp.la...
'The :attribute must be accepted.', 'accepted_if' => 'The :attribute must be accepted when :other is :value.', 'active_url' => 'The :attribute is not a valid UR...
https://dev.to/thinkverse https://tallstack.dev/ is a full-stack development solution used for building powerful, modern, and reactive Laravel applications. Thi...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
Laravel Notification Event Subscriber is a package allows you to run any kind of action while a notification is being sent or after it has been sent using onSen...
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
https://dev.to/bernardwiesner https://laravel.com/docs/9.x/queues is great and easy to use, however one big disadvantage is it's not microservice friendly. You...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Recent works require me to work with Livewire and ChartJs. Prepare our simple filter: php artisan make:livewire Filter Let's update our Livewire chart...
Today at Laracon, LiveWire announced a major update after nearly 2 years since the last release. The tool was popularized with Laravel 8 in 2020, but faced crit...
This is a working Google SSO Cypress Test. describe('Login', () => { it('Login through Google', () => { const username = Cypress.env('googleSocialLoginUsername'...

sebastiandedeyne.com

Named arguments
September 15, 2022 ∙ by https://sebastiandedeyne.com/ Look at this code, I have no idea what false, false, true conveys. $page->render(false, false, true); A pa...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In the new version 9.28 we have the feature Allow validator messages to use nested arrays So that the handling of writing error messages is more organized and s...
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
https://dunglas.fr/2022/09/api-platform-3-is-released/ https://soyuka.me/ and I have just released the new major version of https://api-platform.com during the...
Laravel Model info is an excellent package by Spatie. This package offers a way to get information about the models in your Laravel app. Using this package you...