Skip to content

Instantly share code, notes, and snippets.

View emlycool's full-sized avatar
🏠
Working from home

Moshood Joshua emlycool

🏠
Working from home
View GitHub Profile
@emlycool
emlycool / MakeInterface.php
Last active June 4, 2021 08:22
Custom Generator Command to create Repository and Interface
```
<?php
namespace App\Console\Commands;
use Illuminate\Support\Str;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Console\GeneratorCommand;
use Symfony\Component\Console\Input\InputOption;
@emlycool
emlycool / deployment_guide.md
Created November 13, 2020 09:35 — forked from vicgonvt/deployment_guide.md
Deployment Guide for Ubuntu Server from Scratch with Laravel