-
Make new Project
```bash
$ symfony new Project1 --version=5.3 --dir=test5.3
$ cd ./test5.3
```
now add SonataAdminBundle
```bash
$ composer require sonata-project/admin-bundle
Your req…
a1812 updated
3 years ago
-
### Environment
#### Sonata packages
show
```
sonata-project/admin-bundle 3.104.0 3.104.0 The missing Symfony Admin Generator
sonata-project/block-bundle …
-
Symfony create https://github.com/symfony/contracts
I think we should do something similar.
IMHO, the `SonataDoctrineORMBundle` shouldn't require the `SonataAdminBundle` or `SonataExporterBundle…
-
## Feature Request
When trying to install the Sonata User Bundle on a system that uses PHP 8.0, I am getting composer complaints about how there is a "PHP requirement incompatible with your PHP ver…
-
When we run Psalm in one thread it works as expected:
```
$ vendor/bin/psalm --show-info=false --threads=1
Scanning files...
Analyzing files...
------------------------------
No errors found…
-
### Environment : LAMP ubuntu 18.04 LTS
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
# Put the result here.
```
sonata-project/admin-bundle …
-
Some of the [call to action links](https://sonata-project.org/bundles/timeline/3-x/doc/index.html) (_"Found a typo? Something is wrong in this documentation? Just fork and edit it!"_) on bundles docum…
-
### Environment
#### Sonata packages
show
```
sonata-project/admin-bundle 3.100.2 3.100.2 The missing Symfony Admin Generator
sonata-project/block-bundle 3.23.1 …
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 4.0.0-rc.1 4.0.0-rc.1 The missing Symfon…
-
We should be sure that our bundles are installable via flex.
WDYT