jensone/profile-generator 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Profile Generator

Latest Stable Version Total Downloads License

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-09-17