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.
Author
Last update
2020/10/26 11:28
(dev-main)
Downloads
16
Vaults Security
Steps to install
- Include the following line in config/app.php
Gurpreetsinghin\VaultsSecurity\VaultsSecurityServiceProvider::class,
- Publish the vendor first.
php artisan vendor:publish --provider="Gurpreetsinghin\VaultsSecurity\VaultsSecurityServiceProvider"
- Run Migration
php artisan migrate
- 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