easycorp/easyadmin-demo
最新稳定版本:v6.1.2
Composer 安装命令:
composer create-project easycorp/easyadmin-demo
包简介
EasyAdmin Demo Application
README 文档
README
This project is the official EasyAdmin Demo application that showcases the main features of EasyAdmin, a popular admin generator for Symfony applications.
Requirements
- PHP 8.2 or higher;
- PDO-SQLite PHP extension enabled;
- and the usual Symfony application requirements.
Installation
Run this command with Composer:
$ composer create-project easyCorp/easyadmin-demo my_project
Usage
There's no need to configure anything to run the application. If you have installed Symfony CLI, run this command:
$ cd my_project/
$ symfony serve
Then access the application in your browser at the given URL (https://localhost:8000 by default).
If you don't have the Symfony binary installed, run php -S localhost:8000 -t public/
to use the built-in PHP web server or configure a web server to run the application.
Contributing
This demo application is open source but it does not accept pull requests with unsolicited features. If you have a feature idea, create an issue to discuss it before implementing it. Pull requests that fix bugs are welcome.
License
This demo application is published under the MIT license. See LICENSE.md for details.
统计信息
- 总下载量: 5.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-21