Latest Laravel/PHP Articles

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


PHP vs Ruby. Sooner or later each developer possessed one programming language perfectly, wants to try something new. To do this, he first searches for some new...
If you’ve worked with modern frameworks such as Laravel, you might have seen this keyword ::class be used extensively throughout the application. So, for instan...

divinglaravel.com

Multi-tenancy in Laravel
The video covers switching DB connections at runtime, writing migrations, seeding, and testing. You can watch it here: After the video was posted, one of the co...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
In this post I will share a simple trick to manage laravel model to not have timestamps. In some cases we may have database table without created_at and updated...
If you don’t understand exceptions in Laravel tests because it throws the exception as an HTML and you need to see a clean exception in your terminal, don’t wor...
Authorization in the web application is something to be aware of. If you want to take control of all the permissions that your users have, it’ll be a nightmare...
I created Bulma Clean Theme as a theme for my own website and decided to open source it so others could use it as well. One of the key things I wanted to do was...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Fortunately, Google provides a Service called Maps Static API which provides a way to path markers or polygons to the API and it returns an image with the map.
Learn How to Insert Update Delete in PHP, Guys if you face problem to perform the operations such as Insert Update Delete Record in PHP & MySQLi Database. You n...
As one teacher told me once, “Software lives and dies by its documentation”. True to be told, event the most intuitive software needs some kind of manual, and w...
Welcome to this new blog-series of mine where I want to invite you to follow my path as one-man-company. I want to share with you how I survive working on my ow...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Hello World, Today I am going to show you how to send email in laravel with Mailtrap. This is a very easy and simple tuto...
In this example, We would give you simple example of how to get last inserted id in laravel 6. you can easy way to get laravel 5 ,6 or 7 version to get last ins...
Jest has established itself as one the leading library for TDD (Test Driven Development) for ReactJS; perhaps being created by developers at FB itself has furth...
In this post I am going to describe how to send an email to someone using smtp server in PHP. Let’s get started. There are 2 sections in this post as follows.