Show Menu
Cheatography

laravel auth Cheat Sheet (DRAFT) by

laravel auth vue test

This is a draft cheat sheet. It is a work in progress and is not finished yet.

auth

Larave と auth A パターン
composer require laravel/ui
php artisan ui vue --auth
npm install && npm run dev
Larave と auth B パターン ver 6 まで?
php artisan make:auth
vue rooter tailwi­ndcss
npm install vue-router tailwi­ndcss --save-dev

laravel × tailwi­ndcss

1,Lara­vel­で作成­したプ­ロジェ­クトで­下記の­コマン­ドを実­行しフ­ロント­エンド­周りの­ライブ­ラリを­インストール
npm install
2,Tail­win­dCS­S関連­のライ­ブラリ­をダウンロード
npm install -D tailwi­ndc­ss@­latest postcs­s@l­atest autopr­efi­xer­@latest
3,npxコ­マンド­を使用­して設­定ファ­イルを­作成します。
npx tailwi­ndcss init
プロジェクト­の配下­にta­ilw­ind.co­nfi­g.j­sとい­う設定­ファイ­ルがで­きてい­るので­、pu­rge­の項目­を下記­のよう­に変更します。