Add follower model, migration, controller

This commit is contained in:
Daniel Supernault 2018-04-17 20:17:30 -06:00
parent 91dfc88a79
commit df45744dae
3 changed files with 45 additions and 1 deletions

View file

@ -0,0 +1,10 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class FollowerController extends Controller
{
//
}