Latest Laravel/PHP Articles

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


Features of Laravel 5.8For the development of custom software, Laravel is the favorite PHP framework of many professionals. Laravel makes it very easy for the u...
I’ve been working on projects that use both Vue and Laravel for the last two to three years, and during the start of each’s development I have to ask myself “Ho...
José María Valera RealesSep 23 · 6 min readContentPHP 7.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
/* 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...
I had made one of my dreams come true, by attending my first Laracon in person, specifically Laracon EU.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
Just about a few minutes ago I had need to logout user from my Laravel + React app (it’s general) but with Axios.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...