ammezie / laravel-chat

Build a chat app in Laravel
MIT License
123 stars 126 forks source link

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

Open rextech03 opened 6 years ago

rextech03 commented 6 years ago

when I load the page it just give an empty page

adelsedighi commented 6 years ago

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 commented 6 years ago

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 commented 5 years ago

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 commented 5 years ago

I think it is not compatible with your php version

Sent from my iPhone

On Apr 1, 2019, at 10:16, Jiwon notifications@github.com wrote:

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?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

2jiwon commented 5 years ago

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 commented 5 years ago

you need to try different aspects, I couldn't use the package myself😊

Sent from my iPhone

On Apr 1, 2019, at 13:04, Jiwon notifications@github.com wrote:

PHP version?? Do you mean this project needs a lower version of PHP?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.