Category PHP

How to Switch PHP Version

Switch PHP version

I recently discussed a variety of subjects relating the configuration of various web servers and the operation of PHP applications such as WordPress. Web servers, such as OpenLiteSpeed, allow you to change the version using the WebAdmin Console, but if…

Install Laravel On Manjaro/Arch Linux

Install Laravel On Manjaro Arch Linux

Laravel, written in PHP, is a popular MVC framework for developing web applications. The PHP framework makes it easy to develop dynamic web apps with powerful built-in tools such as database systems, routes, controllers, authentication systems, and a lot more.…