We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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"
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: