Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaplean/business-days-bundle
https://github.com/chaplean/business-days-bundle
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaplean/business-days-bundle
- Owner: chaplean
- Created: 2019-07-10T08:07:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T08:24:59.000Z (over 5 years ago)
- Last Synced: 2024-12-14T17:40:38.116Z (27 days ago)
- Language: PHP
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Getting Started With Chaplean Business Days Bundle
====================================
# Installation## 1. Composer
```
composer require chaplean/business-days-bundle
```## 2. AppKernel.php
Add
```
new Chaplean\Bundle\MailerBundle\ChapleanBusinessDaysBundle(),
```## 3. config.yml
```
- { resource: '@ChapleanBusinessDaysBundle/Resources/config/config.yml' }
```