- Notifications
You must be signed in to change notification settings - Fork70
HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM
License
php-pm/php-pm-httpkernel
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM. Seehttps://github.com/php-pm/php-pm.
Install PHP-PM
composer require php-pm/php-pmInstall HttpKernel Adapter
composer require php-pm/httpkernel-adapterOptionally provide the namespace of your Kernel using the
APP_KERNEL_NAMESPACEenvironment variable.Example:APP_KERNEL_NAMESPACE=Acme\MyProduct\. This will attempt to use the classAcme\MyProduct\Kernelas the fully qualified class name
Note: For Symfony, make sure your
AppKernelis autoloaded in yourcomposer.json(shouldn't be an issue for projects created using the StandardEdition after November 2015):{ "autoload": { "classmap": ["app/AppKernel.php"] }}
About
HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.