jalismrs / symfony.bundle.home
Adds a route to access home with its template
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 427
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- symfony/asset: ^5.0
- symfony/config: ^5.0
- symfony/dependency-injection: ^5.0
- symfony/framework-bundle: ^5.0
- symfony/http-kernel: ^5.0
- symfony/twig-bundle: ^5.0
Requires (Dev)
- composer/package-versions-deprecated: *
- mikey179/vfsstream: *
- phpunit/phpunit: 9.4.2
- roave/security-advisories: dev-master
README
Adds a route to access home with its template
Test
phpunit
or vendor/bin/phpunit
coverage reports will be available in var/coverage
Configuration
# config/packages/jalismrs_home.yaml jalismrs_home: main: id: 'app' css: 'dist/main.css' js: 'dist/main.js'
# config/routes.yaml _index: controller: 'jalismrs_home.controller.home_controller::index' path: '/{catchAll}' requirements: catchAll: "^.*$"