An open API service indexing awesome lists of open source software.

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.

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());
```