Latest Laravel/PHP Articles

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


blog.criarsolutions.com

1 line of code which cost me a day
Bugs are mainly due to programming errors and sometimes we may easily figure out the root cause and fix it immediately, sometimes it takes days to figure it out...
In many API guidelines, there are 2 ways to update a resource, one is sending only the attribute(s) that needs to be updated, for example you only want to updat...
First of all, log in your Aws account. Aws log in ( link ) After Amazon console login you find the following screen, select EC2 from Compute category.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
In this article, I’m not interested about the why, just how to fix it.
Debugging, for some people, is a part of the development process, but for others, it is a can of worms that should not be opened. Whatever your relationship wit...
Some of you probably know that I have a pet project in which I like to work from time to time. This project is a self-hosted URL shortener called Shlink. Shlink...
Xdebug Update: October 2019 London, UK Tuesday, November 5th 2019, 09:25 GMT Another month, another monthly update where I explain what happened with Xdebug dev...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
That’s right! We organized our 1st Hacktoberfest :) We are still a relatively small team, around 11 engineers, but we are growing (and hiring) at a reasonable p...
Yes. Yes you can. I do ask you to keep a few rules in mind. Your translations should be hosted on your own blog. Maybe it's helpful for you to have access to th...
Here are some goods news: Implementing an ACL (access control list) in your Laravel application is actually a snap. Let me share a simple solution which basical...

blog.laravel.com

Laravel v6.5.0 released
Certified Laravel | PHP | Magento Developer.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
JWT authentication provides a secure way to transmit data between the client and server using Laravel APIs. In this post, we will look at how we can create a JW...
In order to upgrade Laravel framework you should consider some facts, I will wrap them in a series. Laravel starts following Semantic Versioning. Major framewor...
That means the mutable objects are those whose data can be changed after the instance is created. Here we can see the method setColor which changes the state.
We already know how Laravel API resources work. One resource or resource collection is bind to a single model (resource class and model class have same name). R...