Tell me about your first Laravel project

By @antonio · 2021-08-31 15:49

Tell me about your first Laravel project

  • By @UzzairBaharudin · 2021-09-03 01:17

    My first Laravel (v5.3) project was a tender procurement platform. Used mongodb to store the inconsistent tender info and mysql to store customers subscriptions. The web app also has API integrations with Framework 7. The code was super messy back then đŸ˜… since I just started using Laravel but i learn a lot (the hard way) by refactoring the code over the time.

    • By @antonio · 2021-09-03 14:38

      Just like my first project in Laravel, a huge massy xD Actually my first laravel project was, before a Laravel project, a pure PHP project. Then, after a few weeks of studying I migrated my legacy code. That was stunning experience. Nowadays my main project is Retina. Retina is an application to store information about criminal organization and its members in all Brazilian territory. (its a government project)