file: '<?= route('elfinder.tinymce4') ?>',// use an absolute path!
Buranın çıktısı nedir? yani kod işledikten ve tarayıcıya geldikten sonra.
Birde config yaptınız mı?
Configuration
The default configuration requires a directory called 'files' in the public folder. You can change this by publishing the config file.
php artisan vendor:publish --provider='Barryvdh\Elfinder\ElfinderServiceProvider' --tag=config
In your config/elfinder.php, you can change the default folder, the access callback or define your own roots.
Aldığınız hatalar 404 hatası, hangi url'ye istek yapıyor?
Hangi routelar var?
php artisan route:list