Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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
 
PREVIOUS NEXT
Tagged: #Laravel #FileManager #Display #Blank #pop #page
ADD COMMENT
Topic
Name
4+6 =