Skip to content
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

Modify quickstart.md #1

Closed
wants to merge 1 commit into from
Closed

Modify quickstart.md #1

wants to merge 1 commit into from

Conversation

lowtower
Copy link

Add factories to configuration for single and multiple container usage

Add factories to configuration for single and multiple container usage
@lowtower
Copy link
Author

Hello @froschdesign ,

this PR adds only documentation following the discussions in issue 56 and PR 61.

Cheers ,
LT.

@froschdesign
Copy link
Owner

@lowtower
Thanks for contribution, but there is no need for manual adding. I will extend the ConfigProviderclass. The goal: keep it simple!

Again, thanks!

@lowtower
Copy link
Author

Yes, that's better.
Was already wondering, why manual adding was necessary at all.
Any news, why it is not merged to master?
Cheers,
LT.

@lowtower lowtower deleted the feature/expressive-support branch June 15, 2017 08:36
@froschdesign
Copy link
Owner

Was already wondering, why manual adding was necessary at all.

To test the first draft.

Any news, why it is not merged to master?

The zend-expressive feature is still work in progress and we will change the structure of components. I will work on this in the next days.


Btw. Are you already using this feature / branch? If so, can you give some feedback? For example:

  • Is something missing?
  • Is something to complicated?
  • Do you see problems?
  • Do you see space for improvements?
  • Do we need more documentation?

Thank you in advance!

@lowtower
Copy link
Author

Hello Frank,

at the moment, I am just playing around and trying to (re-)write the expressive tutorial from Ralf Eggert with zend-expressive v2.0, adding some extra parts, e.g. the tutorials for zend-mvc, just like zend-navigation and zend-pagination.

At the moment, I am struggling with using partials for menu and breadcrumbs (for bootstrap style).
I don't know where to put the partials (I have a src/App/view/partial path for generic code) and tell zend-navigation to use it properly (with ->setPartial() of course, but which path?).

In the next steps, I will implement rbac or acl and will then come back with questions, I suppose ;-)

Thanks in advance,
LT.

@lowtower
Copy link
Author

lowtower commented Jun 22, 2017

Hello Frank,

just some short questions:

  • is it possible to define partials for the link <li>-tag only and not for the whole menu <ul>-tag?
  • or is there a way of wrapping tags around the <li>, or pre-/append something to the link <li>-tag?
  • zend-expressive uses the notation namespace::partialName instead of the full path to the partial such es zend-mvc, am I right? Could be added to the documentation.
  • what is the recommendation for the place to store generic/app-wide partials? I put them into /templates/partials.

Thanks in advance,
LT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants