Latest Laravel/PHP Articles

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


www.amitmerchant.com

Console Logging the Right Way
Haters gonna hate and call you uncultured but when it comes to debugging, doing console.log() is one of best the best ways of all time. Period. Well! sort of! C...
What Is Domain-Driven Design or DDD? Domain-Driven Design is a software development approach that tries to bring the business language and the source code as cl...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Start your free 14-day trial...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Ryan Chandler has introduced an amazing package called Blade-cache-directive that enables you to cache the chunks of your Blade markup easily in Laravel. This p...
Are you getting errors with laravels groupBy()? Here is short explanation of why. Stay up to date with all things Laravel, PHP, and JavaScript.
You might think that the way your store your data isn't really that important. Well it's more important than you think it is. A good database design just like g...
Sometimes, We requires to show messages in our website like Form Submitting Success Messages, Updates Messages, Alert Messages, Notification Messages etc. Using...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
The other day, I was stumbled upon a scenario where I need to check whether there exists at least one key of a certain value in an array of objects. Check the f...
At almost every Laravel conference you can find at least one talk that covers Laravel's service container – and rightfully so. The service container is one of t...
In this tutorial, we will see change date format using carbon in laravel, many times we have requirements to change date format in the controller as well as bla...
To execute test code in Laravel, those are essential that you have to know about otherwise, you might waste your time. Here is the example.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I talked about this great resource https://github.com/LaravelDaily/laravel-tips a while ago in a previous article https://dev.to/morcosgad/quick-tips-laravel-3n...
Spatie has launched an amazing package called the Laravel Slack Alerts that can quickly send alerts to Slack using laravel. You can use this to notify yourself...
Laravel Authz is a package based on the Casbin, an authorization library that supports access control models like ACL, RBAC, ABAC. If you want to install this p...
A SPA (Single-page application) is a type of web application that loads only a single web document, and then updates the body content of that single document th...