Home  >  Q&A  >  body text

Title: Unable to find Laravel 8 login page in Jetstream Inertia's AUTH package

I'm trying to design a Laravel 8 login page but I found it in the button of the login page and I want to see it in the middle. I'm using Laravel 8

P粉662089521P粉662089521187 days ago373

reply all(1)I'll reply

  • P粉696146205

    P粉6961462052024-04-02 15:58:21

    You can use other methods

    cd project
    
    composer require laravel/ui --dev
    
    npm install && npm run dev
    
    php artisan ui:auth
    
    
    php artisan migrate

    reply
    0
  • Cancelreply