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
Hello, installing the Laravel package and following the installation instructions, this command gives me an error.
php artisan vendor:publish --provider="Awssat\Visits\VisitsServiceProvider" --tag="migrations"
Unable to locate publishable resources. Publishing complete.
1 - composer require awssat/laravel-visits 2 - php artisan vendor:publish --provider="Awssat\Visits\VisitsServiceProvider" --tag="migrations"
The text was updated successfully, but these errors were encountered:
can you update and check we forget to push new release sorry
Sorry, something went wrong.
also if you planning to use redis you don't need migrations
@if4lcon is this a bug of 2.1 ? If it's 2.0 then it's not a bug.
It was with 2.0.0, anyway as @if4lcon says I don't need to do any migration, since I use Redis. Everything is working perfectly for now.
One tip is that you study how to use Redis from the Laravel docs: https://laravel.com/docs/6.x/redis
Thank you
abdumu
No branches or pull requests
Description:
Hello, installing the Laravel package and following the installation instructions, this command gives me an error.
php artisan vendor:publish --provider="Awssat\Visits\VisitsServiceProvider" --tag="migrations"
Unable to locate publishable resources.
Publishing complete.
Steps To Reproduce:
1 - composer require awssat/laravel-visits
2 - php artisan vendor:publish --provider="Awssat\Visits\VisitsServiceProvider" --tag="migrations"
The text was updated successfully, but these errors were encountered: