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
@zeeshan28794 жыл бұрын
totally waste video, we are coming to understand or little how know of the code work flow, and you are just describe through frontend
@sunilmoolchandani90093 жыл бұрын
got an error -> The Mix manifest does not exist. (View: D:\xampp\htdocs\laravel8auth esources\views\layouts\guest.blade.php)
@MsFrank0083 жыл бұрын
how did you solve it?
@wellennascimento7533 жыл бұрын
How did you solve it? my one are the same..
@sunilmoolchandani90093 жыл бұрын
Install laravel mix from laravel documentation
@eduardodeguzmaniii92003 жыл бұрын
Rename this into "How to install Jetstream" xD
@xXNJEEBXx3 жыл бұрын
😂😂
@cairocoleman92753 жыл бұрын
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.
@dev5043 жыл бұрын
these are worse tutorial I have ever watch!!
@sowmik.reborn3 жыл бұрын
I was about to comment the same xD
@yasnad24153 жыл бұрын
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
@yasnad24153 жыл бұрын
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); }
@adawiyahabdjalil81563 жыл бұрын
hye. why my register view did not work well, the logo because bigger and all the form became messy?
@ludivinseunda39673 жыл бұрын
I entered the command php artisan migrate but it created only the table "user and migration in the database.
@ludivinseunda39673 жыл бұрын
please help. and thank you very much for the tutorials
@tiennguyenxuan39203 жыл бұрын
The Mix manifest does not exist. (View: C:\xampp\htdocs\laravel8x esources\views\layouts\guest.blade.php) Please help me
@joo_nath2 жыл бұрын
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.
@alexgk60984 жыл бұрын
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
@omtechnologies86563 жыл бұрын
Genius Work. Easily created 2-factor authentication. Wow!
@ronitjain32642 жыл бұрын
when i clicked on logout it is showing get method is not supported for this route.
@kapalatech2 жыл бұрын
I got a challenge on authentication its reply the following "missing vite manifest file" what is this
@debashishjena81742 жыл бұрын
Nice video for laravel auth login👍👍👍👍👍
@joyustcian2223 жыл бұрын
after running php artisan migrate use npm install && npm run dev in cmd
@user-fm2ii1su2g3 жыл бұрын
yes,finally works, remember that you CANT separate that two npm command .
@waseemmushtaq18743 жыл бұрын
can i use another name of table instead of users? like admins or merchants
@kanye_dev75232 жыл бұрын
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.
@jemflordelacerna44344 жыл бұрын
Thank you so much! This is very helpful for beginners like me.
@sandikharahardi77024 жыл бұрын
register with verification email ?
@kamalgyanchandani41433 жыл бұрын
Should we use Laravel Breze or write own Login code for clients application.
@AppdateLK3 жыл бұрын
Thank you it was really useful 🙌🙌
@mohammedal-hitawi46673 жыл бұрын
how to solve this problem Missing Mix Manifest File Did you forget to run npm ci && npm run dev?
@windalooneytun3 жыл бұрын
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
@shivamshrivastava26124 жыл бұрын
php artisan jetstream:install inertia There are no commands defined in the "jetstream" namespace. this error is occouring
@danielsantiagoestupinancru15714 жыл бұрын
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)
@habibjalal99394 жыл бұрын
is it necessary to install livewire? if not then how we can handle user profile ?
@ivo95633 жыл бұрын
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.
@debashishjena81742 жыл бұрын
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
@modathermustafa2 жыл бұрын
Thanx alot bro. Cool tuts
@ketangohel44332 жыл бұрын
How to make toastr when user register success
@komalverma15393 жыл бұрын
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
@virtumind3 жыл бұрын
I dont see a way to change the profile picture
@SagarKumar-dp2ek3 жыл бұрын
Thanks sir worked for me like, and subscribed and link shared with my colleagues :)
@mohammadadnan81124 жыл бұрын
Bro, can you provide a lesson about form how to insert , update, and select data from mysql in laravel 8 ... 🌹
@atosupriyanto69904 жыл бұрын
Thanks, can you integration this auth with laravel-permission?? And implement role also?? Thanks before
@dota2netic8774 жыл бұрын
without using npm install && npm run dev how can you get that page?
@acebishbi4 жыл бұрын
you can but it will take you time to do that. installation make it easier
@JahidHasan-zl7om4 жыл бұрын
The Mix manifest does not exist. (View: C:\xampp\htdocs\laravel8auth esources\views\layouts\guest.blade.php) showing the error
@swatiji1004 жыл бұрын
Same issue m facing... How to resolve it
@JahidHasan-zl7om4 жыл бұрын
@@swatiji100 after installing livewire "npm install && npm run dev" execute this command. -don't install inertia, it will remove livewire
@2310enrique3 жыл бұрын
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,
@michaelm72563 жыл бұрын
Me too
@2310enrique3 жыл бұрын
@@michaelm7256 you need to install node.js
@ayratasfandyiar71204 жыл бұрын
Thanks! What about EMAIL VERIFICATION?
@alexgk10164 жыл бұрын
Getting error : unable to locate Mix file : /CSS/app.css
@nayeemchowdhury24973 жыл бұрын
laravel authentication how can find controller by default auth
@sanaullahkhan95293 жыл бұрын
This command generate the below error //////// php artisan jetstream: install livewire Too many arguments to "jetstream:" command, expected arguments "stack".
@nishanthanr6054 жыл бұрын
When I try to install jet stream i hot error
@NeoJohnSmit4 жыл бұрын
Thank you brother👍🏾
@mahendranath25044 жыл бұрын
Thank you so much for sharing, subscribed
@bahabelomgebremedhn23184 жыл бұрын
have i to be inside htdocs folder
@caseng12704 жыл бұрын
Thank you very much! I understand)
@shahrukhahmed28504 жыл бұрын
I have error The mix manifest does not exist
@tamimhossain28854 жыл бұрын
me also
@christaime98124 жыл бұрын
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)
@mineemisha99894 жыл бұрын
not working ...
@Layaccc3 жыл бұрын
Thanks! It's helpful.
@muhammadzainnadeem39654 жыл бұрын
please make a video on multi auth
@sooriyakumarkarnan78854 жыл бұрын
Thank You so much sir
@lucylocket1184 жыл бұрын
how do I do this from scratch?
@ytubewiki2 жыл бұрын
Brush up 2022.4.28. Thursday.
@CheapControls4 жыл бұрын
Thanks helped me convert from laravel 7 to 8.
@হিটবাংলা4 жыл бұрын
where is the admin dash board i dont clear your tutorial'
@danielsantiagoestupinancru15714 жыл бұрын
The authentication in Laravel doesn't create all the components, you can create an admin dashboard for your own.
@ali_chavoshie4 жыл бұрын
Thank you so much! This is very helpful for me.
@alexbayarov30724 жыл бұрын
Pay attention after livewire to run npm install && npm run dev
@ngoransylvain25033 жыл бұрын
thanks you so much
@mrs.santhibala88072 жыл бұрын
Very useful
@zigaba3 жыл бұрын
thank u my friend
@loraxiam4 жыл бұрын
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
@pravinram78964 жыл бұрын
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_trigger42143 жыл бұрын
i got
@mdaftabalam7883 жыл бұрын
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)
@shubhampandey76722 жыл бұрын
same.
@two-zero3 жыл бұрын
Thank you bro!
@shamimreza99124 жыл бұрын
Sir Please multiple authentication lesson
@robinrichie89434 жыл бұрын
Thank you so much!
@KaziAftaburRahman4 жыл бұрын
Nice Tutorial. Need Moor.
@AnasMourad3 жыл бұрын
Thank you.
@mdaftabalam7883 жыл бұрын
Sir help me
@danieljoseruizgutierrez4 жыл бұрын
excelente, Thank you
@Abhishekkumar-ff4hu3 жыл бұрын
Good work sir
@sojib55064 жыл бұрын
Thank You
@shivamshrivastava26124 жыл бұрын
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`))
@omtechnologies86563 жыл бұрын
upgrade your mysql
@humakaunain983 жыл бұрын
i used this commnad "" laravel new project_name - -jet '' and created a laravel project with jetstream directly.it was les time consuming
@webclanka44904 жыл бұрын
Thanks
@rezwanmahmud39413 жыл бұрын
You have forgot to install "npm install && npm run dev"
@idrees78610004 жыл бұрын
very nice
@akifhussain49004 жыл бұрын
we are here for the laravel 8 auth so don't tell use what authentication means. :D