jensone/profile-generator
最新稳定版本:v1.0.1
Composer 安装命令:
composer require jensone/profile-generator
包简介
Symfony User Profile Generator to speed up your workflow 🚀
README 文档
README
Profile Generator
About
Profile Generator is PHP package that generates a user profile page for your Symfony application. It provides a simple command to generate a profile page with a controller, a template, and a few assets. The generated page is based on TailwindCSS and Bootstrap 5.
Installation
Install Profile Generator using Composer:
composer require jensone/profile-generator
Register the bundle in your config/bundles.php file:
return [ // ... Jensone\ProfileGenerator\ProfileGeneratorBundle::class => ['all' => true], ];
Usage
Run the following command to generate a profile page:
bin/console profile:generator
Ensure that you have an entity to manage users in your application. If not, use the make:user command to create one.
Thanks for using Profile Generator! 🚀
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-17
