Open rextech03 opened 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),
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>
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?
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.
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",
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.
when I load the page it just give an empty page