-
### Environment
#### Sonata packages
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.20.0 3.34.1 The missing Symfony Admin Generator
sonata-…
-
I can't generate acl from command anymore with new sonata-admin versions (~3.5)
```
bin/console sonata:admin:generate-object-acl
```
with version 3.50 i get bunch of:
```
The interface "Obje…
-
When I first learned about Sonata project (basically admin bundle) the demo site was a great help in learning about what abilities SonataAdmin has. Unfortunately the code behind it is.. horribly outda…
-
Hi,
after following the instructions to install this bundle, Im getting this error:
> InvalidConfigurationException: Unrecognized options "auto_mapping" under "doctrine.orm"
I found other issues…
-
- Laravel: v5.7
- Voyager: v1.1.7
- PHP: 7.1
Hi guys.
I have POSTS and POST_IMAGES tables, models for them. I am making an example.
In post_images table I am saving post_id. I am trying …
-
Where can i find the documentation about the installation of this module ? the link on the repository is broken.
Thanks!
-
As the media-bundle requires the category manager for its ORM admin it would be really nice to open this bundle to phpcr and mongo too. At least the media-bundle would get the other category managers,…
-
### Environment
#### Sonata packages
```bash
$ composer show sonata-project/*
sonata-project/admin-bundle 3.13.0 The missing Symfony Admin Generator
sonata-project/block-bundle …
-
### Environment
MacOS Sierra / XAMPP
#### Sonata packages
```bash
$ composer show sonata-project/*
sonata-project/admin-bundle 3.10.3 The missing Symfony Admin Generator
sonata-…
-
I can override sonata admin dashboard.html to show something in the top or/and bottom of sidebar.
I did it overriding _side_bar_before_nav_ and _side_bar_after_nav_ blocks, and it work fine in the ma…