Skip to content

🎈 Owl Admin: Based on the background framework developed by laravel and amis, friendly component experience, easy to implement complex pages, built-in code generator, low learning cost, allowing developers to quickly build a background management system

License

Notifications You must be signed in to change notification settings

azrabash/owl-admin

 
 

Repository files navigation


Owl Admin

快速且灵活的后台框架

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

Pear Admin Layui Version   Jquery Version   Layui Version   Layui Version



项目介绍

Background framework developed based on 'Laravel' and 'amis', fast and flexible~

  • Build pages in JSON based on AMIS to reduce the workload of front-end development and improve development efficiency.
  • In the case that more than 100 components of AMIS are not satisfied, you can develop your own front-end.
  • The frame is separated from the front and back ends (no more tied up because of the frame~).

Built-in features - Basic background functions - Background user management - Role management - Permission management - Menu management - Code Generator - Save the build record - Import/export build records - You can use the command to clean up the generated content - Build full functionality without code changes - 'Amis' fully packaged 120+ components, no front-end development required to complete complex pages - 'laravel-modules' multi-module support - Extended management


截图

登录 首页 可视化编辑器


安装

👉 注意: 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=
3. 获取 Owl Admin
composer require slowlyo/owl-admin
4. 安装
# 先发布框架资源
php artisan admin:publish
# Perform the installation (you can modify some configurations in config/admin.php before executing the installation command)
php artisan admin:install
5. 运行项目

Start the service and access the '/admin' route
The initial account password is 'admin'

支持项目

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



感谢 JetBrains 提供的 IDE 支持

About

🎈 Owl Admin: Based on the background framework developed by laravel and amis, friendly component experience, easy to implement complex pages, built-in code generator, low learning cost, allowing developers to quickly build a background management system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.8%
  • TypeScript 6.1%
  • Less 1.1%