Latest Laravel/PHP Articles

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


I found PayPal api docs very much confusing and not straight forward at least to the beginner. After spending my last 2 days, going through the docs https://dev...
In this article i will show you some laravel best practices. I think every laravel developer should know how to write clean code and shouldn’t write unnecessary...
Hi I’m Valerio, software engineer from Italy and CTO at Inspector. As you probably know Bagisto is a great e-commerce platform based on Laravel framework.
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.
Another year. Another run down of all the (Dark) themes for VS Code that I’m using in 2020. This time around, I’ve experimented with themes which are quite unus...
Implement the Tymon\JWTAuth\Contracts\JWTSubject contract on your User model, which requires that you implement the 2 methods getJWTIdentifier() and getJWTCusto...
Keep up to date with my ramblings
About two years ago I was working on a service that was suppose to expose some private APIs. These APIs did not require any authentication process, but were mea...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Spam analyzer allows to detect predefined list of bad words. And the mapping of replacement. Also it highlights emails, phones, sites.
One of the most basic tasks of web development (or any other system development) is to log each and every event maybe that is error logs or any events. This wil...
Keeping API response consistent becomes really difficult sometimes specially if you have just started or you are in learning phase. A lot of articles are presen...
Today, We want to share with you Laravel Eloquent Get Last Inserted Id.In this post we will show you how to get last inserted id in laravel 6?, hear for laravel...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Laravel Query Builder Join & cast Integer1.Join multiple same tablesprotected string $table = "AAA";public function joinAndCast(int $sys_id, $user_id): Collecti...
In case you didn't notice, recently I have been working in a secret project called Pest: a delightful PHP Testing Framework with a focus on simplicity. Pest is...
Today, We want to share with you Eloquent Order By Relation Column in Laravel .In this post we will show you Laravel Order By Relationship Sum Column Example, h...
Laravel Framework like other progressive PHP frameworks has routing. But why is the routing important? We need a connection between our actions in the code and...