Latest Laravel/PHP Articles

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


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...
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...
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.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
You can’t, or shouldn’t, create thousands of different variables to store each record. You would use an array and store all of the records under one variable.