summerblue/phphub

File does not exist at path D:\www\laravel\phphub/asset_manifest.json

bithaolee opened this issue · 4 comments

ErrorException (E_UNKNOWN)
File does not exist at path D:\www\laravel\phphub/asset_manifest.json (View: D:\www\laravel\phphub\app\views\layouts\default.blade.php) (View: D:\www\laravel\phphub\app\views\layouts\default.blade.php)

I don't know why is that?

phphub use gulp for frontend stuf, such as compile sass, uglify, concat, version, etc. So you should install gulp first, then run the gulp command , then it will generate the asset_manifest.json.

thanks for your help

Thank @lifesign and @nauxliu , You are awesome.