PHP: Laravel 8 PHP, GIT, Eloquent ORM - видео HD
00:47:18
Обнаружено блокирование рекламы на сайте
Для существования нашего сайта необходим показ рекламы. Просим отнестись с пониманием и добавить сайт в список исключений вашей программы для блокировки рекламы (AdBlock и другие).
12n.ru 18054 ролика
2279 просмотров на сайте 12n.ru
Laravel 8 PHP, GIT, Eloquent ORM - видео.
Laravel PHP, Создаем Eloquent ORM.
Установка GIT, создаем репозиторий, учимся закидывать файлы
Исходники: git clone -b lesson_2 gitlab.com/ARX_2/application.git
Тайминги:
00:00 Чем займемся
01:11 Разбираемся с Git
15:20 Eloquent ORM Теория
21:47 Eloquent ORM Практика
Установка GIT, создаем репозиторий, учимся закидывать файлы
Исходники: git clone -b lesson_2 gitlab.com/ARX_2/application.git
Тайминги:
00:00 Чем займемся
01:11 Разбираемся с Git
15:20 Eloquent ORM Теория
21:47 Eloquent ORM Практика
развернуть свернуть
Illuminate\Database\QueryException
could not find driver (SQL: select * from information_schema.tables where table_schema = box and table_name = migrations and table_type = 'BASE TABLE')
at C:\OpenServer\domains\app\vendor\laravel\framework\src\Illuminate\Database\Connection.php:742
738▕ // If an exception occurs when attempting to run a query, we'll format the error
739▕ // message to include the bindings with SQL, which will make this exception a
740▕ // lot more helpful to the developer instead of just the database's errors.
741▕ catch (Exception $e) {
➜ 742▕ throw new QueryException(
743▕ $query, $this->prepareBindings($bindings), $e
744▕ );
745▕ }
746▕ }
1 C:\OpenServer\domains\app\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:70
PDOException::(«could not find driver»)
2 C:\OpenServer\domains\app\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:70
PDO::__construct()
решается это довольно просто, в вашем файле *php.ini* вам надо раскомментить строку ;exception=pdo_mysql
просто уберите ";"