8000 faker documentaion · Pull Request #4291 · laravel/laravel · GitHub
  • [go: up one dir, main page]

    Skip to content

    Conversation

    @ghost
    Copy link
    @ghost ghost commented Jun 15, 2017

    Please add faker factory based documentation with all possible data types ,combinations,api so that anybody can create datas they want.Laravel db seeding with faker is an awesome feature but lags in doc.

    DrowningElysium and others added 16 commits May 10, 2017 15:03
    I don't like the fact we have to add 
    ```
    <script>
            window.Laravel = {!! json_encode([
                'csrfToken' => csrf_token(),
            ]) !!};
    </script>
    ```
    To have it working, when the docs suggest adding only the meta tag. This will get the token from the meta tag.
    Add missing IPv4/IPv6 validation messages
    Note that I left your dang `const` as it is, even though it's stupid. `let` for life. 💃💃💃💃
    Sass compilers can sometimes be weird if import urls like this aren't quoted. They'll spit out junk like
    
    ```
    Error: Encountered invalid @import syntax.
    ```
    
    Anyways, pretty common practice to use quotes for all imports. I mean, seriously, how much more do you want me to write for a dang PR that adds a pair of quotes? I've got work to do, gah.
    @scoutman57
    Copy link

    This information is already well documented at the faker repository. https://github.com/fzaninotto/Faker

    There is absolutely no need for it to be documented in Laravel. That is like asking for Laravel to document every function of the PHP language.

    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.

    0