Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmanuel-sunmbola/flowerly-laravel
https://github.com/emmanuel-sunmbola/flowerly-laravel
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmanuel-sunmbola/flowerly-laravel
- Owner: EMMANUEL-SUNMBOLA
- Created: 2023-12-28T23:13:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T19:58:58.000Z (12 months ago)
- Last Synced: 2024-01-15T00:03:17.604Z (12 months ago)
- Language: PHP
- Size: 8.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flowerly (but with LARAVEL)
Just exploring the Possibilities of laravelI learnt today that when using the foreach loop ie foreach($cavemen as $caveman){$caveman = "awesome";},
when we make changes to the data (as done above) the change will be made to a clone of the data not that specific data
It doesn't even make sense to me BUT next time you're using a loop and its not working try this .....