Laravel is a PHP framework used to develop PHP based applications . Laravel is specially designed for easy and faster development of web applications. It supports multi-platform you can simply install and use on your development system. This post will guide you to install Laravel 5 PHP Framework on Debian 9 (Stretch) system. Server Requirements The Laravel framework has a few system requirements. You will need to make sure your server meets the following requirements: PHP >= 7.1.3 BCMath PHP Extension Ctype PHP Extension JSON PHP Extension Mbstring PHP Extension OpenSSL PHP Extension PDO PHP Extension Tokenizer PHP Extension XML PHP Extension Install Laravel in Debian apt-get update apt install git unzip Laravel utilizes Composer to manage its dependencies. So, before using Laravel, make sure you have Composer installed on your machine. curl -sS https://getcomposer.org/installer | php Make sure to place composer's system-wide vendor bin directory in your...
The duke of Ela "I appreciate the hate"