https://github.com/mrbenosborne/super-collection
Enhances the Collection class provided by Laravel.
https://github.com/mrbenosborne/super-collection
collection laravel laravel-package
Last synced: 2 months ago
JSON representation
Enhances the Collection class provided by Laravel.
- Host: GitHub
- URL: https://github.com/mrbenosborne/super-collection
- Owner: mrbenosborne
- License: mit
- Created: 2020-09-03T12:06:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T15:26:37.000Z (over 4 years ago)
- Last Synced: 2024-04-28T01:07:43.859Z (about 1 year ago)
- Topics: collection, laravel, laravel-package
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Super Collection
Enhances the Collection class provided by Laravel.# Install
```
composer require mrbenosborne/super-collection
```# Documentation
## Methods
### CSV File
Create a Collection from a CSV file.```php
all());
```