Closed alexjqyi closed 4 years ago
Hi @alexjqyi, looks like composer require
isn't running correctly because you should have files in your vendor
folder and vendor:publish
should also work as expected.
Could you post the console log when you run the first composer require
?
Issue fixed. It turn out to be caused by short of memory of vm. Thanks
when I run
php artisan vendor:publish --tag=breadcrumbs-config
I gotUnable to locate publishable resources. Publishing complete.
And I cannot found diglactic/laravel-breadcrumbs in my vendor folder after I run
composer require diglactic/laravel-breadcrumbs
and no error msg shown
Other info: Laravel 7.24 php:7.4-fpm
Please kindly help, thanks a lot