Latest Laravel/PHP Articles

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


/* now bind the parameters to it */mssql_bind($stmt, "@id", $id, SQLINT4, FALSE);mssql_bind($stmt, "@name", $name, SQLVARCHAR, FALSE);mssql_bind($stmt, "@email"...
This article is part of a series where I document insights, changes and rethinking that I experienced while refactoring the codebase for Pulse — a painless and...
Most of the time I use the library called Jwt Auth for authenticating in Laravel projects. The process is quite simple: send the login credentials to the API, i...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
I had made one of my dreams come true, by attending my first Laracon in person, specifically Laracon EU.
PHP stands for Hypertext Preprocessor. It’s an open-source, server-side, scripting language used for the development of web applications.MongoDB is one of the w...
The other day I found myself in a project that was using https://www.docker.com/ + https://docs.docker.com/compose/ and therefore running on a different PHP-Ver...
Install Wampserver or XAMPP on your Desktop to quickly create your First web applications with Apache, PHP and a MySQL database. For installing PHP, we will ins...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Just about a few minutes ago I had need to logout user from my Laravel + React app (it’s general) but with Axios.
PHP decbin is an inbuilt Math Function in PHP. It converts an input decimal integer into its corresponding binary representation string. You can convert a binar...
In this series, we are exploring what are the best practices a web developer must take care of when creating or managing PHP code. The final test will happen in...
In a nutshell, PHP’s unserialize() function takes a string (representing a serialized object) and converts it back to a PHP object. Basically, when you need to...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
PHP has been the most popular web language in the present times by being simple to maintain, and quick to create feature-rich web applications. Websites that ar...
Sayed AhmedSep 19 · 3 min readLaravel Query Builder (Laravel 5.
In this course, you’ll learn how to create an E-Commerce Website from scratch in Laravel. The process has never been easier I’ll take you from the very beginnin...
LAVALITE CMS is a website application that supports the creation and modification of digital content. They are qualified for the creation, management, and shari...