Laravel is one of the most popular PHP frameworks today for creating modern web applications. To install and use Laravel you must have https://getcomposer.org/ installed in your system.
With composer, you can install third-party libraries, create and distribute your own modules, and automate php application installation and distribution.
To enter a new database for your brand-new Laravel project, click MySQL database wizard under Databases.
Composer install dependencies in the vendor directory inside your project: composer install