Latest Laravel/PHP Articles

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


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:...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

www.amitmerchant.com

The mixed type of PHP 8
This is fine as long as you want to give some context as to what would be the type of that property but it essentially does not really do type check by the PHP...

programmingdive.com

Method Chaining in PHP
Method Chaining is nothing but the concatenation of multiple methods to increase readability of code and avoid putting all the code in the single function. ...
Passionate full-stack developer with an eye for usability and carefully crafted interfaces. Laravel provides different approaches to validate your application’s...

levelup.gitconnected.com

PHP 7.x — P5: Truthy Bools
We looked at boolean values in the previous article. PHP has truthy booleans, which are values that are not true or false, but when evaluated inside an expressi...