BurgerPedia: A Complete Laravel 5 and AngularJS Tutorial with Bootstrap to Make it Pretty – Part 7
Part 7 – Basic Validations Now that we have the basic CRUD operators setup, it’s time to add some business logic through model validation. This is usually done at the validation level of a model. In the case of Burgerpedia, here are the validation rules that we will be adding: Every hamburger must have a […] Keep Reading