Laravel 8 Tutorial - Authentication

  Рет қаралды 119,491

Surfside Media

Surfside Media

Күн бұрын

Пікірлер: 107
@jenthanthurai2562
@jenthanthurai2562 3 жыл бұрын
Sir i follow your step by step functions but finally run times its show exception the mix manifest does not exist . how to fixed this error
@zeeshan2879
@zeeshan2879 4 жыл бұрын
totally waste video, we are coming to understand or little how know of the code work flow, and you are just describe through frontend
@sunilmoolchandani9009
@sunilmoolchandani9009 3 жыл бұрын
got an error -> The Mix manifest does not exist. (View: D:\xampp\htdocs\laravel8auth esources\views\layouts\guest.blade.php)
@MsFrank008
@MsFrank008 3 жыл бұрын
how did you solve it?
@wellennascimento753
@wellennascimento753 3 жыл бұрын
How did you solve it? my one are the same..
@sunilmoolchandani9009
@sunilmoolchandani9009 3 жыл бұрын
Install laravel mix from laravel documentation
@eduardodeguzmaniii9200
@eduardodeguzmaniii9200 3 жыл бұрын
Rename this into "How to install Jetstream" xD
@xXNJEEBXx
@xXNJEEBXx 3 жыл бұрын
😂😂
@cairocoleman9275
@cairocoleman9275 3 жыл бұрын
I guess Im asking randomly but does someone know of a trick to log back into an instagram account?? I was dumb lost my account password. I would love any help you can offer me.
@dev504
@dev504 3 жыл бұрын
these are worse tutorial I have ever watch!!
@sowmik.reborn
@sowmik.reborn 3 жыл бұрын
I was about to comment the same xD
@yasnad2415
@yasnad2415 3 жыл бұрын
Thanks for sharing bro List of the commands: composer require laravel/jetstream php artisan jetstream:install livewire npm install && npm run dev php artisan migrate
@yasnad2415
@yasnad2415 3 жыл бұрын
If you have this SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table `users` add unique `users_email_unique`(`email`)) Edit: app/Providers/AppServiceProvider.php Add this after namespace: use Illuminate\Support\Facades\Schema; Then modify the boot function: public function boot() { Schema::defaultStringLength(191); }
@adawiyahabdjalil8156
@adawiyahabdjalil8156 3 жыл бұрын
hye. why my register view did not work well, the logo because bigger and all the form became messy?
@ludivinseunda3967
@ludivinseunda3967 3 жыл бұрын
I entered the command php artisan migrate but it created only the table "user and migration in the database.
@ludivinseunda3967
@ludivinseunda3967 3 жыл бұрын
please help. and thank you very much for the tutorials
@tiennguyenxuan3920
@tiennguyenxuan3920 3 жыл бұрын
The Mix manifest does not exist. (View: C:\xampp\htdocs\laravel8x esources\views\layouts\guest.blade.php) Please help me
@joo_nath
@joo_nath 2 жыл бұрын
I was expecting something like, "here's the Authentication part, you can change this into that and adjust these into those". Instead I got some one liner artisan command every dev can do under 5 minutes of reading.
@alexgk6098
@alexgk6098 4 жыл бұрын
getting this error in terminal .. ERROR in ./resources/css/app.css Module build failed (from ./node_modules/css-loader/index.js): ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/src/index.js): Error: PostCSS plugin tailwindcss requires PostCSS 8. Migration guide for end-users: github.com/postcss/postcss/wiki/PostCSS-8-for-end-users at Processor.normalize (/opt/lampp/htdocs/fortify2/node_modules/postcss/lib/processor.js:153:15) at new Processor (/opt/lampp/htdocs/fortify2/node_modules/postcss/lib/processor.js:56:25) at postcss (/opt/lampp/htdocs/fortify2/node_modules/postcss/lib/postcss.js:55:10) at /opt/lampp/htdocs/fortify2/node_modules/postcss-loader/src/index.js:140:12 at processTicksAndRejections (internal/process/task_queues.js:93:5) at /opt/lampp/htdocs/fortify2/node_modules/webpack/lib/NormalModule.js:316:20 at /opt/lampp/htdocs/fortify2/node_modules/loader-runner/lib/LoaderRunner.js:367:11 at /opt/lampp/htdocs/fortify2/node_modules/loader-runner/lib/LoaderRunner.js:233:18 at context.callback (/opt/lampp/htdocs/fortify2/node_modules/loader-runner/lib/LoaderRunner.js:111:13) at /opt/lampp/htdocs/fortify2/node_modules/postcss-loader/src/index.js:208:9 at processTicksAndRejections (internal/process/task_queues.js:93:5) @ ./resources/css/app.css ERROR in ./resources/css/app.css (./node_modules/css-loader??ref--5-2!./node_modules/postcss-loader/src??postcss0!./resources/css/app.css) Module build failed (from ./node_modules/postcss-loader/src/index.js): Error: PostCSS plugin tailwindcss requires PostCSS 8. Migration guide for end-users: github.com/postcss/postcss/wiki/PostCSS-8-for-end-users at Processor.normalize (/opt/lampp/htdocs/fortify2/node_modules/postcss/lib/processor.js:153:15) at new Processor (/opt/lampp/htdocs/fortify2/node_modules/postcss/lib/processor.js:56:25) at postcss (/opt/lampp/htdocs/fortify2/node_modules/postcss/lib/postcss.js:55:10) at /opt/lampp/htdocs/fortify2/node_modules/postcss-loader/src/index.js:140:12 @ ./resources/css/app.css 2:14-142
@omtechnologies8656
@omtechnologies8656 3 жыл бұрын
Genius Work. Easily created 2-factor authentication. Wow!
@ronitjain3264
@ronitjain3264 2 жыл бұрын
when i clicked on logout it is showing get method is not supported for this route.
@kapalatech
@kapalatech 2 жыл бұрын
I got a challenge on authentication its reply the following "missing vite manifest file" what is this
@debashishjena8174
@debashishjena8174 2 жыл бұрын
Nice video for laravel auth login👍👍👍👍👍
@joyustcian222
@joyustcian222 3 жыл бұрын
after running php artisan migrate use npm install && npm run dev in cmd
@user-fm2ii1su2g
@user-fm2ii1su2g 3 жыл бұрын
yes,finally works, remember that you CANT separate that two npm command .
@waseemmushtaq1874
@waseemmushtaq1874 3 жыл бұрын
can i use another name of table instead of users? like admins or merchants
@kanye_dev7523
@kanye_dev7523 2 жыл бұрын
Great video. The templates are not well arranged on my view, the login page, profile page etc. It looks like there's no styling. Do I need to add tailwind css or something?. Also the logout showed an error "The GET method is not supported for this route. Supported methods: POST.". How can I fix it?, thanks.
@jemflordelacerna4434
@jemflordelacerna4434 4 жыл бұрын
Thank you so much! This is very helpful for beginners like me.
@sandikharahardi7702
@sandikharahardi7702 4 жыл бұрын
register with verification email ?
@kamalgyanchandani4143
@kamalgyanchandani4143 3 жыл бұрын
Should we use Laravel Breze or write own Login code for clients application.
@AppdateLK
@AppdateLK 3 жыл бұрын
Thank you it was really useful 🙌🙌
@mohammedal-hitawi4667
@mohammedal-hitawi4667 3 жыл бұрын
how to solve this problem Missing Mix Manifest File Did you forget to run npm ci && npm run dev?
@windalooneytun
@windalooneytun 3 жыл бұрын
I have do all things like in this video, but when I click Log in, the warning show "These credentials not match in our records". Would you like to help me, what's wrong and how to solve it? Thank you in advance
@shivamshrivastava2612
@shivamshrivastava2612 4 жыл бұрын
php artisan jetstream:install inertia There are no commands defined in the "jetstream" namespace. this error is occouring
@danielsantiagoestupinancru1571
@danielsantiagoestupinancru1571 4 жыл бұрын
Start with a new project and use the flag --jet to create an authentication project, use Laravel new app_name --jet (Remember to update the Laravel installer into 4.* version)
@habibjalal9939
@habibjalal9939 4 жыл бұрын
is it necessary to install livewire? if not then how we can handle user profile ?
@ivo9563
@ivo9563 3 жыл бұрын
This video doesn't work. Initially it cannot find definition of mix function in layout.blade.php and then i found from stackoverflow instruction "npm install" and "npm run production". Also these doen't work and also "php artisan serve" is broken. Looking with xampp, again the mix doesn't work. In this video cannot find how to put the mix function to work.
@debashishjena8174
@debashishjena8174 2 жыл бұрын
hi am follow you video step by step, functionality working fine , But i think css js file not get design disturbance. error come on top @vite(['resources/css/app.css', 'resources/js/app.js']) or after live ware installed successfully msg coming == Please execute "npm install && npm run dev" to build your assets....Can you help? window7
@modathermustafa
@modathermustafa 2 жыл бұрын
Thanx alot bro. Cool tuts
@ketangohel4433
@ketangohel4433 2 жыл бұрын
How to make toastr when user register success
@komalverma1539
@komalverma1539 3 жыл бұрын
Exception The Mix manifest does not exist. (View: C:\xampp-new\htdocs\ims esources\views\layouts\guest.blade.php) Those who got this error.. just run npm install , after that npm run dev
@virtumind
@virtumind 3 жыл бұрын
I dont see a way to change the profile picture
@SagarKumar-dp2ek
@SagarKumar-dp2ek 3 жыл бұрын
Thanks sir worked for me like, and subscribed and link shared with my colleagues :)
@mohammadadnan8112
@mohammadadnan8112 4 жыл бұрын
Bro, can you provide a lesson about form how to insert , update, and select data from mysql in laravel 8 ... 🌹
@atosupriyanto6990
@atosupriyanto6990 4 жыл бұрын
Thanks, can you integration this auth with laravel-permission?? And implement role also?? Thanks before
@dota2netic877
@dota2netic877 4 жыл бұрын
without using npm install && npm run dev how can you get that page?
@acebishbi
@acebishbi 4 жыл бұрын
you can but it will take you time to do that. installation make it easier
@JahidHasan-zl7om
@JahidHasan-zl7om 4 жыл бұрын
The Mix manifest does not exist. (View: C:\xampp\htdocs\laravel8auth esources\views\layouts\guest.blade.php) showing the error
@swatiji100
@swatiji100 4 жыл бұрын
Same issue m facing... How to resolve it
@JahidHasan-zl7om
@JahidHasan-zl7om 4 жыл бұрын
@@swatiji100 after installing livewire "npm install && npm run dev" execute this command. -don't install inertia, it will remove livewire
@2310enrique
@2310enrique 3 жыл бұрын
i get this Did you forget to run npm install && npm run dev? i try to run npm install i can't 'npm' is not recognized as internal or external command,
@michaelm7256
@michaelm7256 3 жыл бұрын
Me too
@2310enrique
@2310enrique 3 жыл бұрын
@@michaelm7256 you need to install node.js
@ayratasfandyiar7120
@ayratasfandyiar7120 4 жыл бұрын
Thanks! What about EMAIL VERIFICATION?
@alexgk1016
@alexgk1016 4 жыл бұрын
Getting error : unable to locate Mix file : /CSS/app.css
@nayeemchowdhury2497
@nayeemchowdhury2497 3 жыл бұрын
laravel authentication how can find controller by default auth
@sanaullahkhan9529
@sanaullahkhan9529 3 жыл бұрын
This command generate the below error //////// php artisan jetstream: install livewire Too many arguments to "jetstream:" command, expected arguments "stack".
@nishanthanr605
@nishanthanr605 4 жыл бұрын
When I try to install jet stream i hot error
@NeoJohnSmit
@NeoJohnSmit 4 жыл бұрын
Thank you brother👍🏾
@mahendranath2504
@mahendranath2504 4 жыл бұрын
Thank you so much for sharing, subscribed
@bahabelomgebremedhn2318
@bahabelomgebremedhn2318 4 жыл бұрын
have i to be inside htdocs folder
@caseng1270
@caseng1270 4 жыл бұрын
Thank you very much! I understand)
@shahrukhahmed2850
@shahrukhahmed2850 4 жыл бұрын
I have error The mix manifest does not exist
@tamimhossain2885
@tamimhossain2885 4 жыл бұрын
me also
@christaime9812
@christaime9812 4 жыл бұрын
stackoverflow.com/questions/45153738/the-mix-manifest-does-not-exist-when-it-does-exist The First reply worked for me (npm install + npm run production)
@mineemisha9989
@mineemisha9989 4 жыл бұрын
not working ...
@Layaccc
@Layaccc 3 жыл бұрын
Thanks! It's helpful.
@muhammadzainnadeem3965
@muhammadzainnadeem3965 4 жыл бұрын
please make a video on multi auth
@sooriyakumarkarnan7885
@sooriyakumarkarnan7885 4 жыл бұрын
Thank You so much sir
@lucylocket118
@lucylocket118 4 жыл бұрын
how do I do this from scratch?
@ytubewiki
@ytubewiki 2 жыл бұрын
Brush up 2022.4.28. Thursday.
@CheapControls
@CheapControls 4 жыл бұрын
Thanks helped me convert from laravel 7 to 8.
@হিটবাংলা
@হিটবাংলা 4 жыл бұрын
where is the admin dash board i dont clear your tutorial'
@danielsantiagoestupinancru1571
@danielsantiagoestupinancru1571 4 жыл бұрын
The authentication in Laravel doesn't create all the components, you can create an admin dashboard for your own.
@ali_chavoshie
@ali_chavoshie 4 жыл бұрын
Thank you so much! This is very helpful for me.
@alexbayarov3072
@alexbayarov3072 4 жыл бұрын
Pay attention after livewire to run npm install && npm run dev
@ngoransylvain2503
@ngoransylvain2503 3 жыл бұрын
thanks you so much
@mrs.santhibala8807
@mrs.santhibala8807 2 жыл бұрын
Very useful
@zigaba
@zigaba 3 жыл бұрын
thank u my friend
@loraxiam
@loraxiam 4 жыл бұрын
So you followed through the installation instructions in a painfully slow manner without actually discussing Laravel 8 authentication at all. Maybe you should title this how to install Jetstream
@pravinram7896
@pravinram7896 4 жыл бұрын
If anybody getting this error "The Mix manifest does not exist. " install node.js , restart terminal and run this command "npm install && npm run dev"
@ig_trigger4214
@ig_trigger4214 3 жыл бұрын
i got
@mdaftabalam788
@mdaftabalam788 3 жыл бұрын
Sir in my case after clicking the login and register option the browser will show error "The mix manifest does not exit (View: E:\xampp\htdocs\apple\Example-app esources\views\layouts\guest.blade.php)
@shubhampandey7672
@shubhampandey7672 2 жыл бұрын
same.
@two-zero
@two-zero 3 жыл бұрын
Thank you bro!
@shamimreza9912
@shamimreza9912 4 жыл бұрын
Sir Please multiple authentication lesson
@robinrichie8943
@robinrichie8943 4 жыл бұрын
Thank you so much!
@KaziAftaburRahman
@KaziAftaburRahman 4 жыл бұрын
Nice Tutorial. Need Moor.
@AnasMourad
@AnasMourad 3 жыл бұрын
Thank you.
@mdaftabalam788
@mdaftabalam788 3 жыл бұрын
Sir help me
@danieljoseruizgutierrez
@danieljoseruizgutierrez 4 жыл бұрын
excelente, Thank you
@Abhishekkumar-ff4hu
@Abhishekkumar-ff4hu 3 жыл бұрын
Good work sir
@sojib5506
@sojib5506 4 жыл бұрын
Thank You
@shivamshrivastava2612
@shivamshrivastava2612 4 жыл бұрын
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table `failed_jobs` add unique `failed_jobs_uuid_unique`(`uuid`))
@omtechnologies8656
@omtechnologies8656 3 жыл бұрын
upgrade your mysql
@humakaunain98
@humakaunain98 3 жыл бұрын
i used this commnad "" laravel new project_name - -jet '' and created a laravel project with jetstream directly.it was les time consuming
@webclanka4490
@webclanka4490 4 жыл бұрын
Thanks
@rezwanmahmud3941
@rezwanmahmud3941 3 жыл бұрын
You have forgot to install "npm install && npm run dev"
@idrees7861000
@idrees7861000 4 жыл бұрын
very nice
@akifhussain4900
@akifhussain4900 4 жыл бұрын
we are here for the laravel 8 auth so don't tell use what authentication means. :D
@enriquedb666
@enriquedb666 4 жыл бұрын
Thanks!!!
@BiblicaLeitura
@BiblicaLeitura 4 жыл бұрын
Nice Job, excelente trabalho!
@jordanalbarracin3119
@jordanalbarracin3119 3 жыл бұрын
muy bueno kpo!
@dannyjavi
@dannyjavi 4 жыл бұрын
Buen vídeo, sigue así
@galvezpomaeddyleonel2489
@galvezpomaeddyleonel2489 4 жыл бұрын
nice video take your like
@ashishrathaur9502
@ashishrathaur9502 4 жыл бұрын
paagal h kya, kya h ye, Time waste
Laravel 8 with Bootstrap and Authentication with Laravel Fortify
16:57
Jetstream/Fortify Multi-Auth: Roles, Permissions and Guards
19:00
Laravel Daily
Рет қаралды 101 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Laravel 8 Tutorial - Eloquent
15:16
Surfside Media
Рет қаралды 12 М.
Laravel Jetstream: Add CRUD with User Roles
16:51
Laravel Daily
Рет қаралды 157 М.
Laravel 8 Tutorial - Send Email using Gmail
11:37
Surfside Media
Рет қаралды 55 М.
Laravel 8 REST API With Sanctum Authentication
54:13
Traversy Media
Рет қаралды 552 М.
Laravel JWT authentication tutorial
20:06
Tony Xhepa
Рет қаралды 1,2 М.
#trending #foryou #challenge #fyp #viral #short #tiktok #vs
0:15
Misiсatсh
Рет қаралды 2,4 МЛН
Do YOU Understand WHAT JUST HAPPENED!? 😂 #shorts
0:57
LankyBox World
Рет қаралды 1,6 МЛН
Такого Корпуса для ПК нет ни у кого в России
1:00
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 847 М.