Cannot publish vendor
See original GitHub issueI use Laravel 5.5. I still need to add the service provider to config/app.php
to make php artisan vendor:publish ..
works. But next I got this error
[ErrorException]
array_push() expects parameter 1 to be array, null given
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
php artisan vendor publish not working - laravel
I try to load file vendor in my ressource folder for change pagination code. When i try the php artisan like this php...
Read more >php artisan vendor:publish is not doing anything!
I am trying to execute php artisan vendor:publish for a specific vendor. But the command keep giving me Nothing to publish for tag...
Read more >Can't publish package assets · Issue #6 · laravel/horizon
The vendor publish only publishes the Laravel framework assets (Notification, Pagination, Mails) but not the horizon assets.
Read more >One Vendor can't publish products or upload images
I've bumped into an issue with one of my vendors recently. She is unable to upload an image or publish a product. She...
Read more >Publish a vendor
On the Publish Vendor screen, choose the vendor addresses and contacts you want to publish. Note After publishing, you cannot change the vendor...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I got the error with Laravel 5.4
@vhchung can u tell me what was the laravel version you got the error with ?