diglactic / laravel-breadcrumbs

Laravel Breadcrumbs - A simple Laravel-style way to create breadcrumbs.
https://packagist.org/packages/diglactic/laravel-breadcrumbs
MIT License
868 stars 63 forks source link

unable to locate publishable resource #1

Closed alexjqyi closed 4 years ago

alexjqyi commented 4 years ago

when I run php artisan vendor:publish --tag=breadcrumbs-config I got Unable 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

shengslogar commented 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?

alexjqyi commented 4 years ago

Issue fixed. It turn out to be caused by short of memory of vm. Thanks