© Sanjib Sinha 2019
S. SinhaBeginning Laravel https://doi.org/10.1007/978-1-4842-4991-8_2

2. Setting Up Your Environment

Sanjib Sinha1 
(1)
Howrah, West Bengal, India
 

This chapter will help you install Composer, both locally and globally, and introduce you to Valet, Homestead, VirtualBox, Vagrant, and Forge. You will also learn how to create a new project in Laravel 5.8 using your Homestead development environment.

Composer

Composer is a dependency management tool in PHP. For any PHP project, you need to use a library of code. Composer easily manages this task on your behalf, helping you to declare those libraries and packages. You can also install or update any code in your library through Composer. Please visit https://getcomposer.org for more details. ...

Get Beginning Laravel: Build Websites with Laravel 5.8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.