Download the PHP package district5/php-slim-framework-routes-builder without Composer
On this page you can find all versions of the php package district5/php-slim-framework-routes-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-slim-framework-routes-builder
Slim Framework Routes File Builder
Information
This library automatically creates the app/bootstrap.php
file for Slim Framework applications. This is controlled
in development and production by the $scanAndWrite
parameter.
If $scanAndWrite
parameter is true
this will rescan the routes directory (or directories) and generate the bootstrap
file automatically. If false
, the library will simply return the path to the bootstrap file.
Usage...
In your main public/index.php
or wherever you currently include your routes file, place this:
All versions of php-slim-framework-routes-builder with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package district5/php-slim-framework-routes-builder contains the following files
Loading the files please wait ....