Why can't I just download Laravel?

This page summarizes the projects mentioned and recommended in the original post on /r/PHPhelp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Packagist

    Package Repository Website - try https://packagist.com if you need your own -

  • Because it's much easier. A dependency is a third party library your project needs to function. People develop their libraries and publish them in packagist.org and then give you a package name you can use to include that library. Composer downloads the version you ask for and also checks the dependencies on that library. Sometimes 2 or more libraries depend on a single library so Composer checks what's the latest version that is compatible with both and downloads it. Also checks wether that library is compatible with your PHP version, also checks for your PHP extensions. Imagine doing all that with zips. Instead of that, you run a command and it checks everything for you.

  • laragon

    Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. It is fast, lightweight, easy-to-use and easy-to-extend.

  • If you use Windows then laragon has a quick app install for Laravel.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts