Latest Laravel/PHP Articles

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


Accept it or not, we need a domain for branding ourselves or our business. Recently I did the setup of my laravel app using these steps : Now it does not look g...
What is an Associative Array? Instead of accessing the array by using an index value, you’ll access it by using a key. We can access a regular array wi...
Recently I needed to tap on Laravel’s Passport programming to control how the JSON Web Tokens (JWT) were being issued. Specifically, I needed to add more claims...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
If you enjoy reading my blog, you could consider supporting me on Patreon. Back in 1785, a Frenchman named Valentin Haüy founded the Institute for Blind Youth i...
What I’m writing in this article is actually can be read on Laravel’s official documentation about Service Container. It works for me, and I hope it also works...
Here, we’ll learn how to generate fake data with factory & seed into database. After installation of laravel & composer successfully, first set up Database conf...
In this Article , We will Learn How to deploy a laravel project on AWS EC2 (Elastic Cloud Computing ) Instance . Now copy the IPv4 Public IP Address of your EC2...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
I was assigned to a project that would send multiple emails from multiple sites simultaneously and when once done sending all emails from the site it should sho...
Hello. Share ideas, not code. Read:Create:Update:Delete:Search: Video on IGTV: My Github: To be Continued… Keep Learning, God Bless You.👍😉 Written by
Mostly we are using social media as part of our authentication module which we can get credential from them. Laravel Socialite come to be solution for this part...
UUIDs (Universally Unique Identifier) are 128 bits values, used to uniquely identify the table records. A typical example looks like: The point of this article...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This approach allows me to easily navigate between actions and not to have fat controllers. In addition to this controllers can be tested easier than with many...
First thing first, let me introduce myself. I am originally from Myanmar and I also used to work as Myanmar and Singapore as Full-Stack Developer before I moved...
A blog on PHP, JavaScript and more Amit Merchant · June 26, 2020 · ⋆ Jekyll It’s never been easier to get started with a blog in 2020 as there are many options...
Recently I needed to tap on Laravel’s Passport programming to control how the JSON Web Tokens (JWT) were being issued. Specifically, I needed to add more claims...