M I*_*ail 0 php authentication web laravel laravel-jetstream
我刚刚升级到 Laravel 8,并想使用 jetstream 包,但我在安装时遇到了问题。有人能告诉我如何通过作曲家和身份验证安装 Laravel 8 jetstream 项目的完整过程吗?
在laravel/安装程序中很容易
laravel new project --jet
Run Code Online (Sandbox Code Playgroud)
但与作曲家
composer require laravel/jetstream
// then
php artisan jetstream:install livewire
// or
php artisan jetstream:install inertia --teams
npm install && npm run dev
Run Code Online (Sandbox Code Playgroud)
对于迁移,只需运行以下命令:
php artisan migrate
Run Code Online (Sandbox Code Playgroud)
全部在 jetstream 文档此链接:https ://jetstream.laravel.com/1.x/installation.html#composer-installation