Laravel FileManager Display Blank pop up page code example
Example 1: 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
Example 2: Laravel FileManager Display Blank pop up page
Please check APP_URL in .env file and inside config/app.php