Code Monkey home page Code Monkey logo

owl-admin's Introduction


Owl Admin

快速且灵活的后台框架

官网 | Demo | Github | Gitee | 文档 | 加群

Pear Admin Layui Version   Jquery Version   Layui Version   Layui Version



项目介绍

基于 Laravelamis 开发的后台框架, 快速且灵活~

  • 基于 amis 以 json 的方式在后端构建页面,减少前端开发工作量,提升开发效率。
  • 在 amis 150多个组件都不满足的情况下, 可自行开发前端。
  • 框架为前后端分离 (不用再因为框架而束手束脚~)。

内置功能

  • 基础后台功能
    • 后台用户管理
    • 角色管理
    • 权限管理
    • 菜单管理
  • 代码生成器
    • 保存生成记录
    • 导入/导出生成记录
    • 可使用命令清除生成的内容
    • 无需更改代码即可生成完整功能
  • amis 全组件封装 150+ , 无需前端开发即可完成复杂页面
  • 多模块支持
  • 图形化扩展管理

截图

登录 首页 可视化编辑器


安装

👉 注意: OwlAdminlaravel 的扩展包, 安装前请确保你会使用 laravel

1. 创建 laravel 项目
composer create-project laravel/laravel example-app
2. 配置数据库信息
# .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=owl_admin
DB_USERNAME=root
DB_PASSWORD=

如果你使用的是 laravel 11 , 还需要执行: php artisan install:api

3. 获取 Owl Admin
composer require slowlyo/owl-admin
4. 安装
# 先发布框架资源
php artisan admin:publish
# 执行安装 (可以在执行安装命令前在 config/admin.php 中修改部分配置)
php artisan admin:install
5. 运行项目

启动服务, 访问 /admin 路由即可
初始账号密码都是 admin


小白入门视频

入门视频


支持项目

你可以通过以下方式支持项目:

  • 报告 Bug
  • 提交 PR
  • 点点 Star
    • 如果觉得项目不错,或者已经在使用了,希望你可以去 Github 或者 Gitee 帮我们点个 ⭐ Star,这将是对我们极大的鼓励与支持。

Stargazers over time



感谢 JetBrains 提供的 IDE 支持

owl-admin's People

Contributors

slowlyo avatar 1821725017 avatar iwzh avatar lphkxd avatar taotecode avatar notmings avatar iceqi avatar ennnnny avatar itinysun avatar wowthree avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.