Skip to content

Instantly share code, notes, and snippets.

View essemme's full-sized avatar

Essemme essemme

View GitHub Profile
@essemme
essemme / controller.stub.php
Last active June 15, 2017 10:03
Gists for post "Saving time with a CRUD generator for Laravel" on my blog https://stefanomanfredini.info/en/2017/06/saving-time-crud-generator-laravel/
<?php
namespace [% namespace %];
use Session;
[% use_command_placeholder %]
use Illuminate\Support\Str;
class [% controller_name %] [% controller_extends %]
{