-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation and Configuration Problems with Bundle #3
Comments
Hello @powernic Thanks for your interest on this project. I was thinking to release a full demo. Give me a day or two fot this. |
@thomasBourdin I just realized that the repository Sonata Extra Demo was private when I initially shared it with you. I’ve now made it public, so you can access it here: Sonata Extra Demo. Apologies for the confusion. |
hi @powernic, @thomasBourdin is working on a sample demo app. Thanks. |
Hello @powernic We have released a first version of the demo site of Sonata-Extra bundle with Symfony 7.2 here : https://github.com/partITech/sonata-extra-demo Hope you will enjoy using our tool. Let us know if you have trouble managing items. Thanks. |
@powernic You can also use this file to install all automatically : |
Hello!
First, thank you for the great project and the additional features you've provided for Sonata Admin through the
partITech/sonata-extra
bundle. I tried to integrate it into a test project, but encountered some issues during installation and configuration.Steps to Reproduce:
http://127.0.0.1/admin
when usingsonata-project/admin-bundle
.sonata-project/admin-bundle
line in thecomposer.json
file with the following command:Problems:
After running the
composer require partitech/sonata-extra
command, I encountered the following dependency issue:After replacing
sonata-project/admin-bundle
withpartitech/sonata-extra
in thecomposer.json
file, I encountered a configuration error when running:The error message was:
Request:
Could you please provide a working demo project using your bundle so that I can better understand how to integrate it correctly? I also created a minimal demo project that works without errors when using the standard
sonata-project/admin-bundle
: Sonata Extra Demo. It could be used as a base for showcasing how to set uppartitech/sonata-extra
.Any help or guidance on how to properly install and configure your bundle would be greatly appreciated. Thank you for your hard work!
The text was updated successfully, but these errors were encountered: