Latest Laravel/PHP Articles

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


Finding an article about the integration of laravel with google doc is quite difficult, that is why we will be building a sample blog application that integrate...
I love using Test Driven Development a.k.a TDD in my projects, thats why unit test become part of my coding life. I always use Laravel’s RefreshDatabase trait i...
Laravel Eloquent ORM provides a whole lot of useful functionality which allows you to work with your database tables and relationships using an eloquent express...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
When I first started working with Laravel, one of the very first piece of code that I came across was similar to following: So when I went to URL /post/1, the P...
Objective key results, or short OKR, is a concept that is easy to understand but hard to master: You set an objective, such as "Increase user base", and define...
Lets say for example you have a book model and you are in update method and your code looks like this. In this case you will get 404 error since your slug is up...
A blog on PHP, JavaScript and more Amit Merchant · July 23, 2020 · ⋆ PHP So, in a nutshell (in the context of JavaScript), A promise is an object that may produ...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
PHP makes it easier for programmers to build large, complex and modern web applications. The PHP developers also have option to choose from several popular PHP...
If you enjoy reading my blog, you could consider supporting me on Patreon. You might have guessed it from the examples: named arguments allow to pass input data...
Flat, simple, multi-themed, responsive and hackable Color-Picker library. Supports alpha channel, rgba, hsla, hsva and more! GitHub is home to over 50 million d...
Laravel Exception Notifier will send an email of the error along with the stack trace to the chosen recipients. You can customize who send to, cc to, bcc to, en...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Hello everybody, my name is Alex. It is based on my experiments in this area, then it has become a pet project, and then I have created several projects, wich a...
Not too long ago we celebrated the 10th million download of Laravel Excel and today it’s time to celebrate a new milestone! We are happy to have reached this mi...
It’s just steps of note will not explain more. If you want to integrate FontAwesome in a modern way. Open resources/js/bootstrap.js and add code below into try....
In this series of articles we will see how to create and deploy a production-ready Laravel application on AWS Fargate. In the first part, we will create a fully...