All Projects → pratiksh404 → Doctype_admin

pratiksh404 / Doctype_admin

Licence: mit
Laravel Admin Panel for lazy developers. Contains User Management, Roles and Permission Management, Activity Logging and integratable packages

Projects that are alternatives of or similar to Doctype admin

Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+702.27%)
Mutual labels:  laravel, laravel-admin, admin-dashboard, admin-panel
Laracms
LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。
Stars: ✭ 588 (+1236.36%)
Mutual labels:  laravel, laravel-admin, admin-dashboard
Litstack
Build content-administration-panels in Laravel
Stars: ✭ 602 (+1268.18%)
Mutual labels:  laravel, admin-dashboard, admin-panel
Cms
Multilingual PHP CMS built with Laravel and bootstrap
Stars: ✭ 2,342 (+5222.73%)
Mutual labels:  laravel, laravel-admin, admin-dashboard
Crudbooster
Laravel CRUD Generator, Make an Advanced Web Application Quickly
Stars: ✭ 1,580 (+3490.91%)
Mutual labels:  laravel, laravel-admin, admin-panel
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (+25%)
Mutual labels:  admin-dashboard, starter-kit, admin-panel
Cleopatra
Admin Dashboard Template Built On Tailwind CSS
Stars: ✭ 521 (+1084.09%)
Mutual labels:  admin-dashboard, admin-panel
Sharp
Laravel 6+ Content management framework
Stars: ✭ 430 (+877.27%)
Mutual labels:  laravel, admin-dashboard
Laravel Admin
Laravel Admin Panel
Stars: ✭ 614 (+1295.45%)
Mutual labels:  laravel, laravel-admin
Rademade admin
Best rails admin panel!
Stars: ✭ 40 (-9.09%)
Mutual labels:  admin-dashboard, admin-panel
Laravel Enterprise Starter Kit
👔 Enterprise Web application starter kit or template using Laravel
Stars: ✭ 356 (+709.09%)
Mutual labels:  laravel, starter-kit
Sleepingowladmin
🦉 Administrative interface builder for Laravel (Laravel admin)
Stars: ✭ 671 (+1425%)
Mutual labels:  laravel, laravel-admin
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (+1500%)
Mutual labels:  laravel, starter-kit
Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (+993.18%)
Mutual labels:  admin-dashboard, admin-panel
Kongdash
An elegant desktop client for Kong Admin API
Stars: ✭ 449 (+920.45%)
Mutual labels:  admin-dashboard, admin-panel
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (+1468.18%)
Mutual labels:  admin-dashboard, admin-panel
Laravel6 Frontend Boilerplate
A Vue.js Frontend starter project kit template/boilerplate with Laravel 6 Backend API support.
Stars: ✭ 26 (-40.91%)
Mutual labels:  laravel, starter-kit
Spa Starter Kit
A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js
Stars: ✭ 933 (+2020.45%)
Mutual labels:  laravel, starter-kit
Backend
Nodes backend package
Stars: ✭ 13 (-70.45%)
Mutual labels:  laravel, admin-panel
Admin Bro
AdminJS is an admin panel for apps written in node.js
Stars: ✭ 4,433 (+9975%)
Mutual labels:  admin-dashboard, admin-panel

Doctype Admin

Issues Stars License Laravel News

Laravel 7 Admin Panel for lazy developers.

Contains : -

  • User Management
  • Role and Permission Management
  • Activity Management
  • Auth Management
  • Plugin Extensions

Installation

git clone https://github.com/pratiksh404/doctype_admin.git

Install Composer Dependencies

composer install

Create a copy of your .env file

cp .env.example .env

Generate an app encryption key

php artisan key:generate

Create an empty database for our application and set yo environment variable in .env file

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=doctype_admin
DB_USERNAME=root
DB_PASSWORD=

Then migrate the database. Go on the console and type..

php artisan migrate --seed

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

Doctype Admin

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

Doctype Admin Doctype Admin Doctype Admin Doctype Admin Doctype Admin Doctype Admin

Todos

  • Extension Install Menu
  • More Functionality
  • Improved Roles and Permission
  • Maintainabilty
  • Better UI

Package Used

License

MIT

DOCTYPE NEPAL ||DR.H2SO4

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].