sajad torkamani

The Symfony Kernel class is the core of Symfony. Its responsibilities include:

  • Se tup your application’s bundles and provide them with your application’s configuration.
  • Create the service container.
  • Serve requests via its handle() method
Tagged: Symfony