WebApp

python-django

Up and Running Python django in 10 min

The command from my YouTube video. install django pip python in windows linux and mac operation system Download Python For windows and MAC OS visit https://www.python.org/downloads/ For Linux Use Package manager and install Python3 and pip After installation open Command Prompt run following command to verify Python and Pip installation Virtual ENV Installation Virtual env …

Up and Running Python django in 10 min Read More »

Validation result

How to configure Server side Email form only allow business email address in Laravel using validation rule

This Post will cover server-side code configuration in Laravel by creating custom laravel validation rule free email and fetch remote URL free email domain list from the gist and running PHP preg match command. Workspace requirements Laravel (Basically PHP backend server-side validation) Free domain list (Available on GitHub gist created by T. Brian Jones) URL: …

How to configure Server side Email form only allow business email address in Laravel using validation rule Read More »