完成登入畫面製作、路由調整及新增receiver控制器

This commit is contained in:
2018-07-29 17:25:36 +08:00
parent 848226bbb3
commit 0d51e9db6b
10 changed files with 148 additions and 13 deletions

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);
}
/**