Изучите Laravel, создавая в процессе интернет-магазин. Курс совместим с последней версией Laravel. Конечно, вы можете использовать любую версию, но я настоятельно рекомендую использовать самую последнюю (даже если это не начальная версия курса).
Примечание. Основной подход курса заключается в том, что вы изучаете Laravel, а не просто создаете что-то конкретное с помощью Laravel. Конечно, я знаю, что вам захочется создать что-нибудь с Laravel, поэтому вы будете применять все знания создавая наш интернет-магазин.
Неважно, нравится вам PHP или нет, с Laravel он вам понравится. Laravel вернул PHP к жизни, и благодаря курсу вы поймете, почему.
Laravel - это не просто PHP-фреймворк ... а, по сути, один из самых популярных фреймворков для веб-разработки в целом (не только PHP).
Это твой шанс
Laravel очень популярен и продолжает расти. Ежедневно для опытных разработчиков Laravel публикуются сотни предложений, поэтому, освоив его вы получите множество открытых альтернатив.
Присоединяйтесь, чтобы освоить PHP и веб-разработку с Laravel:
Используйте самое необходимое, чтобы воспользоваться преимуществами Laravel (PHP, composer, базы данных);
Изучите характеристики Laravel при создании проекта высокого уровня;
Изучите суть Laravel (маршруты, контроллеры, представления, модели и многое другое);
Освойте основные функции Laravel (Artisan, Eloquent, Blade, Laravel Mix и много других);
Знайте детали создания проектов с Laravel (отношения, миграции, фабрики, действия ...);
Осваивайте и применяйте расширенные функции Laravel (внедрение зависимостей, контроллеры ресурсов, области действия, средства доступа и т. д.);
Освойте основные возможности, которые предлагает Laravel (аутентификация пользователя, промежуточное ПО, контроль доступа).
Посмотреть больше
Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум
Ограничение времени просмотра
Вы можете просматривать пробный урок только 10 минут. Получите полный доступ, чтобы смотреть без ограничений.
Exploring the Laravel Structure by Following Its Execution Process
Урок 8.
00:05:59
Meet Artisan of Laravel
Урок 9.
00:05:10
Using Php Artisan Tinker
Урок 10.
00:11:32
Identifying and Assigning the Laravel Environment Settings
Урок 11.
00:05:23
Adapting the Routes in Laravel to Work in Several Versions
Урок 12.
00:10:54
Route Files and How Routes Work in Laravel
Урок 13.
00:14:12
Create Multiple Types of Routes and Actions in Laravel
Урок 14.
00:11:21
Meet and Use Controllers in Laravel to Handle the Business Logic
Урок 15.
00:10:41
Showing Views as a Result of Operations in Laravel
Урок 16.
00:09:00
How Errors Work in Laravel and How to Identify Them
Урок 17.
00:08:40
How to Debug in Laravel to Resolve Errors
Урок 18.
00:07:23
Explore Database Connections in Laravel and Configure One
Урок 19.
00:14:29
Creating Database Tables with Laravel Migrations
Урок 20.
00:10:51
Introducing Eloquent and Models in Laravel
Урок 21.
00:14:42
Inserting Information with Laravel Seeders and Factories
Урок 22.
00:07:08
Interacting with the Database with the Laravel Query Builder
Урок 23.
00:08:32
Reading and Selecting Data with Models in Laravel
Урок 24.
00:11:06
Sending and Displaying Information in Views with Blade of Laravel
Урок 25.
00:08:35
Learn About the Essential Control Structures in Blade
Урок 26.
00:09:47
Improving Your Views with Templates in Blade of Laravel
Урок 27.
00:12:29
Showing and Using Forms in Laravel
Урок 28.
00:08:34
Inserting Data from a Form with Laravel Eloquent
Урок 29.
00:11:13
Editing Existing Data with a Form and Eloquent
Урок 30.
00:06:14
Reviewing Some Features to Improve the Usability of the Laravel Project
Урок 31.
00:07:38
Removing Information from the Database Using Forms and Eloquent
Урок 32.
00:08:31
Different Ways to Redirect Your Users with Laravel
Урок 33.
00:09:56
How to Get and Set Values in the Session with Laravel
Урок 34.
00:08:53
Validating Data Before Doing Any Modification with Eloquent
Урок 35.
00:04:46
Allowing to Show Errors in the Views with Blade
Урок 36.
00:14:09
Reusing Values Submitted from an Invalid Form
Урок 37.
00:04:14
Allowing to See Success Messages in the Views with Blade
Урок 38.
00:08:44
Returning Result Messages for Some Actions with Laravel
Урок 39.
00:06:57
Generating the Authentication Components with Laravel UI
Урок 40.
00:09:39
Understanding the Laravel Authentication System
Урок 41.
00:11:28
Introducing and Using Laravel Mix to generate the Frontend Assets
Урок 42.
00:07:23
The Middleware and How to Restrict Access and Actions in Laravel
Урок 43.
00:08:47
Mastering and Using Implicit Model Binding in Laravel
Урок 44.
00:06:12
Improving Your Routes Using Resource Routes in Laravel
Урок 45.
00:14:30
Using the Laravel Form Requests to Validate Data
Урок 46.
00:11:32
Using Artisan to Create Multiple Components at Once in Laravel
Урок 47.
00:10:46
Taking Advantage of Layouts and Components with Laravel Blade
Урок 48.
00:08:29
Indicating the Columns of the Tables in the Laravel Migrations
Урок 49.
00:08:51
Implementing the Additional Models of Your Laravel Project
Урок 50.
00:14:31
Implement the Factories of Your Models in Laravel
Урок 51.
00:05:39
Understanding Some Differences with Recent Laravel Versions
Урок 52.
00:14:57
Understanding and Creating One-to-One Relationships with Laravel Eloquent
Урок 53.
00:10:52
Learning and Creating One-to-Many Relationships with Eloquent of Laravel
Урок 54.
00:14:14
Using and Creating Many-to-Many Relationships with Laravel Eloquent
Урок 55.
00:08:11
Relationships Through Relationships in Laravel with Eloquent
Урок 56.
00:08:56
Master the One-to-One Polymorphic Relationships in Laravel
Урок 57.
00:07:01
Meet and Use the One-to-Many Polymorphic Relationships in Laravel
Урок 58.
00:13:26
Learn and Use Many-to-Many Polymorphic Relationships in Laravel
Урок 59.
00:10:17
Using and Inserting "Simple" Model Relationships within the Laravel Seeder
Урок 60.
00:11:56
Using and Inserting Polymorphic Relationships Using the Laravel Seeder
Урок 61.
00:11:00
Meet and Use Eloquent Scopes to Improve Products Visualization
Урок 62.
00:12:02
Learn and Use Nested Resources in Laravel to Add Products to a Cart
Урок 63.
00:12:36
Learn How to Use Cookies in Laravel to Retrieve the Shopping Cart
Урок 64.
00:12:17
Use Dependency Injection in Laravel to Display the Products of a Cart
Урок 65.
00:10:47
Take Advantage of the Service to Remove the Cart Products with Laravel
Урок 66.
00:13:17
Using Laravel Collections and Use it to Inject the Cart Counter in Blade
Урок 67.
00:11:26
Recall Some Laravel Features to Confirm and Initiate an Order
Урок 68.
00:12:08
Learn About Accessors in Laravel and use It to Calculate Totals
Урок 69.
00:13:48
Learn to Identify Authenticated Users with Laravel and Create an Order
Урок 70.
00:12:01
Use a Laravel Nested Resource Controller to Charge for an Order
Урок 71.
00:10:28
Separating the Routes from the Admin Panel in Laravel
Урок 72.
00:08:09
Determining If a User is an Administrator Using the Model and Carbon
Урок 73.
00:09:34
Create Your Own Middleware in Laravel to Control Administrative Access
Урок 74.
00:10:10
Implementing the Main Admin Panel Action with Laravel
Урок 75.
00:12:10
Using Eloquent Global Scopes to Get Only Available Products
Урок 76.
00:11:20
Ignoring the Global Scopes in the Admin Panel with Laravel
Урок 77.
00:11:48
Use Eager Loading in Laravel to Load Product Images Efficiently
Урок 78.
00:07:59
Showing the Loaded Images of Each Product with Laravel and Bootstrap
Урок 79.
00:13:25
Use Database Transactions in Laravel for Complex Operations
Урок 80.
00:06:35
Redirecting Users to the Correct Location After Login
Урок 81.
00:11:40
Create Your Own Configuration File for the Cart Service
Урок 82.
00:10:57
Managing the Stock of Purchased Products
Урок 83.
00:13:45
Verifying a User Email After Registering
Урок 84.
00:06:27
Using Route Middleware in Laravel to Allow Actions Only to Verified Users
Урок 85.
00:05:21
How Works the Password Reset Feature of Laravel
Урок 86.
00:13:56
Allowing to Edit the User's Profile with Laravel
Урок 87.
00:14:42
Editing a User's Profile with Laravel
Урок 88.
00:16:05
Receiving and Handling Files in Laravel User's Profile Image
Урок 89.
00:08:19
Using and Showing the Profile Image Stored for the User's profile
Урок 90.
00:02:39
Bonus Class
Автор - udemy
udemy
Udemy - одна из самых больших площадок в мире по доставке обучающего контента от разных авторов всего мира. Присутсвуют курсы практически на любую тему.
Please update this course admin, all my requests got rejected at least this pls
anver
please update this course, pls
Команда внимательно читает ваши комментарии и оперативно на них реагирует. Вы можете спокойно оставлять запросы на обновления или задавать любые вопросы о курсе здесь.
Представляем Вашему вниманию курс по изучению PHP-фреймворка Laravel. Курс состоит из двух частей и включает в себя 58 уроков общей продолжительностью более 21 часа видео.
PHP с Laravel - Создайте Систему Управления Рестораном
PHP with Laravel - Create a Restaurant Management System
Добро пожаловать в PHP с Laravel - создание системы управления рестораном. Курс охватывает концепции использования PHP и Laravel для создания инновационного веб-приложения. Это лучший практический курс, предлагающий техники среднего и продвинутого уровней. Вы научитесь создавать настоящий проект. Студенты узнают, как с нуля построить систему управления рестораном. Мы включаем в этот курс самые интересные и важные темы. Этот курс превратит вас из