You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Youri Wijnands fabebe619d Update composer packages 7 years ago
..
Bundle update to laravel 5.7 and try getting autologin saved 7 years ago
CacheClearer update to laravel 5.7 and try getting autologin saved 7 years ago
CacheWarmer Update composer packages 7 years ago
Config update to laravel 5.7 and try getting autologin saved 7 years ago
Controller Update composer packages 7 years ago
ControllerMetadata update to laravel 5.7 and try getting autologin saved 7 years ago
DataCollector Update composer packages 7 years ago
Debug update to laravel 5.7 and try getting autologin saved 7 years ago
DependencyInjection Update composer packages 7 years ago
Event update to laravel 5.7 and try getting autologin saved 7 years ago
EventListener Update composer packages 7 years ago
Exception Update composer packages 7 years ago
Fragment update to laravel 5.7 and try getting autologin saved 7 years ago
HttpCache Update composer packages 7 years ago
Log update to laravel 5.7 and try getting autologin saved 7 years ago
Profiler Update composer packages 7 years ago
Resources Dependency updates and update version number 8 years ago
Tests Update composer packages 7 years ago
.gitignore Add vendor and .env to make usable 8 years ago
CHANGELOG.md Update composer packages 7 years ago
Client.php update to laravel 5.7 and try getting autologin saved 7 years ago
HttpKernel.php Update composer packages 7 years ago
HttpKernelInterface.php Add vendor and .env to make usable 8 years ago
Kernel.php Update composer packages 7 years ago
KernelEvents.php Add vendor and .env to make usable 8 years ago
KernelInterface.php Update composer packages 7 years ago
LICENSE Add vendor and .env to make usable 8 years ago
README.md Add vendor and .env to make usable 8 years ago
RebootableInterface.php Add vendor and .env to make usable 8 years ago
TerminableInterface.php Add vendor and .env to make usable 8 years ago
UriSigner.php update to laravel 5.7 and try getting autologin saved 7 years ago
composer.json Update composer packages 7 years ago
phpunit.xml.dist Update composer packages 7 years ago

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 a full-stack framework (Symfony), a micro-framework (Silex) or an advanced CMS system (Drupal).

Resources