Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emmanuel-sunmbola/flowerly-laravel


https://github.com/emmanuel-sunmbola/flowerly-laravel

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Laravel Logo


Flowerly (but with LARAVEL)


Just exploring the Possibilities of laravel


I 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 .....