tracker icon indicating copy to clipboard operation
tracker copied to clipboard

Issue on installation

Open DPetrakis opened this issue 3 years ago • 1 comments

In the how to install instructions i follow the below step

Open the newly published config file found at app/config/tracker.php and enable use_middleware: 'use_middleware' => true,

But i cant find the app/config/tracker.php file ! I am using Laravel 5.8!

I have already executed successfully the previus steps of the installation

DPetrakis avatar Nov 07 '20 22:11 DPetrakis

You skipped one of the steps:

Just go to terminal and paste code below to publish vendor:

php artisan vendor:publish --provider="PragmaRX\Tracker\Vendor\Laravel\ServiceProvider"

smll-framework avatar Jan 26 '21 16:01 smll-framework