antonioribeiro / antonioribeiro/tracker

"vendor:publish" doesn't publish and "artisan migrate" can't find anything

Open
#283 2 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
PHP
Stars
2.9k
Forks
594
PR merge metrics
No merged PRs in 30d

Description

Hi I followed installation as described,

but when I'm on running "php artisan vendor:publish"
I get this

```
Copied Directory [/vendor/cmgmyr/messenger/src/migrations] To [/database/migrations]
Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
Can't locate path:
Publishing complete for tag []!

```

seems that it has not publish anything related here..

Then when I run
"php artisan migrate"
terminal sais that it has nothing to migrate.

What must I do?

thank you
Davide

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the reported `php artisan vendor:publish` and `php artisan migrate` commands using the installation described in the issue. Inspect the missing `config/languageswitcher.php` path and the package migration location shown in the output. Done means the expected package files are published and `artisan migrate` detects the relevant migrations.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel, php
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.