私はhttp://net.tutsplus.com/tutorials/php/b … r-laravel/を通り抜けています。
次のポイントに到達しました。
Extending Auth
To keep our bundle entirely self contained, we’ll need to extend auth. This will allow us to define a table just to login to our admin panel, and not interfere with the main application.
Before we create our custom driver, we'll create a configuration file, where you can choose if you'd like to use the username or email columns from the database table.
return array(
'username' => 'username',
'password' => 'password',
);
構成ファイルの名前、その内容、およびlaravel 3.2ディレクトリ構造内のどこに配置する必要があるかがわかりません。助けていただければ幸いです。
前もって感謝します、
明細書