4 Laravel 7 for beginner - Database Connection & migration

  Рет қаралды 17,920

Bitfumes

Bitfumes

Күн бұрын

Пікірлер: 35
@shemramirez4813
@shemramirez4813 4 жыл бұрын
I have question do you have alternative for sequel pro?
@ramazanaktas3699
@ramazanaktas3699 4 жыл бұрын
For those who is looking for a Sequel Pro alternative for Linux, try Sqlectron. It doesn't have DBeaver's functionality but it has the same simplicity of Sequel Pro.
@marvinf.pereza.8272
@marvinf.pereza.8272 4 жыл бұрын
gracias por su tiempo ensenando :D
@Bitfumes
@Bitfumes 4 жыл бұрын
De nada. Gracias por mirar, sigue aprendiendo
@tigere01
@tigere01 4 жыл бұрын
Viewed and coded along - 4. Laravel for beginner - Database Connection & Migration
@Bitfumes
@Bitfumes 4 жыл бұрын
keep it up
@vishalsirka6397
@vishalsirka6397 4 жыл бұрын
you are great bro
@vedanshtrainvideos
@vedanshtrainvideos 4 жыл бұрын
Adding more use information - If your singular model name ending with the letter 's' eg news or bus; it will keep the table name the same. So your model will name your table news by default. If you want to use another name though, you can use: protected $table = 'tablename'; inside of your model
@vishalarora3676
@vishalarora3676 4 жыл бұрын
I create my laravel project outside of xampp server then how can I connect laravel pro with PHPMyAdmin. even though I download sequel pro also don't how to start
@isDatBoi
@isDatBoi 4 жыл бұрын
Hi, I am very newbie with laravel please help me. I usually use Wordpress, when I changing to another server I can connect my website to database from config.php but in Laravel I do not know how to do that.. I purchase cms script that use laravel... but when I changing server, I do no know how to connect database
@mylovelyhimachal
@mylovelyhimachal 2 жыл бұрын
php artisan migrate command is not working. It is just stucking and nothing happening. When i googled and checked db connection using command "php artisan db" it is showing - TTY mode is not supported on windows platform.
@tigere01
@tigere01 4 жыл бұрын
Can these be longer if possible? to cover more scope fast.
@Bitfumes
@Bitfumes 4 жыл бұрын
We will cover more in future videos of this series.
@olamilekanlamidi2348
@olamilekanlamidi2348 4 жыл бұрын
what is the name of your auto complete extension
@Bitfumes
@Bitfumes 4 жыл бұрын
phpintelliphense on vscode
@surendraojha3258
@surendraojha3258 4 жыл бұрын
Can you make video on homestead??
@rajendrabeldar105
@rajendrabeldar105 4 жыл бұрын
in php artisan migrate command why password_reset_table is not getting created in laravel 7 ? I hope you will definitely answer
@gigajoules6636
@gigajoules6636 4 жыл бұрын
I can't get the tables to migrate at all... I get PDOException::("SQLSTATE[HY000] [2002] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
@jiarongteh513
@jiarongteh513 6 ай бұрын
@@gigajoules6636 InvalidArgumentException Database connection [seven] not configured. at C:\xampp\htdocs\seven\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:152 148| // If the configuration doesn't exist, we'll throw an exception and bail. 149| $connections = $this->app['config']['database.connections']; 150| 151| if (is_null($config = Arr::get($connections, $name))) { > 152| throw new InvalidArgumentException("Database connection [{$name}] not configured."); 153| } 154| 155| return (new ConfigurationUrlParser) 156| ->parseConfiguration($config); 1 C:\xampp\htdocs\seven\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:115 Illuminate\Database\DatabaseManager::configuration("seven") 2 C:\xampp\htdocs\seven\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:86 Illuminate\Database\DatabaseManager::makeConnection("seven") PS C:\xampp\htdocs\seven> php artisan migrate InvalidArgumentException Database connection [seven] not configured. at C:\xampp\htdocs\seven\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:152 148| // If the configuration doesn't exist, we'll throw an exception and bail. 149| $connections = $this->app['config']['database.connections']; 150| 151| if (is_null($config = Arr::get($connections, $name))) { > 152| throw new InvalidArgumentException("Database connection [{$name}] not configured."); 153| } 154| 155| return (new ConfigurationUrlParser) 156| ->parseConfiguration($config); 1 C:\xampp\htdocs\seven\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:115 Illuminate\Database\DatabaseManager::configuration("seven") 2 C:\xampp\htdocs\seven\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.
@neerajsinghtangariya2587
@neerajsinghtangariya2587 4 жыл бұрын
please make a video on multi auth in laravel7.
@gigajoules6636
@gigajoules6636 4 жыл бұрын
At the migration step I am getting 1 C:\xampp\htdocs\example\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:70 PDOException::("SQLSTATE[HY000] [2002] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ") 2 C:\xampp\htdocs\example\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:70 PDO::__construct("mysql:host=192.168.1.1;dbname=laravel", "root", "", []) When I go to xampp I and click admin beside mysql it takes me to a page where I can manage databases. Why do they not connect?
@gigajoules6636
@gigajoules6636 4 жыл бұрын
In my case it was because i had followed a bad guide in setting up laravel and it had told me to modify database.php. DONT DO THIS. IT'S NOT NEEDED AND WILL RUIN YA DAY.
@alisiraj2100
@alisiraj2100 4 жыл бұрын
When react + laravel project?
@Bitfumes
@Bitfumes 4 жыл бұрын
Working
@alisiraj2100
@alisiraj2100 4 жыл бұрын
Thanx
@abdulbasittemitope3856
@abdulbasittemitope3856 4 жыл бұрын
i was unable to migrate here is the error SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
@sujoysarkar4246
@sujoysarkar4246 4 жыл бұрын
Illuminate\Database\QueryException SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost' (SQL: select * from information_schema.tables where table_schema = test and table_name = migrations and table_type = 'BASE TABLE') Am getting this error form "php artisan migrate"
@kulsoomwalizada2792
@kulsoomwalizada2792 3 жыл бұрын
same error, please anyone answer
@asditaprasetya
@asditaprasetya 4 жыл бұрын
I think Laravel 7 and Laravel 6 doesn't have any deferent in Database Connection & migration feature
@Bitfumes
@Bitfumes 4 жыл бұрын
Yes, but this series is for beginner who just came to laravel world and have no idea about older versions
@abhijitbiswas9797
@abhijitbiswas9797 4 жыл бұрын
@ Bitfumes your theme name
@Bitfumes
@Bitfumes 4 жыл бұрын
Material on vscode
@thelolladorfking2416
@thelolladorfking2416 4 жыл бұрын
7:20 "toh" caught you speaking hindi 🤣🤣
@Bitfumes
@Bitfumes 4 жыл бұрын
Hahaha, kya kare, Indian hain, hindi nikal hi jaati hai. 😝
@thelolladorfking2416
@thelolladorfking2416 4 жыл бұрын
@@Bitfumes hahaha... But thank you sir for the effort. I mean you explained everything from the ground up in your other Laravel series as well. And you are again making videos from scratch for beginners for Laravel 7. That's dedication. Hats off for your efforts sir. Furthermore, your explanation of Authentication in Laravel is the best you can find in KZbin. Also you regurarly mention Laracast and their awesome work. It is not other KZbinrs do. I really appreciate your effor sir. Please continue doing what you love. Love from Nepal
5 Laravel 7 for beginner - Raw SQL Queries
7:50
Bitfumes
Рет қаралды 15 М.
3 Laravel 7 for beginner - What the heck is MVC
8:12
Bitfumes
Рет қаралды 13 М.
CAN YOU DO THIS ?
00:23
STORROR
Рет қаралды 46 МЛН
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 13 МЛН
Databases & Migrations | Laravel For Beginners | Learn Laravel
15:09
Code With Dary
Рет қаралды 54 М.
2 Laravel 7 for Beginners - Route and Blade File
9:25
Bitfumes
Рет қаралды 20 М.
How To Build Feature Flags Like A Senior Dev In 20 Minutes
20:33
Web Dev Simplified
Рет қаралды 66 М.
8  Laravel for beginner - Accessor and Mutators
7:20
Bitfumes
Рет қаралды 16 М.
6 Laravel 7 for beginner - Eloquent ORM CRUD
10:56
Bitfumes
Рет қаралды 15 М.
Why Signals Are Better Than React Hooks
16:30
Web Dev Simplified
Рет қаралды 485 М.
13  Laravel 7 for beginner   Upload Image for User
11:38
Bitfumes
Рет қаралды 42 М.
Laravel Migrations: 12 Useful Tips in 12 Minutes
12:06
Laravel Daily
Рет қаралды 80 М.
CAN YOU DO THIS ?
00:23
STORROR
Рет қаралды 46 МЛН