Latest Laravel/PHP Articles

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


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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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.
Hi, I’m Valerio, software engineer from Italy and CTO at Inspector. In this guide I’ll show you how to put your Controller/method pairs under real-time monitori...
So, when we include them and access them via creating an object then it conflicts. In this post, we understand namespace with practical examples and we...
Please consider supporting us by just disabling your AD BLOCKER and reloading this page again. We will cover how to implement Google, Twitter, GitHub, Facebook...
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.
This tutorial will guide you into building the User CRUD for Laravel authentication in less than ten minutes with the help of reactive components from VueJs and...
In the 7.x branch, Laravel added an artisan test command which acts as a wrapper for PHPUnit. It provides information about the tests as they're running and sto...
So The first chapter of the whole series starts with the basic understanding of the roles of one programmer and what are the requirements to be fit for that spe...
For a project that I am currently working on, I am creating a chat application within a single page Vue application with a Laravel backend, and then I ran into...