The project's objective is learn and practice some Laravel features, packages, hacks, tips and Design Patterns. Everytime that i learn something usefull with Laravel or even PHP i try to code here.
In the comments you can read all about the things i've done, but the only bad news is that they were wrote in portuguese.
Design Pattern which is a strategy for data abstration. Using this pattern we can work with another ORM (not just Laravel Eloquent), for example.
Classes to 'trigger' an action in a Model. Used in this project for the model User.
Laravel feature to improve some tasks and data processing. Here i'm using with the observers to send email for every user that is registered.
Laravel features for getting and setting data, respectively.
Laravel features for doing custom queries.
Classes to mostly validate data of an Model. We set the requirements and messages here.
Laravel features to generate fake data in the migrations. Using this stuff we can test everything much easier!
Soma tips for working and managin collections.
Using the package barryvdh/laravel-dompdf to export a PDF documento from a datatable.
I'm a web developer working as freelancer. You can check my projects and the things i usually do with this marvelous knowledge by clicking here.