In this tutorial we will learn how to reuse same form for creating and updating content.
Continue readingCategory: Laravel
Laravel 4 Model Events: Dynamicaly populate columns on insert/update
When I create some sort of admin panel, I usually want to know not only when a user created or edited an item (post), but […]
Continue readingLaravel 4: Verify if a route exists or not
Aren’t those error pages ugly when you try to link to a route that doesn’t exist?
Continue reading