Latest Laravel/PHP Articles

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


Hello, it’s been quite a long time since the last time I post in Medium. A couple of weeks back I moved to a new company and here we use Laravel for developing...
Here is a perfect breakdown on what a Laravel Controller is taken from the official Laravel documentation; In our routes file, we may want to add more logic to...
This tutorial will detail how to configure a complete Continuous Integration using Bitbucket Pipeline for a sample Laravel application with some basic test case...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Last year when i was about to start a project in laravel and vue js i had many things in my mind, like how laravel mix works, integration of vue with laravel, w...
my first REST API with Laravel Backend and Ember-JS Frontend. it is only to understand the REST API communication between Backend and Frontend.
In this article, we will discuss “Laravel Socialite Twitter Login”. As we already discussed, Laravel is not only PHP framework. It’s like a lifesaver tool for t...
Laravel is an excellent framework for developing PHP applications. Whether you need to prototype a new idea, develop a Minimum Viable Product, or release a full...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Hello Folks, We are back with the another topic of Web development. Here we are discuss about PHP plugins. We can say a few of the essentials that are out there...
When you’re developing an application, it’s critical to make sure you’re working with the correct data. Essentially, you need to know you’re asking the right qu...
Laravel 5.7.17 is accessible with new query builder methods, a new message for detecting lost connections in MariaDB, and improvements to adding foreign keys in...
So we can easily to include or exclude any PHP library we need, by just including one file called autoload.php that generated by composer it self, we can use ou...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In the past article, we start a series about how microservices change our TDD approach, and help us set some rules to force decouple our code. We saw how migrat...
In the first part of this article, we started developing our cryptocurrency alert application. We developed the backend of the application that will power the i...
How to Enable Query Log Laravel. Hi Guys, here’s a quick way for logging all Queries in Laravel, in your `AppServiceProvider.php` on the `boot` function add tho...
You will no doubt be very aware of the cookie consent banners that started appearing on websites a few years ago as a result of EU legislation, and which seem t...