2020-03-01から1ヶ月間の記事一覧

【テスト】 Codeレビュー

https://qiita.com/gakuri/items/f4970aea8de5fa9bf016?utm_content=buffer28a5b&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer

【CSS】 セレクタチートシート

https://webliker.info/css-selector-cheat-sheet/

【Linux】 User増やしておく

# https://noel-ingenieur.hateblo.jp/entry/2019/12/10/005027 # https://noel-ingenieur.hateblo.jp/entry/2019/12/10/005027

【メンタリング】 TCP / IP

OSの導入 (GUIから) パスワードの設定 パケットフィルタ Importing GPG key ****: Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>" Fingerprint: **** Package : centos-release-7-6.1810.2.el7.centos.x86_64 (@base) From : /etc/pki/rpm-gpg/R</security@centos.org>…

【mailtrap】 テストメール

[Mailtrapの公式サイト] https://taupe.site/entry/mailtrap/ [参照] https://qiita.com/ubonsa/items/5514fb9c5d5783bcc758 アカウント作成 https://mailtrap.io GithubアカウントでSign upできます。 開発用アカウントを集約できてありがたい。 認証情報の…

【micro CMS】 Laravelと

https://speakerdeck.com/bumptakayuki/laravel-plus-microcmstezi-she-sahisunimeteiawodao-ru-sitahua

【Techpit】

【決済代行】 GMOペイメントゲートウェイ

PGマルチペイメントサービス用FAQサイト https://faq.gmo-pg.com/service/Search.aspx?noLog=1

【Laravel 5.5】 Cart::add()に渡すもの

// また、Cart::add()に配列を渡すことで複数商品を同時にカートに入れることもできるのだが、 // ->associate()は配列に対応していないようで、配列を代入しようとすると例外が発生する。 // Cart::add([ // [ // 'id' => $product->id, // 'name' => $prod…

【Laravel 5.5】 php artisan vendor:publish

vagrant@homestead:~/box2/[Project]$ php artisan vendor:publish Which provider or tag's files would you like to publish?: [0 ] Publish files from all providers and tags listed below [1 ] Provider: Fideloper\Proxy\TrustedProxyServiceProvider…

【Node.js】 パフォーマンスチューニング

https://blog.koh.dev/2020-03-04-nodejs-performance/

【Nuxt】 東京都のサイト

https://github.com/tokyo-metropolitan-gov/covid19

【Let's Encrypt】 バグ

https://qiita.com/matsumoto_sp/items/e8e035a6f27c52ee5ede

【AWS】 解説グラレコ

https://aws.amazon.com/jp/builders-flash/202003/awsgeek-serverless/

laravel

public function postShowCage () { $loginuser = User::find(1); // dd($loginuser->name); // "EC-Boy" /** * 失敗例 */ // dd(Cart::find(2)); /** * 成功例 */ // dd(Cart::find(2)->products); // SQLSTATE[42S22]: Column not found: 1054 // Unknown …

LaravelのCollectionについて

Collectionを利用する上で以下の点を知っておくと良いと思います。 EloquentとCollectionは異なる。 Eloquentで取得したデータは、Collectionクラスになっている。 Eloquentでデータ取得後は、Collectionクラスのメソッドで繋げることができる Collectionメ…

【Lavavel 5.2】 Cart サンプル動画

https://youtu.be/4J939dDUH4M

【Git】 チートシート

Git

https://qiita.com/kozzy/items/b42ba59a8bac190a16ab?utm_content=bufferc3323&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer

【Laravel 5.5】 Intervention Image

[記事] Intervention Image 全51個のAPIを試す https://qiita.com/kako351/items/5095498201495add7ad4#51-width

【Laravel 5.5】 toArray()

toArrayメソッドはコレクションをPHPの「配列」へ変換します。コレクションの値がEloquentモデルの場合は、そのモデルが配列に変換されます。

【Laravel 5.5】 shoppingcart (Github)

https://blog.capilano-fw.com/?p=1682

【Tadoru】

https://tadoru.work/

【GMO】Tokenazation仕組み

トークンの原理 https://np-news.netprotections.com/payment/3885 カード情報非保持化 https://www.yamatofinancial.jp/service/payment/creditcard_must_token.html

【新しいアプリ】 Web API検索

【Ajax通信】 わかりやすい概念図

https://mikaduki.info/webprogram/js/jquery/1534/ XMLHttpRequestがわかりやすい https://www.xmldb.jp/xmldb/neocoreajax002.php Ajaxメソッドを使う方法に、axios, jQuery https://saba.omnioo.com/note/4178/vue-js%E3%81%A8axios%E3%81%A7ajax%E6%A9%9…

【Square】 有効性チェックと手動オーソリ

https://www.dsk-ec.jp/products/credit/detail/ https://squareup.com/jp/ja/townsquare/importance-of-authorization

Lararvel stripe 実装サンプル

https://readouble.com/laravel/5.5/ja/billing.html

【Laravel Casher】

https://readouble.com/laravel/5.5/ja/billing.html

【Web API】 Stripe決済の導入

https://techracho.bpsinc.jp/baba/2018_05_28/56914