faridlab/salt-laravel-employee-calendar
最新稳定版本:v9.0.10
Composer 安装命令:
composer require faridlab/salt-laravel-employee-calendar
包简介
Employee Calendar
关键字:
README 文档
README
General information about this package.
Installation
To install this package, please run this command below:
$ composer require faridlab/salt-laravel-employee-calendar
Using this package
Information about using this package
Publishing Configurations
To publish the config file of our package, run the following command:
$ php artisan vendor:publish --tag=employee-calendar-config
This will add a new employee-calendar.php file in the config directory.
Publishing Migrations and Seeds
To publish the migration file, run the following command:
$ php artisan vendor:publish --tag=employee-calendar-migrations
To publish the seeder file, run the following command:
$ php artisan vendor:publish --tag=employee-calendar-seeds
Next, edit the .env file with your database credentials and run the following command to execute the migrations:
$ php artisan migrate
Run the command to seed the database with some random data:
$ php artisan db:seed --class=employeecalendarSeeder
Contributing
Information about contributing to this package.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-03