Skip to content
New issue

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

Unable to locate publishable resources. #38

Closed
rlidev opened this issue Jan 7, 2020 · 4 comments
Closed

Unable to locate publishable resources. #38

rlidev opened this issue Jan 7, 2020 · 4 comments
Assignees
Labels

Comments

@rlidev
Copy link

rlidev commented Jan 7, 2020

  • Operating system and version (Windows 10):
  • Package Version: 2.0.0
  • Laravel Version: 6.10.0
  • Link to your project:

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"

@BSN4 BSN4 added the bug label Jan 8, 2020
@BSN4
Copy link
Collaborator

BSN4 commented Jan 8, 2020

can you update and check we forget to push new release sorry

@BSN4
Copy link
Collaborator

BSN4 commented Jan 8, 2020

also if you planning to use redis you don't need migrations

@abdumu
Copy link
Member

abdumu commented Jan 8, 2020

@if4lcon is this a bug of 2.1 ?
If it's 2.0 then it's not a bug.

@rlidev
Copy link
Author

rlidev commented Jan 8, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants