Install laravelIf errors occur, look to the possible errors.From a command prompt:composer global require "laravel/installer" If the open_ssl Apache module is not loaded, composer will complain and also suggest disabling the tls mode. This can be done by running composer config -g -- disable...
When I build e.g. a search form for my user model with some fields (e.g. email, name, status, role) which submits to a controller which then queries the DB and return the result in a view, everything works fine. But the url also lists the fields whic