Skip to content

Instantly share code, notes, and snippets.

View ansezz's full-sized avatar
🚀
Trying hard to stay up to date.

ANASS EZ-ZOUAINE ansezz

🚀
Trying hard to stay up to date.
View GitHub Profile
<?php
namespace App\Providers;
use Dingo\Api\Auth\Provider\JWT;
use Dingo\Api\Http\RateLimit\Throttle\Authenticated;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\URL;
use Illuminate\Support\ServiceProvider;
@ansezz
ansezz / Common-Currency.json
Last active February 28, 2018 15:15 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},
@ansezz
ansezz / laravel-clear.sh
Created February 19, 2018 11:50
Clear Laravel Application
#!/usr/bin/env bash
echo '*** Clear Laravel Application ***'
echo '** Remove the compiled class file **'
php artisan clear-compiled
echo '** Flush expired password reset tokens **'
php artisan auth:clear-resets
@ansezz
ansezz / designer.html
Last active August 29, 2015 14:17
designer
<link href="../core-scaffold/core-scaffold.html" rel="import">
<link href="../core-header-panel/core-header-panel.html" rel="import">
<link href="../core-menu/core-menu.html" rel="import">
<link href="../core-item/core-item.html" rel="import">
<link href="../core-icon-button/core-icon-button.html" rel="import">
<link href="../core-toolbar/core-toolbar.html" rel="import">
<link href="../core-menu/core-submenu.html" rel="import">
<link href="../paper-tabs/paper-tabs.html" rel="import">
<link href="../paper-tabs/paper-tab.html" rel="import">
@ansezz
ansezz / designer.html
Last active August 29, 2015 14:17
designer
<link href="../core-scaffold/core-scaffold.html" rel="import">
<link href="../core-header-panel/core-header-panel.html" rel="import">
<link href="../core-menu/core-menu.html" rel="import">
<link href="../core-item/core-item.html" rel="import">
<link href="../core-icon-button/core-icon-button.html" rel="import">
<link href="../core-toolbar/core-toolbar.html" rel="import">
<link href="../core-field/core-field.html" rel="import">
<link href="../core-icon/core-icon.html" rel="import">
<link href="../core-input/core-input.html" rel="import">
<link href="../core-icons/core-icons.html" rel="import">