全文検索:
- 27 Laravel Voyager
- er/ total 44 -rw-r--r-- 1 matsui users 207 Apr 3 10:40 VoyagerAuthController.php -rw-r--r-- 1 matsui users 207 Apr 3 10:40 VoyagerBaseController.php -rw-r--r-- 1 matsui users 211 Apr 3 10:40 VoyagerBreadController.php -rw-r--r-- 1 matsui users 219 Apr 3 10:40 VoyagerCompassController.php -rw-r--r-- 1 mats
- 40 Laravel SSH/SCP
- 'production' => [ 'host' => '10.11.10.11', 'username' => 'hogehoge', 'password' => 'hogepassword', ... 'agent' => '', 'timeout' => 10, ], ], </code> ==== 直前に指定する方法 ====
- 14 Laravel Model
- --------------------------+-------+ | Yes | 2014_10_12_000000_create_users_table | 1 | | Yes | 2014_10_12_100000_create_password_resets_table | 1 | | Yes | 2016_01_01_000000_add_voya
- 39 Laravel config内でのパス
- 'hogehoge' => [ 'host' => '10.10.100.11', 'username' => 'root', 'password' => '', 'key' =>
- 42 Laravel 認証機能
- る ===== <code> ┗database ┗migrations ┣2014_10_12_000000_create_users_table.php ┗2014_10_12_100000_create_password_resets_table.php </code> {{tag>Laravel}}
- 10 Laravel セッション
- ====== 10 Laravel セッション ====== expire_on_closeがfalseだと、ブラウザを閉じてもセッションを保持する <code> config/session.php
- 13 laravel-admin
- code> $ php artisan admin:install Migrating: 2014_10_12_000000_create_users_table Illuminate\Datab... LSTATE[42S01]: Base table or view already exists: 1050 Table 'users' already exists (SQL: create table... ` varchar(255) not null, `remember_token` varchar(100) null, `created_at` timestamp null, `updated_at`... LSTATE[42S01]: Base table or view already exists: 1050 Table 'users' already exists") /var/www/v
- 16 Laravel コマンドラインアプリケーション
- 前', '年齢'], [ ['Taro', 10], ['Laravel', 5], ]
- 35 Laravel Curlの代わりにGuzzleを使う
- url = 'https://hoge.hogehoge.com'; $ip = '192.168.10.11'; $port = '25'; $client = new Client(); $respo