gurpreetsinghin / vaults-security-laravel-7
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.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
README
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