Skip to content

Instantly share code, notes, and snippets.

View imansugirman's full-sized avatar
🛵
Scooter

Iman Sugirman imansugirman

🛵
Scooter
View GitHub Profile
@imansugirman
imansugirman / BackupController.php
Created May 16, 2019 14:40 — forked from kikoseijo/BackupController.php
Laravel Spatie backup with controller routes and views
<?php
namespace App\Http\Controllers;
use Alert;
use Artisan;
use Carbon\Carbon;
use Log;
use Spatie\Backup\Helpers\Format;
use Storage;
@imansugirman
imansugirman / autofocus.slim
Created July 16, 2018 13:22 — forked from flexbox/autofocus.slim
ruby on rails - simple_form syntax helper
= f.input :name, input_html: { autofocus: f.object.name.blank? }