全文検索:
- 28 Laravel Voyager フロントページ用意 @11_php:02_framework:01_laravel
- ====== 28 Laravel Voyager フロントページ用意 ====== https://devdojo.com/tutorials/working-with-voyager-on-the-fro... le> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstra... le> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstra... <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstra
- 13 composer
- します。 ライブラリ間の依存関係も解決してくれます。 対応php: php 5.3.2以上 [[https://getcomposer.org/]] <code> php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" p
- 15 file_get_contents SSL エラー
- xx というエラーが表示されます。 ===== 対策 ===== <code> $url = "https://xxxxxx"; $options['ssl']['verify_peer']=false;
- 11 Laravel Memo @11_php:02_framework:01_laravel
- ====== 11 Laravel Memo ====== [[https://qiita.com/fagai/items/a1bf55b6249aee03a624|Laravel Routing]] [[https://qiita.com/zaburo/items/b80d4ae73efc99b41541|Lar
- 31 Bootstrap Version確認 @11_php:02_framework:01_laravel
- ある。 <code> $ less public/css/app.css @import url(https://fonts.googleapis.com/css?family=Nunito); /*! * Bootstrap v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The B
- 40 Laravel SSH/SCP @11_php:02_framework:01_laravel
- aloha', )); </code> ===== 標準出力を変数に入れる方法 ===== [[https://qiita.com/tricogimmick/items/3e344486658e3cfbd4... のバイト数以上の出力が格納される場合、クロージャ内の処理が複数回実行されてしまう罠もあるらしい [[https://sharediary.net/2019/05/11/sshruncommand-functio
- 03 twig Debug @11_php:01_twig
- ode> <pre> {{ dump(user) }} </pre> </code> [[https://github.com/symfony-japan/twig-docs-ja/blob/mast
- 05 FormServiceProvider @11_php:02_framework
- in "form_div_layout.html.twig" at line 73 </code> https://github.com/fabpot/Silex/issues/271 Translation
- 04 json php5.1 @11_php:04_library
- 0); return $s->decode($json); } } </code> [[https://www.softel.co.jp/blogs/tech/archives/3663|参考サイト
- 15 laravel Eloquent @11_php:02_framework:01_laravel
- ====== 15 laravel Eloquent ====== [[https://laravel.com/api/5.7/Illuminate/Database/Eloquent/Collection.
- 18 Laravel Query Builder @11_php:02_framework:01_laravel
- ====== 18 Laravel Query Builder ====== [[https://www.ritolab.com/entry/93#aj_5_1]] {{tag>Laravel}}
- 27 Laravel Voyager @11_php:02_framework:01_laravel
- resources/views/vendor/voyager/songs/ </code> [[https://voyager.readme.io/docs/overriding-views]] ===
- 35 Laravel Curlの代わりにGuzzleを使う @11_php:02_framework:01_laravel
- ンプル利用 ==== <code> use GuzzleHttp\Client; $url = 'https://hoge.hogehoge.com'; $ip = '192.168.10.11'; $por