Latest Laravel/PHP Articles

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


A blog on PHP, JavaScript and more Amit Merchant · June 23, 2020 · ⋆ JavaScript To give a primer, this app contains an only input where a user can enter their G...
This is a common pattern that can be used to avoid long-running cron jobs and process the tasks faster with less memory and better control over the processes. L...
Laravel is an open-source PHP framework using those technicalities to create innovation and fresh sets of web applications. CakePHP, just like Laravel, is an op...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Model View Controller (MVC) is one of the most popular software architecture in web development and is being adopted by major web frameworks like Laravel, Expre...
Want to build forgot password APIs really fast? Let me show you how to use the inbuilt Laravel methods and notification template to build forgot password APIs....
Ever since Things 3 came along, it’s been my todo app of choice. Being that pretty is a killer feature on its own, but not enough to be my task manager of choic...
Posted on Jun23rd2020 by Matthias Noback PHPStorm IDE from the last version gives for you ability to generate a TestCode and they do not use an underscore too:...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
If you enjoy reading my blog, you could consider supporting me on Patreon. An abstract resource class will inherit the base Resource class. We start by...
let’s start building a robust restful API in Laravel using JWT Authentication. It makes it convenient to authorise and verify clients accessing API resources.
Recently I started to rebuild an ten-ish year old SaaS product in Laravel from an abandoned framework. The product needs multi tenancy with separate databases f...

programmingdive.com

Using Generators in PHP
So while using generators in PHP, we’ll see what are generators and what are different ways of using it. The structure of generators are similar to the normal f...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Your imagination will be the limit on what you can do with it ( you will be able to create inventories ,calendars,journals,logs,alerts via email (maybe sms also...
So, I’ve recently had to help a friend of mine with deploying his LAMP stack application in Docker. During this process I did the following: I had to do this wi...
The new version is a merger of Blade SVG by Adam Wathan and the previous Blade Icons library that I built. Blade Icons allows you to reference and mani...
Before we get into anything worth looking at, let's look at a simple example. I know that we haven’t looked at arithmetic operators, but I’m sure that...