Answers for "Laravel FileManager Display Blank pop up page"

PHP
0

Laravel FileManager Display Blank pop up page

Please check APP_URL in .env file and inside config/app.php
Posted by: Guest on April-22-2021
0

Laravel FileManager Display Blank pop up page

You can use <iframe> to embed the file manager in the section of your site

Eg:

@section('content')
    <iframe src="{{ url('laravel-filemanager') }}" style="width: 100%; height: 500px; overflow: hidden; border: none;"></iframe>
@endsection
Posted by: Guest on April-22-2021

Browse Popular Code Answers by Language