0
2

More than 3 years have passed since last update.

Laravel6.0「make:Auth」の対応策

Posted at

内容

Laravelバージョン6.0では php artisann make:auth が
無くなったみたいです。
実装できるまで私が辿った道のりをまとめました。

こちらの記事を参照

qiita.com/daisu_yamazaki/items/a914a16ca1640334d7a5

エラーが出たら

php artisan ui vue --auth
php artisan migrateができなかったら
Node.js/npmをインストールする必要があります。

こちらの記事を参照

https://qiita.com/PolarBear/items/62c0416492810b7ecf7c

インストールできなかった場合

以下のようなエラーが出たら、

Error: An exception occurred within a child process:
 CompilerSelectionError: nodebrew cannot be built with any available compilers.

NodebrewでNodeをインストールしてください。

こちらの記事を参照

https://qiita.com/mame_daifuku/items/373daf5f49ee585ea498

これでできるようになると思います!

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2