LaravelPackages.net
Acme Inc.
Toggle sidebar
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.

16
0
0.1
About gurpreetsinghin/vaults-security-laravel-7

gurpreetsinghin/vaults-security-laravel-7 is a Laravel package for 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.. It currently has 0 GitHub stars and 16 downloads on Packagist (latest version 0.1). Install it with composer require gurpreetsinghin/vaults-security-laravel-7. Discover more Laravel packages by gurpreetsinghin or browse all Laravel packages to compare alternatives.

Last updated

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
Comments