Latest Laravel/PHP Articles

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


In this Post, We will describe Laravel find and findOrFail method.you can need to eloquent find a record in the database table for using find as well as findOrF...
Tired of the privacy invasion of the Chrome webbrowser? Worried about the risk of seeing ads everywhere? It supports all the same Chrome extensions, wi...
Published: Jun 28, 2020 by C.S. Rhymes I was using Laravel to retrieve and display data from a Moodle installation and started using the HTTP Client in Laravel...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...