Looking to hire Laravel developers? Try LaraJobs

vaults-security-laravel-7 maintained by gurpreetsinghin

Description
Project SECURITY is a powerful website security app that will protect your website from hackers, attacks and other threats. It could protect your website from SQLi Attacks (SQL Injections), XSS Vulnerabilities, Proxy Visitors, Spammers and many other types of threats.
Last update
2020/10/26 11:28 (dev-main)
Links
Downloads
16

Comments
comments powered by Disqus

Vaults Security

Steps to install

  1. Include the following line in config/app.php
Gurpreetsinghin\VaultsSecurity\VaultsSecurityServiceProvider::class,
  1. Publish the vendor first.
php artisan vendor:publish --provider="Gurpreetsinghin\VaultsSecurity\VaultsSecurityServiceProvider"
  1. Run Migration
php artisan migrate
  1. Run Seeding
php artisan db:seed --class=Gurpreetsinghin\\VaultsSecurity\\Seeds\\VaultsSeeder

Run Admin

  • Open followed URL:
{website_url}/vaults-security/
  • Login URL:
{website_url}/vaults-security/admin/login