added migration, model, and controller

This commit is contained in:
Zain Fauzan Rofie Azizi
2018-04-23 14:47:34 +08:00
parent 0a1f45d329
commit 4a8a075414
6 changed files with 95 additions and 1 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Schema;
class AppServiceProvider extends ServiceProvider
{
@@ -13,7 +14,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
//
Schema::defaultStringLength(191);
}
/**