定制 footility/foocost 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

footility/foocost

Composer 安装命令:

composer require footility/foocost

包简介

From code to cost

README 文档

README

Overview

FooCost is a Laravel package designed to assist developers in estimating the development costs of an application by analyzing its database and source code. It offers automated cost estimates based on the number of tables and fields in the database, incorporating configurable parameters such as development time and hourly rates.

Features

  • Automated analysis of Laravel's database to estimate development costs.
  • Easy configuration via .env file and/or a publishable configuration file.
  • Support for Laravel 10 and above.

Installation

To install FooCost into an existing Laravel project, follow these steps:

  1. Require the Package

    Use Composer to add FooCost to your Laravel project:

    composer require footility/foocost
  2. Publish Configuration (Optional)

    After installing the package, you can publish the configuration file to customize the default settings such as hourly rate and minutes per field:

    php artisan vendor:publish --provider="Footility\\Foocost\\Http\\FooCostServiceProvider"

    This command will copy the configuration file to config/foocost.php in your project, where you can modify it as needed.

Usage

After installation, FooCost is ready to use. Access the cost estimation by visiting the /foo/cost route in your Laravel project.

For more details on how to configure and use FooCost, refer to the published configuration file or online documentation.

Contributing

Interested in contributing to FooCost? Great! We are open to improvements and new ideas. Feel free to fork the repository, make changes, and submit a pull request.

License

The FooCost package is open-source software licensed under the MIT license.

统计信息

  • 总下载量: 26
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-29