ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

Why the page is loading blank? #103

Closed yusufulusoy closed 5 years ago

yusufulusoy commented 5 years ago

What version of Laravel are you using? (nothing lower than v5.4).

Laravel v5.8

what is the error you are getting ?

I installed media manager verbatim of readme file but when I open localhost:8000/media url the page is coming empty.

Extra Info "attaching a screen shot would be very helpful"

I don't get any error from console: https://i.ibb.co/hXsvxgY/Screenshot-1.png

Do You Know A Solution For this Issue ?

Source code loading. First of loading I see black page and components variables like {{ variable }} but after component mount page remain white.

My app.js file

window.Vue = require('vue');
require('../assets/vendor/MediaManager/js/manager');

//Vue.use(CKEditor);

//Vue.component('example-component', require('./components/ExampleComponent.vue').default);

const app = new Vue({
    el: '#app',
});
ctf0 commented 5 years ago

plz check the console and reply back with what u get

yusufulusoy commented 5 years ago

plz check the console and reply back with what u get

@ctf0 No error at console. I attached screenshot of empty page and console.

ctf0 commented 5 years ago

but without any errors how can i debug the issue ?

yusufulusoy commented 5 years ago

but without any errors how can i debug the issue ?

Yes, I've asked if someone has had the same problem before. But I can't found any solution. No error, no UI. I removed package from composer. Thank you.