Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM

License

NotificationsYou must be signed in to change notification settings

php-pm/php-pm-httpkernel

Repository files navigation

HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM. Seehttps://github.com/php-pm/php-pm.

Setup

  1. Install PHP-PM

     composer require php-pm/php-pm
  2. Install HttpKernel Adapter

     composer require php-pm/httpkernel-adapter
  3. Optionally provide the namespace of your Kernel using theAPP_KERNEL_NAMESPACE environment 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 yourAppKernel is 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

Stars

Watchers

Forks

Packages

No packages published

Contributors29

Languages


[8]ページ先頭

©2009-2025 Movatter.jp