PHPackages                             stijlgenoten/data-collection - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. stijlgenoten/data-collection

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

stijlgenoten/data-collection
============================

Superlight static DataCollection package for Laravel

3848[2 issues](https://github.com/Stijlgenoten/DataCollectionPackage/issues)PHP

Since Jun 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Stijlgenoten/DataCollectionPackage)[ Packagist](https://packagist.org/packages/stijlgenoten/data-collection)[ RSS](/packages/stijlgenoten-data-collection/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Superlight DataCollection package for Laravel
=============================================

[](#superlight--datacollection-package-for-laravel)

This package ensures that, for example, static data such as a country list are available everywhere in your laravel application with useful functions, see it as an static data resource **without** using any DB.

Install
-------

[](#install)

```
composer require stijlgenoten/data-collection

```

Use
---

[](#use)

Run this command to make a data collection

```
 php artisan make:datacollection {Name}

```

The package will automatically generate a file ( in folder `App\DataCollections` ) looking like this:

```
