Quick Guide to Implementing Features in Laravel

A senior PHP + JavaScript + MySql developer of large-scale websites & backends and entrepreneur living in Vilnius, Lithuania with my wife Monika and my parrot Johnny.
Very good at project management and communication, too.
I’m here to create stuff that is useful to other people. Let's keep in touch!
Most changes follow the same path:
DB: schema, models, factories, seeders, validators
UI: lists, modals, forms
Tests: list actions, modal actions, modal validation
Simple.
Sometimes, when developing UI or tests you'll find that something is missing in previous steps. That's OK, that's the whole idea - go fix and return.



