Download the PHP package drh2so4/doctype_admin without Composer
On this page you can find all versions of the php package drh2so4/doctype_admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download drh2so4/doctype_admin
More information about drh2so4/doctype_admin
Files in drh2so4/doctype_admin
Download drh2so4/doctype_admin
More information about drh2so4/doctype_admin
Files in drh2so4/doctype_admin
Vendor drh2so4
Package doctype_admin
Short Description Laravel 7 Admin Panel for lazy developers. Contains User Management, Roles and Permission Management, Activity Logging
License MIT
Package doctype_admin
Short Description Laravel 7 Admin Panel for lazy developers. Contains User Management, Roles and Permission Management, Activity Logging
License MIT
Please rate this library. Is it a good library?
Informations about the package doctype_admin
Laravel 7 Admin Panel for lazy developers.
Contains : -
- User Management
- Role and Permission Management
- Activity Management
- Auth Management
- Plugin Extensions
Installation
Install Composer Dependencies
Create a copy of your .env file
Generate an app encryption key
Create an empty database for our application and set yo environment variable in .env file
Then migrate the database. Go on the console and type..
This allows you to have necessary login credential
Admin Credential email : [email protected] password: admin123
User Credential email : [email protected] password: user123
Note
Packages
Package | Description | Link | Command |
---|---|---|---|
Blog | Blog Package for Doctype Admin Panel | https://github.com/pratiksh404/doctype_admin_blog | composer require doctype_admin/blog |
Setting | Settings Package | https://github.com/pratiksh404/doctype_admin_settings | composer require doctype_admin/Settings |
Landing Page | Planding Page Package | https://github.com/pratiksh404/doctype_landing_page | composer require doctype_admin/landing_page |
Integrable Plugins
Model Scopes
Scopes | Description |
---|---|
Model::getLatestAll() | Retrive data orderd by updated_at timestamp in ascending order |
Model::getLatestLimit(\$limit) | This scope expects parameter $limit which return $limit number of data |
Model::todayData() | Retrives today's data |
Model::weekData() | Retrives week data |
Model::weekDataLimit(\$limit) | Retrives week \$limit number of data |
Model::monthData() | Retrives month data |
Model::MonthDataLimit(\$limit) | Retrives month \$limit number of data |
Model::yearData() | Retrives month data |
Model::yearDataLimit(\$limit) | Retrives year \$limit number of data |
Model::tillNowFrom(\$date) | Retrives data from \$date till now |
Model::dataBetween($from,$to) | Retrives data $from date to $to date |
Model::dataNotBetween($from,$to) | Doesn't retrives data $from date to $to date |
Model::asc() | Ascending Ordered Data |
Model::desc() | Descending Ordered Data |
Model::whereFilter(array) | Return multiple where condition data where key is field and value is condition matching value |
Model::orWhereFilter(array) | Return multiple or where condition data where key is field and value is condition matching value |
Admin Panel Screenshot
Todos
- Extension Install Menu
- More Functionality
- Improved Roles and Permission
- Maintainabilty
- Better UI
Package Used
- https://github.com/rtconner/laravel-tagging
- https://github.com/jeremykenedy/laravel-users
- https://github.com/jeremykenedy/laravel-roles
- https://github.com/jeremykenedy/laravel-logger
- https://github.com/jeroennoten/Laravel-AdminLTE
License
MIT
DOCTYPE NEPAL ||DR.H2SO4
All versions of doctype_admin with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2.5
fideloper/proxy Version ^4.2
fruitcake/laravel-cors Version ^1.0
guzzlehttp/guzzle Version ^6.3
jeremykenedy/laravel-logger Version ^3.3
jeremykenedy/laravel-roles Version ^3.0
jeremykenedy/laravel-users Version ^4.1
jeroennoten/laravel-adminlte Version ^3.2
laravel/framework Version ^7.0
laravel/tinker Version ^2.0
laravel/ui Version ^2.0
fideloper/proxy Version ^4.2
fruitcake/laravel-cors Version ^1.0
guzzlehttp/guzzle Version ^6.3
jeremykenedy/laravel-logger Version ^3.3
jeremykenedy/laravel-roles Version ^3.0
jeremykenedy/laravel-users Version ^4.1
jeroennoten/laravel-adminlte Version ^3.2
laravel/framework Version ^7.0
laravel/tinker Version ^2.0
laravel/ui Version ^2.0
The package drh2so4/doctype_admin contains the following files
Loading the files please wait ....