...

/

Installing Laravel and Composer Dependencies

Installing Laravel and Composer Dependencies

Learn the basic configuration for the execution of the Laravel framework.

Laravel setup prerequisites

To install Laravel, we have to ensure that our device meets the basic requirements by using the Laravel framework. These prerequisites encompass:

  • PHP: Laravel is built on PHP, so it’s essential to put PHP on our machine. Laravel framework has precise PHP model necessities. For Laravel 9. x, our PHP version must be 8.0 or higher. It’s fine to use the brand-new, strong versions of PHP to increase overall performance and security.

  • Web server: Laravel packages rely on a web server to run. We have various ...