2017-05-08から1日間の記事一覧

Laravel Socialite + php artisan make:auth integration

scotch.io $table->string('provider')->nullable(); $table->string('provider_id')->unique()->nullable();

Laravel tinker Basic Usage

// テスト用データベースを作成 php artisan make:model Test -m php artisan migrate (phpmyadmin-ctl install) tinkerを起動 php artisan tinker tinker console内で... $test = App\Test::create(); => App\Test {#715 updated_at: "2017-05-08 05:43:30"…