Latest Laravel/PHP Articles

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


Hello, guys, I make this tutorial to explain how you can use Google SMTP in a Laravel project. In your .env file, you will need to edit the following details.
Laravel offers a bunch of useful and handy directives that we can use in our templates. But easily, we can face a situation that we repeat some code in our blad...
There are tons of articles online explaining how to use GuzzleHTTP to consume HTTP services from any PHP project and of course from a Laravel project.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Back in mid-2018, I had to learn the RabbitMQ. I was trying to understand how it works. Failed miserably. This thing happens too often for me. There are several...
According to statistics, PHP is still the most popular server-side programming language used by almost 80% of the internet. Among PHP frameworks, Laravel is one...
Creating a custom web application requires a PHP MVC framework. There are various MVC frameworks for PHP developers out there. In this blog, we will discuss the...
Hi, all today I going to show how to access the Remote server with PHPMyAdmin client. 6. Use the HostName, UserName, and Password, that you wish to database to...
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.
A hot topic in recent years is whether PHP is losing its leading position or even going to its end. After all, many internet companies are trying out other lang...
This article will give you an overall explanation of refactoring in software development. We will explore the theory and then present some examples from real li...
Laravel Dusk is a package that provides the functionality of unit testing in the browser. It does not require JDK or Selenium. This package uses Chrome driver b...
SQL Count is an inbuilt function in SQL Server. It returns the count of the number of rows matching criteria. Also, it can return the count of all the rows in t...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Credit where is due. Last year I stumbled upon an article of Josip Crnković, in which he walked through some of the useful interfaces the framework has. In it,...
October CMS is a laravel based CMS (Content Management System) which helps developers for rapid development of web applications. October CMS is an open source C...
( laravel Development ) Laravel is an open source PHP structure explained for the improvement of MVC or model view controller web applications. It is exceptiona...
SQL MAX is an inbuilt function in SQL Server. It returns the largest value of a column in a table. It finds the record which has the maximum value in a recordse...