Город МОСКОВСКИЙ
00:27:59

Middleware Laravel. | How to create admin panel | Как создать админ панель laravel - Урок 19

Аватар
Микрофреймворк в действии
Просмотры:
47
Дата загрузки:
30.11.2023 19:14
Длительность:
00:27:59
Категория:
Обучение

Описание

ЕСТЬ СУБТИТРЫ НА РУССКОМ ЯЗЫКЕ
В данном уроке будет продолжение изучение middleware. Мы попробуем создать посредник, который будет проверять на наличии роли "админ" и таким образом создадим админ панель.

Ссылка на шаблон https://github.com/nikolai1992/lesson19.git. Инструкция по развертке проекта:
Для того чтобы выкачать проект нужно выкачать гит. После этого нужно открыть консоль OpenServer и дойти до папки lesson19. Затем нужно разместить файл ".env" в папке lesson19.
Ссылка на .env: https://drive.google.com/file/d/1U8jgUkE42Ct_LD2DZ06Dh0Ijxw9d8rbW/view?usp=sharing
Подробнее о .env рассказано в этом уроке: https://www.youtube.com/watch?v=ObIKL4p19DE
Затем введите команды в консоле OS:
composer update
php artisan migrate:refresh --seed

********************************************

This lesson will continue the study of middleware. We will try to create an intermediary that will check for the presence of the "admin" role and thus create an admin panel.

Link to the template https://github.com/nikolai1992/lesson19.git. Project deployment instructions:
In order to deflate the project you need to deflate the git. After that, you need to open the OpenServer console and go to the lesson19 folder. Then you need to place the ".env" file in the lesson19 folder.
Link to .env: https://drive.google.com/file/d/1U8jgUkE42Ct_LD2DZ06Dh0Ijxw9d8rbW/view?usp=sharing
Learn more about .env in this tutorial: https://www.youtube.com/watch?v=ObIKL4p19DE
Then enter the commands in the OS console:
composer update
php artisan migrate: refresh --seed

#laravel #middleware #tutorial #adminpanel

Рекомендуемые видео