Skip to content
Redlyst

Laravel 8 Jetstream Login and Registration Page with Laragon

Laragon, Laravel, Jetstream, Guide1 min read

Follow this tutorial to install laragon

  • Check the node.js version, update to the last version, because we need it for npm command, follow this tutorial
  • Open "Laragon Menu > Quick App > Laravel" Quick App
  • Type your project name, and the terminal will be open and install the laravel to laragon directory Result
  • Open the project folder and change database name same as the project name Database Name
  • Open the terminal from laragon and go to the project directory
  • Type this command for installing jetstream with livewire and install your NPM dependencies and migrate your database
composer require laravel/jetstream
php artisan jetstream:install livewire
npm install
npm run dev
php artisan migrate

and the result will be like image below Result

  • Check the web via pretty url, you will see the login and register link button, try register your account and login. Final result will be like this Register Dashboard
© 2023 by Redlyst. All rights reserved.
©LekoArts