Laravel and Custom Validations

Problem with Default Validation   While using Laravel to build a web application, I needed to perform custom validation on user input, such as a password parameter. By default, Laravel manages this through AJAX handled on the client side. However, I wanted a more robust solution. Also, helpful libraries, such as a check of whether an […]

Read more
Gulp, Laravel, and Elixir: Easy Web Application Building and Packaging

On one of my projects, I was tasked with building an application package with Gulp. This is a useful tool to compile and organize files as needed, and integrates well with the Laravel framework, another great tool for building applications. Installation Beyond Laravel Documentation However, the website’s documentation on the Laravel site to merge Gulp […]

Read more
X