← Back to context

Comment by arh68

5 years ago

FWIW, the Laravel source code has a prominent pattern to it, (comments, anyways) which is nice, for example

    /*
    |--------------------------------------------------------------------------
    | Application Timezone
    |--------------------------------------------------------------------------
    |
    | Here you may specify the default timezone for your application, which
    | will be used by the PHP date and date-time functions. We have gone
    | ahead and set this to a sensible default for you out of the box.
    |
    */

[1] https://github.com/laravel/laravel/blob/8.x/config/app.php