Тёмный

Laravel 8 Tutorial - Authentication 

Surfside Media
Подписаться 23 тыс.
Просмотров 119 тыс.
50% 1

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 108   
@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); }
@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 2 года назад
How did you solve it? my one are the same..
@sunilmoolchandani9009
@sunilmoolchandani9009 2 года назад
Install laravel mix from laravel documentation
@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
@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 2 года назад
I was about to comment the same xD
@adawiyahabdjalil8156
@adawiyahabdjalil8156 2 года назад
hye. why my register view did not work well, the logo because bigger and all the form became messy?
@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
@omtechnologies8656
@omtechnologies8656 3 года назад
Genius Work. Easily created 2-factor authentication. Wow!
@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.
@jemflordelacerna4434
@jemflordelacerna4434 4 года назад
Thank you so much! This is very helpful for beginners like me.
@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
@mohammadadnan8112
@mohammadadnan8112 4 года назад
Bro, can you provide a lesson about form how to insert , update, and select data from mysql in laravel 8 ... 🌹
@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.
@debashishjena8174
@debashishjena8174 2 года назад
Nice video for laravel auth login👍👍👍👍👍
@kamalgyanchandani4143
@kamalgyanchandani4143 3 года назад
Should we use Laravel Breze or write own Login code for clients application.
@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
@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 .
@mohammedal-hitawi4667
@mohammedal-hitawi4667 2 года назад
how to solve this problem Missing Mix Manifest File Did you forget to run npm ci && npm run dev?
@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
@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.
@SagarKumar-dp2ek
@SagarKumar-dp2ek 3 года назад
Thanks sir worked for me like, and subscribed and link shared with my colleagues :)
@ronitjain3264
@ronitjain3264 2 года назад
when i clicked on logout it is showing get method is not supported for this route.
@komalverma1539
@komalverma1539 2 года назад
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
@ayratasfandyiar7120
@ayratasfandyiar7120 4 года назад
Thanks! What about EMAIL VERIFICATION?
@atosupriyanto6990
@atosupriyanto6990 4 года назад
Thanks, can you integration this auth with laravel-permission?? And implement role also?? Thanks before
@anania_kapala
@anania_kapala 2 года назад
I got a challenge on authentication its reply the following "missing vite manifest file" what is this
@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)
@modathermustafa
@modathermustafa 2 года назад
Thanx alot bro. Cool tuts
@waseemmushtaq1874
@waseemmushtaq1874 2 года назад
can i use another name of table instead of users? like admins or merchants
@sanaullahkhan9529
@sanaullahkhan9529 3 года назад
This command generate the below error //////// php artisan jetstream: install livewire Too many arguments to "jetstream:" command, expected arguments "stack".
@alexgk6098
@alexgk6098 3 года назад
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
@sandikharahardi7702
@sandikharahardi7702 3 года назад
register with verification email ?
@AppdateLK
@AppdateLK 2 года назад
Thank you it was really useful 🙌🙌
@habibjalal9939
@habibjalal9939 3 года назад
is it necessary to install livewire? if not then how we can handle user profile ?
@virtumind
@virtumind 3 года назад
I dont see a way to change the profile picture
@alexgk1016
@alexgk1016 3 года назад
Getting error : unable to locate Mix file : /CSS/app.css
@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
@JahidHasan-zl7om
@JahidHasan-zl7om 3 года назад
The Mix manifest does not exist. (View: C:\xampp\htdocs\laravel8auth esources\views\layouts\guest.blade.php) showing the error
@swatiji100
@swatiji100 3 года назад
Same issue m facing... How to resolve it
@JahidHasan-zl7om
@JahidHasan-zl7om 3 года назад
@@swatiji100 after installing livewire "npm install && npm run dev" execute this command. -don't install inertia, it will remove livewire
@caseng1270
@caseng1270 3 года назад
Thank you very much! I understand)
@rezwanmahmud3941
@rezwanmahmud3941 3 года назад
You have forgot to install "npm install && npm run dev"
@mahendranath2504
@mahendranath2504 4 года назад
Thank you so much for sharing, subscribed
@mrs.santhibala8807
@mrs.santhibala8807 2 года назад
Very useful
@muhammadzainnadeem3965
@muhammadzainnadeem3965 4 года назад
please make a video on multi auth
@dota2netic877
@dota2netic877 3 года назад
without using npm install && npm run dev how can you get that page?
@acebishbi
@acebishbi 3 года назад
you can but it will take you time to do that. installation make it easier
@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
@ketangohel4433
@ketangohel4433 2 года назад
How to make toastr when user register success
@pravinram7896
@pravinram7896 3 года назад
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
@zigaba
@zigaba 3 года назад
thank u my friend
@nayeemchowdhury2497
@nayeemchowdhury2497 2 года назад
laravel authentication how can find controller by default auth
@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
@Layaccc
@Layaccc 3 года назад
Thanks! It's helpful.
@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
@shamimreza9912
@shamimreza9912 4 года назад
Sir Please multiple authentication lesson
@CheapControls
@CheapControls 4 года назад
Thanks helped me convert from laravel 7 to 8.
@NeoJohnSmit
@NeoJohnSmit 3 года назад
Thank you brother👍🏾
@sooriyakumarkarnan7885
@sooriyakumarkarnan7885 4 года назад
Thank You so much sir
@nishanthanr605
@nishanthanr605 3 года назад
When I try to install jet stream i hot error
@two-zero
@two-zero 2 года назад
Thank you bro!
@robinrichie8943
@robinrichie8943 3 года назад
Thank you so much!
@Abhishekkumar-ff4hu
@Abhishekkumar-ff4hu 3 года назад
Good work sir
@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.
@bahabelomgebremedhn2318
@bahabelomgebremedhn2318 4 года назад
have i to be inside htdocs folder
@alexbayarov3072
@alexbayarov3072 3 года назад
Pay attention after livewire to run npm install && npm run dev
@danieljoseruizgutierrez
@danieljoseruizgutierrez 3 года назад
excelente, Thank you
@lucylocket118
@lucylocket118 3 года назад
how do I do this from scratch?
@KaziAftaburRahman
@KaziAftaburRahman 3 года назад
Nice Tutorial. Need Moor.
@ali_chavoshie
@ali_chavoshie 4 года назад
Thank you so much! This is very helpful for me.
@AnasMourad
@AnasMourad 3 года назад
Thank you.
@mineemisha9989
@mineemisha9989 3 года назад
not working ...
@ngoransylvain2503
@ngoransylvain2503 3 года назад
thanks you so much
@shahrukhahmed2850
@shahrukhahmed2850 3 года назад
I have error The mix manifest does not exist
@tamimhossain2885
@tamimhossain2885 3 года назад
me also
@christaime9812
@christaime9812 3 года назад
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)
@হিটবাংলা
@হিটবাংলা 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.
@idrees7861000
@idrees7861000 4 года назад
very nice
@BiblicaLeitura
@BiblicaLeitura 4 года назад
Nice Job, excelente trabalho!
@sojib5506
@sojib5506 3 года назад
Thank You
@galvezpomaeddyleonel2489
@galvezpomaeddyleonel2489 4 года назад
nice video take your like
@jordanalbarracin3119
@jordanalbarracin3119 3 года назад
muy bueno kpo!
@dannyjavi
@dannyjavi 4 года назад
Buen vídeo, sigue así
@akifhussain4900
@akifhussain4900 3 года назад
we are here for the laravel 8 auth so don't tell use what authentication means. :D
@webclanka4490
@webclanka4490 4 года назад
Thanks
@enriquedb666
@enriquedb666 4 года назад
Thanks!!!
@ytubewiki
@ytubewiki 2 года назад
Brush up 2022.4.28. Thursday.
@mdaftabalam788
@mdaftabalam788 3 года назад
Sir help me
@ashishrathaur9502
@ashishrathaur9502 3 года назад
paagal h kya, kya h ye, Time waste
@Vt12365
@Vt12365 3 года назад
Thank you
Далее
Laravel 8 Tutorial - Eloquent
15:16
Просмотров 12 тыс.
Laravel 8 REST API With Sanctum Authentication
54:13
Просмотров 547 тыс.
How to make Login System in Laravel
24:18
Просмотров 239 тыс.
Laravel Jetstream: Add CRUD with User Roles
16:51
Просмотров 154 тыс.
Laravel 8 Tutorial - Multiple Authentication
31:01
Просмотров 30 тыс.