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

[11.x] Add doc for new helper method fluent() with more explaining #9569

Closed
wants to merge 3 commits into from

Conversation

lmottasin
Copy link

This PR adds documentation for the fluent() helper method, which is introduced in the framework #50848. The fluent() method is designed to simplify working with multi-dimensional arrays by providing intuitive methods.

Changes Made:

  • Added documentation for the fluent() method with more explaining.
  • Included usage examples demonstrating how to use fluent() for array manipulation
  • Added a reference to the Fluent Class Documentation for further information on available options and methods

This documentation will help developers effectively understand and utilize the fluent() method for working with multi-dimensional arrays in their Laravel projects.

@lmottasin
Copy link
Author

@PhiloNL Any suggestions?

@taylorotwell
Copy link
Member

I really am not sure any of this needs to be documented. 😅 I know people keep trying to document it but it's a pretty obscure feature of the framework that was originally intended for internal framework use.

@michaloravec
Copy link

I'm pretty sure that this feature needs to be documented, in a few weeks no one will remember that the fluent helper even exists.

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.

3 participants