admin管理员组

文章数量:1391955

I'm using Vemto from vemto.app to build laravel apps but in Laravel12 when I install it by CMD, I see that Laravel has 2 options of laravel:

  • WorkOS auth
  • Built-in auth

but when I create app by Vemto I don't see that there is auth files, my question is how to install the built-in laravel auth sepratly.

actually, I spent many hours to solve this problem nut I didn't find it. I intalled composer require livewire/livewire and composer require laravel/ui

I'm new with laravel but I'm trying to be better day by day.

the problem is I didn't find in the document anything about that or maybe I didn't understand well.

I'm using Vemto from vemto.app to build laravel apps but in Laravel12 when I install it by CMD, I see that Laravel has 2 options of laravel:

  • WorkOS auth
  • Built-in auth

but when I create app by Vemto I don't see that there is auth files, my question is how to install the built-in laravel auth sepratly.

actually, I spent many hours to solve this problem nut I didn't find it. I intalled composer require livewire/livewire and composer require laravel/ui

I'm new with laravel but I'm trying to be better day by day.

the problem is I didn't find in the document anything about that or maybe I didn't understand well.

Share Improve this question asked Mar 13 at 11:22 M.JM.J 14311 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I don't have any experience with vemto, but according to the docs, you can use an auth scaffolding from UI, Breeze or Jetstream:

Auth Scaffold

When enabled, the "Auth Scaffold module" will generate the application basic scaffold using the UI template chosen on project creation (Laravel UI, Jetstream, or Breeze).

本文标签: How to install the built in starter kit auth in LaravelStack Overflow