For the folks that didn’t know about Print All Over Me yet, here some blabla:
I’ve already posted about PAOM a long time, however it progressed well and is still an amazing thing. Feeling excited about this? Then check out my desings.
Form validation is always part of your data process workflow. With Laravel you can to validate the input on the controller or the eloquent model. To provide a seamless user experience it’s better to validate a form with JavaScript in the frontend. However due to security reasons you have provide a backend validation, otherwise it would possible to inject non valid data.
I want to show how you can create a sortable table and reuse the code with any model you want to display.
As we don’t want to write any function or definition twice or more, let’s extend the BaseController class with the function to get sorted items from a variable model.
In web development there are tons of programs and tools and due to that also complex and very different development strategies.
Luckily dependency handling got a lot easier. For my Laravel project setup we will use 3 different package managers.
Every package manager of course manages a different resource, we will use composer for php packages, npm for everything related to Node.js and Bower for web packages.
I’m going to develop a Laravel application with my friends. The application is called RowBook. It will be a simple tool to log all the trips of the row club Lucerne.