Download the PHP package geeklearners/laravel-admin without Composer
On this page you can find all versions of the php package geeklearners/laravel-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download geeklearners/laravel-admin
More information about geeklearners/laravel-admin
Files in geeklearners/laravel-admin
Download geeklearners/laravel-admin
More information about geeklearners/laravel-admin
Files in geeklearners/laravel-admin
Vendor geeklearners
Package laravel-admin
Short Description Laravel Admin Panel Generator Package
License MIT
Package laravel-admin
Short Description Laravel Admin Panel Generator Package
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-admin
Introduction
This package sets up admin pannel in an easy and configurable manner.
Installation
publish configuration
This publishes admin.php
file within the config folder.
Customization details in admin.php
prefix
to be used for routing. The default is set to admin
.
crud_classes
is an array containing the models whose crud needs to be generated.
base_admin_layout
used to specify the base layout used for rendering the admin pannel to.
- All Crud operations are placed within
@section('admin_content')
. So the main admin layout needs to have@yield('admin_content')
for rendering the content
Usage Example
All versions of laravel-admin with dependencies
PHP Build Version
Package Version
Requires
laravelcollective/html Version
^6.0@dev
The package geeklearners/laravel-admin contains the following files
Loading the files please wait ....