Latest Laravel/PHP Articles

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


Note: All the content in this article is current and working for Laravel 7.x. If you are using an earlier version such as 5.x or 6.x, not all of these methods w...
Then let’s create our package skeleton. We will be using a CLI tool. It will generate all necessary files Then you can run generation command. Webkid stands for...
In the Epilogue of the Object Design Style Guide, I started happily outlining some of the architectural patterns I've been using for several years now.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
We often post about tricks and hacks for PHP’s arrays. Here we come with another one again. Let’s use array_diff for deeper arrays as well, with the help of Lar...
Sometimes all you need is to define and call function at the same time and only once throughout the scope. Such functions are called as Immediately Invoke Funct...
Authorize.Net is no doubt one of the trusted and popular payment solutions on the Internet. If you are running an online store and wish to receive payments usin...
Since Laravel 5.x we use the artisan command php artisan make:auth to scaffold authentication but there’s a little change. Let’s take a look in how to Authentic...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
How many times you had some times consuming task to do with laravel in your application. Some times you need to send mail to a bunch of user but you can’t wait...
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.
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.
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...