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.

0.1 2020-10-26 10:28 UTC

This package is auto-updated.

Last update: 2025-06-26 21:08:13 UTC


README

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