Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the page does not show anything just a blank page #16

Open
rextech03 opened this issue Aug 10, 2018 · 6 comments
Open

the page does not show anything just a blank page #16

rextech03 opened this issue Aug 10, 2018 · 6 comments

Comments

@rextech03
Copy link

when I load the page it just give an empty page

@adelsedighi
Copy link

I have the same problem just a blank page!!! in my console.log I see the following error:
app.js:1 ReferenceError: messages is not defined
at mn.eval (eval at Ea (app.js:1), :3:396)
at mn.dn._render (app.js:1)
at mn. (app.js:1)
at Ie.get (app.js:1)
at new Ie (app.js:1)
at mn.$mount (app.js:1)
at mn.$mount (app.js:1)
at mn._init (app.js:1)
at new mn (app.js:1)
at Object. (app.js:1)

@spykees
Copy link

spykees commented Nov 23, 2018

Hi in the layout/ app.blade.php, replace the CSS and JS link

<link href="{{ asset('css/app.css') }}" rel="stylesheet">
and
<script src="{{ asset('js/app.js') }}"></script>

@2jiwon
Copy link

2jiwon commented Apr 1, 2019

Hello, I encountered the same problem as @rextech03. There's nothing on the page.
I tried this whole tutorial in Laravel 5.8. There are no errors anywhere.
Where could I find any clues about this problem?

@adelsedighi
Copy link

adelsedighi commented Apr 1, 2019 via email

@2jiwon
Copy link

2jiwon commented Apr 1, 2019

PHP version?? Do you mean this project needs a lower version of PHP?
But composer.json file says like this.

"require": {
        "php": ">=5.6.4",

@adelsedighi
Copy link

adelsedighi commented Apr 1, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants