Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/happytodev/laravel-collections
A simple project to show the power of Laravel Collections
https://github.com/happytodev/laravel-collections
Last synced: about 1 month ago
JSON representation
A simple project to show the power of Laravel Collections
- Host: GitHub
- URL: https://github.com/happytodev/laravel-collections
- Owner: happytodev
- Created: 2020-02-25T09:23:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:35:57.000Z (about 2 years ago)
- Last Synced: 2024-10-31T16:37:29.984Z (3 months ago)
- Language: PHP
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About this mini project
The purpose of this mini project is to demonstrate all collections method's available and the power in them. It will be associated to this article : [Les collections Laravel](https://itanea.fr/apprendre-le-developpement-web/les-collections-laravel)
![Les méthodes des Collections Laravel](https://itanea.fr/apprendre-le-developpement-web/wp-content/uploads/2020/03/image-3-1200x1238.png)
## How to install this project
1. git clone https://github.com/itanea/laravel-collections.git
2. composer install
3. cd laravel-collections
4. mv .env.example .env
5. set your database's credentials
6. php artisan key:generate
7. php artisan migrate8. Enjoy !! :D
## Release notes
### 20200524 - v2.0.8
- Add newsletter registration
- Add notfication when user registers to newsletter
- Send mail to the user
- Note : run php artisan migrate & update .env file with COLLECTIONS_COUNT value### 20200404 - v2.0.7
- Use before tag '<' on methods listing too
### 20200404 - v2.0.6
- Add componenents for random sentences when since if not fullfilled
- Add availabity to declare a method since like this '<5.2'### 20200318 - v2.0.5
- Add edit link for every method on frontend for admin user only
- Add on frontend the birthdate (in laravel version term) of the method.
- Improve design a little on show page.### 20200317 - v2.0.4
- improve update method by adding 'codeprepend' column and renaming 'comment' column to 'code'
### 20200317 - v2.0.3
- Add update functionnality
### 20200316 - v2.0.2
- Add 'since'fields to know from wich laravel's version the method exists
- Add some randomly sentences to said something when the since field is empty
- update composer requirements### 20200312 - v2.0.1
- Test Telescope:prune scheduler
### 20200310 - v2.0
- Add methods and sources managment by database
- Improve frontend## License
This project is licensed under the [MIT license](https://opensource.org/licenses/MIT).