Laravel 9 Ecom - Part 2 : Make login & registration system & integrate bootstrap 5 & Livewire Setup

preview_player
Показать описание
In this video, I have taught how to make login and register system in laravel 9 and integrate bootstrap and livewire setup.

Playlist - Laravel 9 Ecommerce Project.

Рекомендации по теме
Комментарии
Автор

Thank you very much for the tutorials. Please keep sharing. Thanks again.

techwithkl
Автор

A simpler solution for : Vite manifest not found at: C:\xampp\htdocs\ecommerce\public\build/manifest.json,

1. install node.js
2. install new laravel delete old folder
2. composer require laravel/ui
3. php artisan ui bootstrap OR php artisan ui bootstrap --auth
4. npm install && npm run dev
5. php artisan run serve ( take note you need to run this command last )

rodbongosia
Автор

One more subscriber. Congratulations, you are perfect

riksonramalho
Автор

after ui:auth why always this Vite manifest not found at:

hrdnnx
Автор

A simpler solution :
1. composer require laravel/ui
2. php artisan ui bootstrap OR php artisan ui bootstrap --auth
3. npm install && npm run dev

rafalciesielski
Автор

can you please show the database tables structure how many columns and data type

smuntaha
Автор

Login and register button is not showing

abanwaraphael
Автор

dear sir i am facing problem when login"Vite manifest not found at: plzz help

sandipkumar-sjuu
Автор

Please. I have been stuck for more than 4hours. I followed the procedures carefully but the login and register link is not showing in the localhost:8000 but when I type localhost:8000 in my url. The page showed. The page showed only when the npm run dev and PHP artisan serve are both running.

How can I make my login link and register link to be showing in the localhost:8000 page?

abanwaraphael
Автор

log out button not showing when i click how to fix?

huiyingquah
Автор

I need to run the command 'npm run dev' to run the application but is there other way without running that command so that i can automatically run the application

videonirold
Автор

Not working for me.
auth not login form

DEPODEVELOPER-bcyd
Автор

good day sir can't log out button in register

aldrinmanigos
Автор

i have error in install laravel/ui

Failed to download laravel/ui from dist: The zip extension and unzip/7z commands are both missing, skipping.
The php.ini used by your command-line PHP is: D:\program files\laravel9\php\php.ini
Now trying to download from source

ahmedebrahim
Автор

Hi, i am getting this error, please advice.
Vite manifest not found at: C:\xampp\htdocs\ecommerce\public\build/manifest.json,

anils
Автор

You did not show the database migration files or database table name. Also, you didn't show the backend files you created to go with the register and login input files. Without this information, all my work of following you and meticulously typing in all the code you presented left me with nothing that works, just endless error messages. You also said nothing about having to install NPM for you script to work and show a page correctly. I like you as an instructor, however, you fell short on your instruction information in this video!!

CodiOBrian