Skip to content

Instantly share code, notes, and snippets.

View nusendra's full-sized avatar
🎯
import { brain } from "head";

Nusendra Hanggarawan nusendra

🎯
import { brain } from "head";
View GitHub Profile
#! /bin/bash
php artisan route:clear
php artisan view:clear
php artisan config:clear
php artisan clear-compiled
composer dumpautoload
@nusendra
nusendra / admin.blade.php
Last active June 3, 2021 03:49
Pelatihan Laravel BKD Sidoarjo
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ config('app.name') }} | @yield('title', 'Dashboard')</title>
<!-- Google Font: Source Sans Pro -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
<!-- Font Awesome -->