Laravel 5.2 Fresh installation on Homestead rev-manifest.json Error not found

I am new to Homestead but not Laravel. I went through the process of setting up my new installation and was able to see the welcome message on the main page.

Then I tried to enable authentication for user login by doing:

php artisan make: auth

This worked for me outside of Homestead, but in this environment that launches a webpage, it throws the following error:

public / build / rev-manifest.json): could not open the stream: there is no such file or directory

I looked inside the public, and there is no folder to build. Should I create it? If I have to create a json file, what should I insert? And more importantly, why am I getting this error at all?

Help rate!

+4
1

npm install, gulp, .

Elixir ():

<!-- <link href="{{ elixir('css/app.css') }}" rel="stylesheet"> -->

<!-- <script src="{{ elixir('js/app.js') }}"></script> -->

0

Source: https://habr.com/ru/post/1621644/


All Articles