Wednesday, March 15, 2017

laravel 5.2 vendor publish not work

I try to load file vendor in my ressource folder for change pagination code. When i try the php artisan like this

php artisan vendor:publish 

I have this message that tells me that it worked well

Publishing complete for tag []!

but i have noting vendor folder en my ressource forlder. I try this but not work

php artisan config:clear

and

composer dump-autoload -o
php artisan vendor:publish --force



via john

Advertisement