https://github.com/myks92/symfony-service-container
https://github.com/myks92/symfony-service-container
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/myks92/symfony-service-container
- Owner: Myks92
- Created: 2023-05-24T16:07:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T16:16:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T13:32:56.954Z (3 months ago)
- Language: PHP
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Error Symfony service container
This repository for issue Symfony: https://github.com/symfony/symfony/issues/50417
## Reproduce
Clone:
```
git clone https://github.com/Myks92/symfony-service-container.git
```Install:
```
composer install
```Run Debug container:
```
php bin/console debug:container
```Result:
```
---------------------------------------------------------------------------- ----------------------------------------------------------------------------------------
Service ID Class name
---------------------------------------------------------------------------- ----------------------------------------------------------------------------------------
App\Auth\Command App\Auth\Command
````App\Auth\Command` - is folder!