Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmo00/my-illuminate-collection
https://github.com/emmo00/my-illuminate-collection
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmo00/my-illuminate-collection
- Owner: Emmo00
- Created: 2024-04-24T12:39:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T11:35:10.000Z (8 months ago)
- Last Synced: 2024-05-13T12:48:51.113Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Illuminate Collection
This is my attempt to implement `Illuminate\Support\Collection` from the Laravel Framework.
This is mainly for learning purpose and practicing php
## Run Tests
```bash
cd my-illuminate-collection
composer install
composer dump-autoload
./vendor/bin/phpunit tests
```- [ ] Implemented unittests with PHPUnit
- [ ] Implemented unittests with Pest