Skip to content

Instantly share code, notes, and snippets.

View ManojKiranA's full-sized avatar
🔍
Focusing

Manoj Kiran ManojKiranA

🔍
Focusing
  • Postiefs Technologies Private Limited
  • Coimbatore
View GitHub Profile
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Gate;
use Illuminate\Support\Facades\Schema;
use Illuminate\Support\Facades\Blade;
use App\Models\Permission;
@ManojKiranA
ManojKiranA / whois.php
Last active December 2, 2018 02:48
Php Script to display the whois lookup inforamtion
/**
* @function whois
* @author Manojkiran
* @contact [email protected]
* @param string $domain
* @usage Displays the whois information form given domain Name
* @version 1.3
**/
/*
|--------------------------------------------------------------------------
@ManojKiranA
ManojKiranA / ActiveMenus.php
Last active April 2, 2019 08:43
Setting the Active Menu in laravel (i have moved all the functions to my laravel package you can download it form here https://github.com/ManojKiranA/Aktiv)
<?php
use Illuminate\Support\Facades\Route;
class ActiveMenus
{
/**
* @function isRouteActive
* @author Manojkiran
* @contact [email protected]