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
👉 注意:
OwlAdmin
是laravel
的扩展包, 安装前请确保你会使用laravel
composer create-project laravel/laravel example-app
# .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=owl_admin
DB_USERNAME=root
DB_PASSWORD=
composer require slowlyo/owl-admin
# 先发布框架资源
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
Start the service and access the '/admin' route
The initial account password is 'admin'
如果觉得项目不错,或者已经在使用了,希望你可以去 Github 或者 Gitee 帮我们点个 ⭐ Star,这将是对我们极大的鼓励与支持。
感谢 JetBrains 提供的 IDE
支持