A Laravel Security Checklist for Production
The pre-deployment security checklist I work through before signing off on a Laravel application: environment, HTTPS, auth, database, validation, uploads, dependencies and logging.
The pre-deployment security checklist I work through before signing off on a Laravel application: environment, HTTPS, auth, database, validation, uploads, dependencies and logging.
Book Review : Mastering Ansible (Jesse Keating) by Zareef Ahmed.
Phing is a PHP project build tool based on Apache Ant. A build system helps you to perform a group of actions using a single command. If you’re wondering why PHP needs a build tool,…