Configuration

You can publish the config file with:

1php artisan vendor:publish --provider="Coderflex\LaravelPresenter\LaravelPresenterServiceProvider"

This is the contents of the published config file:

1return [
2 
3 /*
4 |--------------------------------------------------------------------------
5 | Presenter Namespace
6 |--------------------------------------------------------------------------
7 |
8 | This value informs LaravelPresenter which namespace you will be
9 | selecting to store your presenters by default.
10 | If this value equals to null, "App\Presenter" will be used
11 | by default.
12 |
13 */
14 
15 'presenter_namespace' => 'App\\Presenters',
16];

Join our newsletter

Subscribe to Our Newsletter and never miss our offers, latest news, Articles, etc.

We care about the protection of your data. Read our Privacy Policy.