fleetCatalogue/vendor/symfony/http-kernel
ShuriZma 0e79f2b4b6
init commit
git add /vendor
add several models
add vehicle list
2023-10-09 20:33:17 +02:00
..
Attribute init commit 2023-10-09 20:33:17 +02:00
Bundle init commit 2023-10-09 20:33:17 +02:00
CacheClearer init commit 2023-10-09 20:33:17 +02:00
CacheWarmer init commit 2023-10-09 20:33:17 +02:00
Config init commit 2023-10-09 20:33:17 +02:00
Controller init commit 2023-10-09 20:33:17 +02:00
ControllerMetadata init commit 2023-10-09 20:33:17 +02:00
DataCollector init commit 2023-10-09 20:33:17 +02:00
Debug init commit 2023-10-09 20:33:17 +02:00
DependencyInjection init commit 2023-10-09 20:33:17 +02:00
Event init commit 2023-10-09 20:33:17 +02:00
EventListener init commit 2023-10-09 20:33:17 +02:00
Exception init commit 2023-10-09 20:33:17 +02:00
Fragment init commit 2023-10-09 20:33:17 +02:00
HttpCache init commit 2023-10-09 20:33:17 +02:00
Log init commit 2023-10-09 20:33:17 +02:00
Profiler init commit 2023-10-09 20:33:17 +02:00
Resources init commit 2023-10-09 20:33:17 +02:00
CHANGELOG.md init commit 2023-10-09 20:33:17 +02:00
HttpClientKernel.php init commit 2023-10-09 20:33:17 +02:00
HttpKernel.php init commit 2023-10-09 20:33:17 +02:00
HttpKernelBrowser.php init commit 2023-10-09 20:33:17 +02:00
HttpKernelInterface.php init commit 2023-10-09 20:33:17 +02:00
Kernel.php init commit 2023-10-09 20:33:17 +02:00
KernelEvents.php init commit 2023-10-09 20:33:17 +02:00
KernelInterface.php init commit 2023-10-09 20:33:17 +02:00
LICENSE init commit 2023-10-09 20:33:17 +02:00
README.md init commit 2023-10-09 20:33:17 +02:00
RebootableInterface.php init commit 2023-10-09 20:33:17 +02:00
TerminableInterface.php init commit 2023-10-09 20:33:17 +02:00
UriSigner.php init commit 2023-10-09 20:33:17 +02:00
composer.json init commit 2023-10-09 20:33:17 +02:00

README.md

HttpKernel Component

The HttpKernel component provides a structured process for converting a Request into a Response by making use of the EventDispatcher component. It's flexible enough to create full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal.

Resources