i watched many tutorial on Laravel in other channels but every video was left me with more questions than before, and disapointed, but i am glad tha i find Bitfumes youtube chanel he is expain really in-depth in a very easy way all the compecated code for beginers in laravel and its video left you with the feel that you full undarsted whats goin on. Thank you so much for your lessons!
Your tutorial on Laravel 10 is a life saver. Your teaching goes really in-depth which was lacking in other tutorials on RUclips. Thank you so much for this!
After putting some effort to learn pure php and actually make some login systems from scratch, i gotta say the Laravel is really powerful lol. Great lessson, it's being great watching your videos!
Thanks very much for you tutorial, its very well done and i love the way you explain ... Keep making simple examples so every level can understand THANKS
Great Video series but things with Laravel may have changed. Has anyone else run into problems with the database migration for Breeze? I have Laravel 10.2 and perhaps there's a different way to run migrations now? Instead of seeing the message "laravel10" does not exist, do you want to create it?" I see error messages about access denied etc. I have MySQL80 running in Windows services and I checked that my username & password are correct. Any ideas would be welcome!!!!
i'm trying to run php artisan migrate after install the breeze, but it shows this error SQLSTATE[HY000] [2002] No connection...., how should I fix this?
You need to check .env file, your laravel project is not connected to the database , Check also your php extensions in PHP.ini if all the extensions needed are available.
Error for me pls help :Vite manifest not found at: D:\xampp8\htdocs\laravelTuit\public\build/manifest.json npm : The term 'npm' is not recognized as the name of a cmdlet, function
i am trying to Register but i face thid problem PHP 8.2.4 10.19.0 Illuminate \ Foundation \ ViteManifestNotFoundException Vite manifest not found at: C:\xampp\htdocs\eCommerce\public\build/manifest.json what can i do?
actually try to run it by this command "npm run div" but i fced more errors: npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + npm run dev + ~~~ + CategoryInfo : ObjectNotFound: (npm:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException and while installing the breeze package by this command " php artisan breeze:install" the node_modules dose not appeare why!?
Illuminate\Database\QueryException SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it (Connection: mysql, SQL: select table_name as `name`, (data_length + index_length) as `size`, table_comment as `comment`, engine as `engine`, table_collation as `collation` from information_schema.tables where table_schema = 'laravel10' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED') order by table_name)
Thank you for this tutorial man but I have an error coming up when I tried running "PHP artisan migrate" command. here is the error Illuminate\Database\QueryException SQLSTATE[HY000] [2006] MySQL server has gone away (Connection: mysql, SQL: select * from information_schema.tables where table_schema = laravel and table_name = migrations and table_type = 'BASE TABLE') at vendor/laravel/framework/src/Illuminate/Database/Connection.php:795 791▕ // If an exception occurs when attempting to run a query, we'll format the error 792▕ // message to include the bindings with SQL, which will make this exception a 793▕ // lot more helpful to the developer instead of just the database's errors. 794▕ catch (Exception $e) { ➜ 795▕ throw new QueryException( 796▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 797▕ ); 798▕ } 799▕ } +38 vendor frames 39 artisan:37 Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
i watched many tutorial on Laravel in other channels but every video was left me with more questions than before, and disapointed, but i am glad tha i find Bitfumes youtube chanel he is expain really in-depth in a very easy way all the compecated code for beginers in laravel and its video left you with the feel that you full undarsted whats goin on. Thank you so much for your lessons!
Your tutorial on Laravel 10 is a life saver. Your teaching goes really in-depth which was lacking in other tutorials on RUclips. Thank you so much for this!
you must be paid for this comment
After putting some effort to learn pure php and actually make some login systems from scratch, i gotta say the Laravel is really powerful lol. Great lessson, it's being great watching your videos!
Thanks very much for you tutorial, its very well done and i love the way you explain ... Keep making simple examples so every level can understand THANKS
amazing tutorials of laravel... i like your way of teaching...thanks
Glad you like them!
Life saving tutorial. Thank you so so much!
Wow, this helps me understand what's going on. Thanks!
Great, keep learning
awesome tuitorial, please make some project for better understanding of laravel's capability.
Yes I will create on it, also if you want more then check out indepthlaravel.com
Great Video series but things with Laravel may have changed.
Has anyone else run into problems with the database migration for Breeze?
I have Laravel 10.2 and perhaps there's a different way to run migrations now?
Instead of seeing the message "laravel10" does not exist, do you want to create it?"
I see error messages about access denied etc. I have MySQL80 running in Windows services and I checked that my username & password are correct.
Any ideas would be welcome!!!!
appreciate your effort, seamless explanation
An amazing laravel tutorial!!! Everything explained so nice!! Make more laravel videos!!!
amazing explanation with your mesmerising voice
Glad you think so!
what is ur file icon theme sir? i wanna know cuz it looks so clean
i'm trying to run php artisan migrate after install the breeze, but it shows this error SQLSTATE[HY000] [2002] No connection...., how should I fix this?
You need to check .env file, your laravel project is not connected to the database , Check also your php extensions in PHP.ini if all the extensions needed are available.
Server start nhi kiye ho xml apache
With the new fresh install those two buttons (Login and Registers) are missing.
Great! An easy step by step tutorial!
excellent, thank you
thanks thanks
hi Bitfumes, i wanted to ask you that how long will it take you to upload the entire course?
This module has around 40 videos and I will upload 2 videos each day so that you can consume easily
@bitfumes What about if we have a Windows 7th version and we can't install node version 14?
how to access database (since there is no DB_PASSWORD) after `php artisan migrate` to see in MySQL local server?
Keep m coming!
yeahh
Error for me pls help :Vite manifest not found at: D:\xampp8\htdocs\laravelTuit\public\build/manifest.json npm : The term 'npm' is not recognized as the name of a cmdlet, function
have you fix this?
this is the same error with me
Great series, but I am running into errors. when I run install:breeze, it does not install node module. Any suggestion?
download nodejs and add it to your system path
@@rairon7029 Yes, I did that and now it's working.
composer require laravel/breeze --dev
php artisan breeze:install
php artisan migrate
Some indians have such cool names like "sartak", damn. Anyway, thank you for the awesome presentation
i am trying to Register but i face thid problem PHP 8.2.4
10.19.0
Illuminate
\
Foundation
\
ViteManifestNotFoundException
Vite manifest not found at: C:\xampp\htdocs\eCommerce\public\build/manifest.json
what can i do?
run "npn run build" first
actually try to run it by this command "npm run div" but i fced more errors:
npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if
a path was included, verify that the path is correct and try again.
At line:1 char:1
+ npm run dev
+ ~~~
+ CategoryInfo : ObjectNotFound: (npm:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
and while installing the breeze package by this command " php artisan breeze:install" the node_modules dose not appeare why!?
and i setup the node and npm in your device actaully show me the npm version but cannot run or build inside or outside the project
that's strange
try restarting your computer
i actually works from laptop can i contact with you to know this problem?@@Bitfumes
all good and well until you dont have shell access
wow nice.. brother.. .bt please explain multi user auth... ex: admin,user,
Hello, great tutorial!! but I got a 419 error when I try to register/login :(
Sign in link not work my project for npm run dev
Thank You. Great Course
i should install npm too ? coz vite building is fail
At the point where you used the php artisan migrate command, mine outputs an error
Illuminate\Database\QueryException
SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it (Connection: mysql, SQL: select table_name as `name`, (data_length + index_length) as `size`, table_comment as `comment`, engine as `engine`, table_collation as `collation` from information_schema.tables where table_schema = 'laravel10' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED') order by table_name)
thank you
can you share your vs code extension of your folder hierarchy ?
Material icons theme extension
anyone have enrolled the full course?
You could just explain the principle of its work instead of reminding ourselves about the possible silly errors.
what full auth were you talking about, was just a breeze, I wasted my time
This video is sooooo slow. Patronizing.
thanks for your feedback
I will try to make it little faster from next time
Thank you for this tutorial man but I have an error coming up when I tried running "PHP artisan migrate" command. here is the error
Illuminate\Database\QueryException
SQLSTATE[HY000] [2006] MySQL server has gone away (Connection: mysql, SQL: select * from information_schema.tables where table_schema = laravel and table_name = migrations and table_type = 'BASE TABLE')
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:795
791▕ // If an exception occurs when attempting to run a query, we'll format the error
792▕ // message to include the bindings with SQL, which will make this exception a
793▕ // lot more helpful to the developer instead of just the database's errors.
794▕ catch (Exception $e) {
➜ 795▕ throw new QueryException(
796▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
797▕ );
798▕ }
799▕ }
+38 vendor frames
39 artisan:37
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
I have same issue. How do you solve it ?
@@gsm-jw5qf I have not been able to resolve it
@@OluwafemiBoluwaji I solved it. first you have to install MySQL workbench then create database and config it.
What if I am using xampp
you can use it.
@@OluwafemiBoluwaji