-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Register the bundle in the contrib recipes repositories #2704
Comments
I think it's still in progress. See this PR #2707 from today. |
@Tomsgu problem with |
@covex-nn thanks for clarifying it. I don't know why I thought that symfony/recipes-contrib#210 was created by you. That's why I thought that is in progress with your recent pull requests. Anyway it's nice to hear that it's moving forward. About the |
@covex-nn I like your idea 👍 (with no hidden behavior). So than we should wait for PR revisions and the session/security fix. Is there still something that can be done before a stable release? |
@Tomsgu we could create recipe right here! I've created a new branch in my FOSUserBundle fork and merged boths PRs into it. To start using it and test it you could complete the following steps:
At this point we have installed, but not configured FOSUserBundle with "strange" behavior. We should help end-user to configure |
We could even create an instruction on a page http://127.0.0.1:8000/register/ with This how it looks now: public function getClass()
{
throw new \RuntimeException('The child node "db_driver" at path "fos_user" must be configured.');
} This how it could be: protected function throwExceptionWithInstructionBelow()
{
throw new \RuntimeException('The child node "db_driver" at path "fos_user" must be configured.');
// to configure ...
// second line
// line 3
// line 4
// last line; we have five lines for instructions |
Also we cound discuss new recipe here in comments and depelop recipe itself in Use this commands to install application with FOSUserBundle: git clone [email protected]:covex-nn/recipes-contrib.git .
git checkout fosub
cd friendsofsymfony/user-bundle/2.1
composer install
rm -rf .git
git checkout .gitignore
php -S 127.0.0.1:8000 -t public Then visit http://127.0.0.1:8000/register/ |
The steps from #2704 (comment) works well with the forked version. About the To make a recipe we should probably still wait since there is no stable release. Neither your changes were merged. @XWB is there still anything with we can help before a new release? |
What is the status of this issue ? |
Hello,
Have you planed to register the bundle in the contrib recipes repositories to install this with flex ?
There is already a pull request for that (here) but it's not finished and there is no update since 16 days.
I had already add this bundle in a project with Symfony 4, and it's work well, so I can do a new pull request on the recipes-contrib repositories to register the bundle and a pull request in this bundle to update the documentation.
The text was updated successfully, but these errors were encountered: