All Projects → Muhammadinaam → speed-admin

Muhammadinaam / speed-admin

Licence: MIT license
A rapid application development framework for Laravel.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Less
1899 projects
PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to speed-admin

vue-admin-work
🎉🎉🚀🚀🚀🚀vue-admin-work是一个中后台系统管理方案。使用 vue2.x 及周边全家桶工具开发而来。支持多种功能,不同角色权限🚀🚀🚀🎉🎉
Stars: ✭ 74 (+138.71%)
Mutual labels:  admin
framework
Solu Framework is a full featured, ORM-backed, isomorphic framework using RPython, Pouch/CouchDB and React.
Stars: ✭ 20 (-35.48%)
Mutual labels:  odoo
generic-addons
Set of generic addons for Odoo
Stars: ✭ 26 (-16.13%)
Mutual labels:  odoo
odoo-th
Ready to use Odoo with OCA Thai localization modules
Stars: ✭ 29 (-6.45%)
Mutual labels:  odoo
ansible-role-phpmyadmin
Ansible Role - phpMyAdmin
Stars: ✭ 40 (+29.03%)
Mutual labels:  admin
WP-Query-Console
⚡ Handy WordPress plugin to test various WordPress queries -
Stars: ✭ 25 (-19.35%)
Mutual labels:  admin
RCWM
Right Click Windows Magic is an open-source set of right-click (context) menu tools for admins, power users and other magic beings. Batch&Powershell.
Stars: ✭ 39 (+25.81%)
Mutual labels:  admin
odoo-helper-scripts
The easiest way to install and manage development odoo instances / projects.
Stars: ✭ 34 (+9.68%)
Mutual labels:  odoo
publisher
Publishes mainstream content on GOV.UK
Stars: ✭ 42 (+35.48%)
Mutual labels:  admin
luya-module-admin
Administration base module for all LUYA admin modules
Stars: ✭ 45 (+45.16%)
Mutual labels:  admin
vue-admin-better
🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro
Stars: ✭ 12,962 (+41712.9%)
Mutual labels:  admin
uni-admin
基于 uni-app,uniCloud 的 admin 管理项目模板
Stars: ✭ 135 (+335.48%)
Mutual labels:  admin
django-redirects
↪️ ✅ redirects as they should be, with full control.
Stars: ✭ 32 (+3.23%)
Mutual labels:  admin
django-tabular-permissions
Display Django permissions in a HTML table that is translatable and easily customized.
Stars: ✭ 60 (+93.55%)
Mutual labels:  admin
mee-admin
admin、cms、console 等多用途开源后台系统
Stars: ✭ 117 (+277.42%)
Mutual labels:  admin
ToBeAdmin
beego 与 Ant Design Pro Vue 基础权限系统
Stars: ✭ 38 (+22.58%)
Mutual labels:  admin
jxc-admin
一个前后端分离的简易进销存后台管理系统,基于SpringBoot和vue-element-admin实现,具备常见的后台管理功能,登录态使用session,使用基于资源url的简单权限控制。
Stars: ✭ 203 (+554.84%)
Mutual labels:  admin
ivew-admin
基于iview 的一套后台新零售后台系统,权限模块基于后台控制,前端进行配置映射,从而通过登录后台返回用户权限进行用户权限模块控制。基础信息与权限相关基于cookie实现
Stars: ✭ 32 (+3.23%)
Mutual labels:  admin
yii2-admin-template
Yii2 application template targeted for backends.
Stars: ✭ 17 (-45.16%)
Mutual labels:  admin
ct-material-dashboard-pro-laravel
Material Pro Dashboard For Laravel Framework 9.x and Up
Stars: ✭ 18 (-41.94%)
Mutual labels:  admin

Speed Admin

A rapid application development framework for Laravel 8+. It has built-in Users Management with Roles and Permissions. It speeds up the development of CRUD functionality (adding data tables and forms).

Documentation / Features

https://minaammunir.gitbook.io/speed-admin/

Quickly create Forms and Grids:

Easy to create data tables (grid)

Easy to create datatables (grid)

Easy to add Forms with translations support

Easy to add Forms with translations support

Installation

Install via composer

composer require muhammad-inaam-munir/speed-admin

Publish package config file and assets

php artisan vendor:publish --tag=speed-admin-config
php artisan vendor:publish --tag=speed-admin-public

Add alias in app.php (Optional):

'SpeedAdminHelpers' => MuhammadInaamMunir\SpeedAdmin\Facades\SpeedAdminHelpersFacade::class,

Run following commands

php artisan migrate
php artisan config:cache
php artisan config:clear
php artisan clear-compiled
composer dump-autoload

Run the following command to create the admin user

Following command will create admin user username: [email protected] and password: admin.

php artisan speed-admin:create-admin-user

Visit admin page:

Visit http://localhost:8000/admin if you are running server through php artisan serve or you can directly visit http://localhost/project_folder/public/admin. Use the above credentials to log in.

Credits: thanks to the following packages

License

MIT

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].