Latest Laravel/PHP Articles

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


In this article, I am going to walk you through setting up a PHP backend server for a React Application. React makes it painless to create interactive UIs.
Scout extended is a great package, letting you use many awesome features provided by algolia directly in your laravel app. But while using some belongsToMany re...
Rock solid understanding of exceptions is crucial to writing reliable programs. This article aims to lift the veil of mystery surrounding more peculiar aspects...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Lets say we need to validate: required number between 1 and 4 in length (e.g. 1 to 9999) with max value less/equal to: 8760 You could go for something like this...
How to use foreach loop in Laravel
In the first part of this tutorial we covered how you can setup GraphQL with PHP using Slim Framework. This part covers how to set up DataLoaderPHP for your fie...
Recently I have published an article on Login with Twitter in PHP. One of our readers asked to write an article on login with Twitter in Laravel.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
You may have the cumbersome task of always adding the authenticated user to your view, in your Controllers or inside all your Blade templates. Instead of having...
This week, we’ve delved into ‘server-side programming’, which is code that runs on the web server. A server program awaits and quickly fulfils requests from cli...
Laravel is a web application framework with expressive, elegant syntax. Before starting to install process, you need to check your system if you meet it’s requi...
Why you use it? Out of the box Laravel always you to have read/write database connections. This will allow you to have different database connections for SELECT...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Let’s review performance improvements for 3 of the main programming languages to better understand the importance of keeping our projects updated. The demand fo...
Expanding on the information from my last post, PHPis a scripting programming language that has been used for a more than 2 decades. As a general purpose script...
We need to create a footer component. We would usually: Since, the footer element is reserved for HTML, it cannot be used to include a component.
Sometimes you come to a situation where you need to work with an already created or existing database in Laravel applications. For example when you are working...