laravel-apps/ ├── Dockerfile # Multi-stage build ├── nginx/ │ └── default.conf # Nginx production config ├── php/ │ ├── php.ini # PHP configuration │ └── php-fpm.conf # PHP-FPM pool config ├── src/ # ...
A web server that supports PHP (like Apache or Nginx). PHP version 7.4 or higher. A compatible SQL database (MySQL, SQLite, or SQL Server). Basic web browser for accessing the API. To get started with ...