Latest Laravel/PHP Articles

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


When Laravel dusk has come out it has made testing JS heavy frontend really easy. The test suite does test your app simply sending HTTP calls to your website lo...
It’s my first post on Medium. I hope this does not inconvenience you in any way. “OOP in a nutshell in PHP” is published by Imran Pollob
Nowadays, websites should be fast, otherwise visitors will leave your website before they have seen the most important content of your website. It’s obvious, bu...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Technical tutorials and solutions, Laravel, Wordpress, Spring, PHP and others. 5Balloons
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...