5.3版本的php artisan make:request XXX和以前不一樣了
5.3版本的使用命令后頭上不在使用Request而是FormRequest
use Illuminate\Foundation\Http\FormRequest;
參考教程:http://laravelacademy.org/post/2320.html
5.3版本的php artisan make:request XXX和以前不一樣了
5.3版本的使用命令后頭上不在使用Request而是FormRequest
use Illuminate\Foundation\Http\FormRequest;
參考教程:http://laravelacademy.org/post/2320.html