silverbux / laravel-angular-admin

Laravel + Angularjs + Bootstrap + AdminLTE binded by Gulp workflow Admin Dashboard Boilerplate / Starter.
http://silverbux.github.io/laravel-angular-admin/
MIT License
925 stars 414 forks source link

Project is not running #69

Closed aksuhana closed 7 years ago

aksuhana commented 7 years ago

I am getting the following error

file_get_contents(/var/www/html/LA/public/build/rev-manifest.json): failed to open stream: No such file or directory (View: /var/www/html/LA/resources/views/index.blade.php)

where /var/www/html/LA is my Project Directory. I followed the processes of installation . when I trigger php artisan serve and try to run it on localhost:8000 , then I got the error.

silverbux commented 7 years ago

you have a wrong build path, try checking your elixir.json and enter correct path. then rebuild again by gulp --production

aksuhana commented 7 years ago

elixer path is /var/www/html/LA/elixir.json Given Elixer as stylesheet href is given for elixer is: {!! elixir('css/final.css') !!} script source given for elixer is: {!! elixir('js/final.js') !!} same copy paste code. as in index.blade.php

silverbux commented 7 years ago

yep open /var/www/html/LA/elixir.json and put correct path, then rebuild using gulp --production

aksuhana commented 7 years ago

Kindly share me where and how to change the path.... This is my elixir.json file with path /var/www/html/LA/elixir.json

{ "js": { "outputFolder": "public/js" }, "css": { "outputFolder": "public/css", "sass": { "folder": "../../angular/" }, "lteSkin": "skin-blue.css" }, "fonts": { "outputFolder": "public/fonts" }, "buildPath": "public/build" }