Connecting to database | Laravel 10 Tutorial : #8

preview_player
Показать описание
Laravel 10 Blade tutorial
On this episode we cover how to connect to mysql or any database you like with use of laravels easy to use configuration system. We will then cover what are migrations and how to run them.

Mysql download link windows:

Mysql mac homebrew install :

Playlist of Laravel 10 Tutorial Course :

If you're new to Laravel 10 and want to learn about the Blade templating engine, then this is the video for you! In this video, we'll be covering all the basics of the Blade templating engine in Laravel 10. By the end of the video, you'll have a good understanding of how blade works and will be ready to start creating your own templates in Laravel 10!

What is Laravel :
Laravel is a free and open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller architectural pattern and based on Symfony.

If you have any questions or problems please leave a comment.
Laravel Blade
Laravel crash course
Laravel Database and crud tutorial
Рекомендации по теме
Комментарии
Автор

2 years with PHP, sure loving Laravel, thank you!! Yelo

lawp
Автор

Stating to learn PHP and this tut is very detailed and informative and easy to follow <3 !!

nikolamiletic
Автор

Great Tutorial Loving i. No error so far on my case. Learning Tutorial by tutorial

jymoshepherd
Автор

sangkut dekat 2:00, macam mana nak set mysql?

amsyar_nz
Автор

Can laravel be use with mongoDB and if is possible, how do i do it?

lymengtek
Автор

How to install your code (github) from fresh.. i accidently delete mine code?
There is no .env file.
i have my db in oracle. all tables are intact in oracle DB..

AvinashKumar-psft
Автор

Thank you for this valuable content 👍
Question 1: it's possible to use Redis as my principal database with Laravel?
Question 2: I know it's not recommended to use Redis as main database for website like Craigslist but I want to check if I can provide with redis a real time experience! What do you think about this?

engenglish
Автор

I have question Yelo! Its problem when i have different tables after migration, as you ? Mine are:

| cache
| cache_locks
| failed_jobs
| job_batches
| jobs
| migrations
| password_reset_tokens
| sessions
| users

FilipStraka-wg
Автор

I just started learning laravel, and I am concerned about the username in mysql and in the vscode. Does our username and password have to be the same as the one we set up on our sql?

rfldno
Автор

Hi,
Please how can I connect my laravel project to mysql if I'm using xampp on my pc.

ebubeanthony
Автор

I am getting this error "could not find driver (Connection: mysql, SQL: select * from information_schema.tables where table_catalog = db0sdbuq6rv59d and table_schema = public and table_name = migrations and table_type = 'BASE TABLE')" using xampp

marconarca
Автор

Getting error "mysql : The term 'mysql' 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" while trying to connect mysql

arundivakar
Автор

"show tables" does not show any table to me. i followed every step

hernanidomingo
Автор

Why connecting to database is lesson 8? this should be on the beginning especially when Laravel cannot connect to mysql even if this connects in terminal. No solution worked and unforntunately your tutorial does not answer the problem either which is bad from educational perspective.

sebaszwarc