gurpreetsinghin / vaults-security-laravel-7
There is no license information available for the latest version (0.1) of this package.
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.
Package info
github.com/gurpreetsinghin/vaults-security-laravel-7
Language:Blade
pkg:composer/gurpreetsinghin/vaults-security-laravel-7
0.1
2020-10-26 10:28 UTC
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