| abort |
Illuminate\Foundation\Application |
abort |
| abort_if |
Illuminate\Foundation\Application |
abort と if 文など |
| abort_unless |
Illuminate\Foundation\Application |
abort と if 文など |
|
app(引数なし) |
Illuminate\Foundation\Application |
|
|
app(引数あり) |
Illuminate\Foundation\Application |
make |
|
auth(引数なし) |
Illuminate\Auth\AuthManager |
|
|
auth(引数あり) |
Illuminate\Auth\AuthManager |
guard |
| back |
Illuminate\Routing\Redirector |
back |
| bcrypt |
Illuminate\Contracts\Hashing\Hasher |
make |
| blank |
× |
|
| broadcast |
Illuminate\Contracts\Broadcasting\Factory |
event |
|
cache(引数なし) |
Illuminate\Cache\CacheManager |
|
|
cache(引数あり) |
Illuminate\Cache\CacheManager |
get または put
|
| class_uses_recursive |
× |
|
| collect |
Illuminate\Support\Collection |
make |
|
config(引数なし) |
Illuminate\Config\Repository |
|
|
config(引数あり) |
Illuminate\Config\Repository |
get または set
|
|
cookie(引数なし) |
Illuminate\Contracts\Cookie\Factory |
|
|
cookie(引数あり) |
Illuminate\Contracts\Cookie\Factory |
make |
| csrf_field |
× |
|
| csrf_token |
Illuminate\Session\SessionManager |
token |
| dd |
? |
|
| decrypt |
Illuminate\Encryption\Encrypter |
decrypt |
| dispatch |
Illuminate\Contracts\Bus\Dispatcher |
dispatch ※1 |
| dispatch_now |
Illuminate\Contracts\Bus\Dispatcher |
dispatchNow |
| dump |
? |
|
| encrypt |
Illuminate\Encryption\Encrypter |
encrypt |
| env |
Illuminate\Support\Env |
get |
| event |
Illuminate\Events\Dispatcher |
dispatch |
| factory |
Illuminate\Database\Eloquent\Factory |
of |
| filled |
× |
|
| info |
Illuminate\Log\LogManager |
info |
|
logger(引数なし) |
Illuminate\Log\LogManager |
|
|
logger(引数あり) |
Illuminate\Log\LogManager |
debug |
| method_field |
× |
|
| now |
Illuminate\Support\DateFactory |
now |
| old |
Illuminate\Http\Request |
old |
| optional |
× |
|
| policy |
Illuminate\Contracts\Auth\Access\Gate |
getPolicyFor |
|
redirect(引数なし) |
Illuminate\Routing\Redirector |
|
|
redirect(引数あり) |
Illuminate\Routing\Redirector |
to |
| report |
Illuminate\Contracts\Debug\ExceptionHandler |
report |
|
request(引数なし) |
Illuminate\Http\Request |
|
|
request(引数あり) |
Illuminate\Http\Request |
only またはプロパティアクセス (__get)
|
| rescue |
× |
|
| resolve |
Illuminate\Foundation\Application |
make |
|
response(引数なし) |
Illuminate\Contracts\Routing\ResponseFactory |
|
|
response(引数あり) |
Illuminate\Contracts\Routing\ResponseFactory |
make |
| retry |
× |
|
|
session(引数なし) |
Illuminate\Session\SessionManager |
|
|
session(引数あり) |
Illuminate\Session\SessionManager |
get または put
|
| tap |
× |
|
| throw_if |
× |
|
| throw_unless |
× |
|
| today |
Illuminate\Support\DateFactory |
today |
| trait_uses_recursive |
× |
|
| transform |
× |
|
|
validator(引数なし) |
Illuminate\Contracts\Validation\Factory |
|
|
validator(引数あり) |
Illuminate\Contracts\Validation\Factory |
make |
| value |
× |
|
|
view(引数なし) |
Illuminate\Contracts\View\Factory |
|
|
view(引数あり) |
Illuminate\Contracts\View\Factory |
make |
| with |
× |
|