Laravel-filemanager: Publish Vendor not Work Laravel 5.4

Created on 6 Jun 2017  路  3Comments  路  Source: UniSharp/laravel-filemanager

When I run php vendor publish config and public is not doing something.
Config and Route is not found.

OS System & Version: Darwin Kiddies-MBP 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 x86_64
Laravel Version: v5.4.24
File Manager Version: v1.7.7
imagick Extension: Not Install
gd Extension: Install

question

Most helpful comment

Run below command in terminal:
php artisan config:cache

And, try again publishing vendor files:
php artisan vendor:publish --tag=lfm_config
php artisan vendor:publish --tag=lfm_public

All 3 comments

Did you set up the service provider in config/app.php?

Run below command in terminal:
php artisan config:cache

And, try again publishing vendor files:
php artisan vendor:publish --tag=lfm_config
php artisan vendor:publish --tag=lfm_public

It works of my laravel 5.4 system

Was this page helpful?
0 / 5 - 0 ratings

Related issues

t67132 picture t67132  路  3Comments

farshidahmadianpin picture farshidahmadianpin  路  3Comments

DaxtonChen picture DaxtonChen  路  4Comments

farshidrezaei picture farshidrezaei  路  4Comments

asimshazad picture asimshazad  路  4Comments