dcodegroup/laravel-timesheets 问题修复 & 功能扩展

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

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

dcodegroup/laravel-timesheets

最新稳定版本:0.1.4

Composer 安装命令:

composer require dcodegroup/laravel-timesheets

包简介

Simple package which dcode uses to install timesheets into an application

README 文档

README

This package provides the standard timesheets migration and provides a base model.

Installation

You can install the package via composer:

composer require dcodegroup/laravel-timesheets

Then run the install command.

php artsian laravel-timesheets:install

This will publish the configuration file and the migration file.

Run the migrations

php artsian migrate

Configuration

Most of configuration has been set the fair defaults. However you can review the configuration file at config/laravel-timesheets.php and adjust as needed

Usage

If the table does not already exist the install command php artsian laravel-timesheets:install will install the timesheets table for you.

The package also contains a model Timesheet::class You can use this else use it as a base mode in your own Timesheet Model.

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-09-28