Laravel
2 posts 396 words
started 2021-02-11 13:19:20
My Learnings in Laravel or the Wonder of the Beautiful Framework
Laravel API Docs, Facades and Helper Functions
Laravel is a beautiful framework. So much thought and care went into writing it.

I'd always found myself stumbling upon some gems. Today I needed to recall a certain one, but I couldn't.

I went into to the Vendor folder, looking for a certain Request class which houses all the "hidden" methods....
All coming together
I pretty much went to some basics in PHP and Laravel this week. And everything seems to be coming together. SOLID principles now seem to make sense. Not because of the style, it actually makes the codebase readable and understandable.

All my learnings in the last two years seem to...