The following section contains examples for two popular PHP frameworks Laravel and Symfony. Each of the examples provides a full walk-through for setup and deployment on our platform.
The examples in this section include web server configuration by providing a file such as a httpd.conf
(for Apache/httpd) or an nginx.conf
for Nginx.
If your PHP stack is custom and does not include that, you must either set BP_WEB_SERVER
or include a server configuration in your code so that Runway detects the web server and configures it for you.
php -S ...
).