zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
GetFreeCourses.Co-Udemy-Beginning Laravel 9 - From Novice to Professional (2022)
magnet:?xt=urn:btih:a7b66eefa8ed20c39f38d260b64a49b827d77801&dn=GetFreeCourses.Co-Udemy-Beginning Laravel 9 - From Novice to Professional (2022)
磁力链接详情
文件列表详情
a7b66eefa8ed20c39f38d260b64a49b827d77801
infohash:
142
文件数量
6.83 GB
文件大小
2022-9-27 17:13
创建日期
2024-12-3 02:19
最后访问
相关分词
GetFreeCourses
Co-Udemy-Beginning
Laravel
9
-
From
Novice
to
Professional
2022
01 - Introduction/001 Welcome.mp4 15.51 MB
02 - Setting up our Laravel Development Environment/001 Section Introduction (Updated).mp4 12.73 MB
02 - Setting up our Laravel Development Environment/002 Setting up Local Development on Windows - Installing XAMPP.mp4 51.54 MB
02 - Setting up our Laravel Development Environment/003 Setting up Local Development on Windows - Install Composer & Laravel Installer.mp4 26.68 MB
02 - Setting up our Laravel Development Environment/005 Setting up Local Development on Mac - Install Homebrew, PHP, MySQL and Composer.mp4 80.12 MB
02 - Setting up our Laravel Development Environment/006 Setting up Local Development on Mac - Installing Valet.mp4 44.68 MB
02 - Setting up our Laravel Development Environment/007 Alternative Local Development Environment - Installing Laravel Sail.mp4 67.13 MB
02 - Setting up our Laravel Development Environment/008 Other Tools to install.mp4 35.75 MB
03 - Working with Database/001 Project Setup.mp4 47.23 MB
03 - Working with Database/002 Introduction to Database Migration.mp4 58.68 MB
03 - Working with Database/003 Working with Migration.mp4 61.79 MB
03 - Working with Database/004 Seeding Database Table.mp4 59.33 MB
03 - Working with Database/005 Generate realistic data with Faker library.mp4 34.84 MB
03 - Working with Database/006 Eloquent.mp4 50.77 MB
03 - Working with Database/007 Mass Assignment.mp4 31.62 MB
03 - Working with Database/008 Exercise 1 - Create table & model for Contact.mp4 38.09 MB
03 - Working with Database/009 Eloquent Relationship - Inserting & Updating Related Models.mp4 58.63 MB
03 - Working with Database/010 Eloquent Relationship - Querying Relations.mp4 20.64 MB
03 - Working with Database/011 Model Factories.mp4 83.58 MB
03 - Working with Database/012 Exercise 2 - Implement Model Factories on seeding companies table.mp4 35.77 MB
03 - Working with Database/013 Factory Relationships (Below Laravel 8).mp4 22.42 MB
04 - Routing, Controllers & Views/001 Basic Routing.mp4 43.31 MB
04 - Routing, Controllers & Views/002 Named Routes.mp4 31.28 MB
04 - Routing, Controllers & Views/003 Views.mp4 43.74 MB
04 - Routing, Controllers & Views/004 Controllers.mp4 62.87 MB
04 - Routing, Controllers & Views/005 Building Application Layout using Blade Template Inheritance.mp4 104.89 MB
05 - Rendering Dynamic Data/001 Displaying all contacts.mp4 51.26 MB
05 - Rendering Dynamic Data/002 Adding pagination.mp4 41.77 MB
05 - Rendering Dynamic Data/003 Exercise 3 - Display all companies on dropdown list.mp4 35.42 MB
05 - Rendering Dynamic Data/004 Filtering contacts by company.mp4 81.32 MB
05 - Rendering Dynamic Data/005 Showing contact details.mp4 32.14 MB
06 - Working with Form/001 Handling Form.mp4 85.51 MB
06 - Working with Form/002 Adding Form Validation.mp4 73.25 MB
06 - Working with Form/003 Persisting validated data into database.mp4 40 MB
06 - Working with Form/004 Exercise 4 - Update data.mp4 88.35 MB
06 - Working with Form/005 Deleting the Data.mp4 68.14 MB
07 - Query Scopes/001 Building a Search Form.mp4 89.27 MB
07 - Query Scopes/002 Local Scopes.mp4 25.75 MB
07 - Query Scopes/003 Global Scopes.mp4 29.78 MB
07 - Query Scopes/004 Adding more criteria on our Search global scope.mp4 39.46 MB
07 - Query Scopes/005 Removing Global Scopes.mp4 24.44 MB
07 - Query Scopes/006 Make our Global Scopes reusable.mp4 65.86 MB
07 - Query Scopes/007 Another approach to make our Global Scopes reusable.mp4 74.33 MB
08 - Authentication/001 Authentication Scaffolding in Laravel 6.x or above.mp4 85.24 MB
08 - Authentication/002 Control visibility of Navbar links.mp4 56.5 MB
08 - Authentication/004 Custom Authentication Redirection.mp4 73.12 MB
08 - Authentication/008 Linking users table to companies and contacts table.mp4 64.43 MB
08 - Authentication/009 User, Company and Contact relationship models.mp4 49.19 MB
08 - Authentication/010 Updating our factory relationships (Laravel 8).mp4 61.64 MB
08 - Authentication/012 Displaying Authenticated User's Data.mp4 57.95 MB
09 - Route model bindings, Resourceful Routes and Form Request validation/002 Route Model Binding - Implicit.mp4 48.05 MB
09 - Route model bindings, Resourceful Routes and Form Request validation/003 Customizing the key on route model binding.mp4 32.31 MB
09 - Route model bindings, Resourceful Routes and Form Request validation/004 Route Model Binding - Explicit.mp4 28.93 MB
09 - Route model bindings, Resourceful Routes and Form Request validation/005 Resource Routes.mp4 70.88 MB
09 - Route model bindings, Resourceful Routes and Form Request validation/006 Partial resource routes.mp4 29.31 MB
09 - Route model bindings, Resourceful Routes and Form Request validation/007 API Resourceful Route.mp4 47.01 MB
09 - Route model bindings, Resourceful Routes and Form Request validation/008 Nested Resources.mp4 29.04 MB
09 - Route model bindings, Resourceful Routes and Form Request validation/009 Naming resource routes.mp4 40.65 MB
09 - Route model bindings, Resourceful Routes and Form Request validation/010 Put Complex query on its model.mp4 34.37 MB
09 - Route model bindings, Resourceful Routes and Form Request validation/011 Form Request Validation.mp4 45.88 MB
09 - Route model bindings, Resourceful Routes and Form Request validation/012 Customise Validation error messages.mp4 37.24 MB
09 - Route model bindings, Resourceful Routes and Form Request validation/013 Useful methods when working with Form Request.mp4 21.53 MB
10 - Contact App Add new feature to manage companies/002 Create Resource Controller for Companies.mp4 57.22 MB
10 - Contact App Add new feature to manage companies/003 Displaying all companies.mp4 78.68 MB
10 - Contact App Add new feature to manage companies/004 Filtering companies data.mp4 66.35 MB
10 - Contact App Add new feature to manage companies/005 Create, Show, Edit & Destroy company.mp4 79.48 MB
10 - Contact App Add new feature to manage companies/006 Setting up the active menu dynamically.mp4 44.45 MB
11 - N+1 Query Problem & Eager Loading/002 3 different ways debugging our queries.mp4 53.52 MB
11 - N+1 Query Problem & Eager Loading/003 N+1 Query Problem & Eager Loading.mp4 51.23 MB
11 - N+1 Query Problem & Eager Loading/004 Advanced Eager Loading.mp4 72.83 MB
11 - N+1 Query Problem & Eager Loading/005 Detecting N+1 problem Automatically.mp4 38.03 MB
11 - N+1 Query Problem & Eager Loading/006 Counting Related Models.mp4 44.63 MB
12 - Handling File Upload/002 Setting up endpoints for edit profile.mp4 36.94 MB
12 - Handling File Upload/003 Building Edit Profile Form.mp4 47.28 MB
12 - Handling File Upload/004 Adding more columns on users table for storing profile information.mp4 40.73 MB
12 - Handling File Upload/005 Refactoring the Register Controller.mp4 43.18 MB
12 - Handling File Upload/006 Updating Current User Profile.mp4 77.73 MB
12 - Handling File Upload/007 Refactoring Flash message.mp4 15.44 MB
12 - Handling File Upload/008 Setting up the form for uploading.mp4 16.88 MB
12 - Handling File Upload/009 Create basic upload File logic.mp4 54.29 MB
12 - Handling File Upload/010 Some handy methods when working with uploaded file.mp4 61.27 MB
12 - Handling File Upload/011 Tidying up our Profile Controller.mp4 19.96 MB
13 - Working with File Storage/001 Setting up File Storage.mp4 36.29 MB
13 - Working with File Storage/002 Retrieving Files.mp4 64.2 MB
13 - Working with File Storage/003 Storing Files.mp4 37.56 MB
13 - Working with File Storage/004 Copying, moving and deleting files.mp4 22 MB
13 - Working with File Storage/005 Working with Directories.mp4 27.04 MB
13 - Working with File Storage/006 Implementing File Storage in our Application.mp4 82.96 MB
14 - Contact App - Bug fixing/002 Fixing 404 Error when updating contact.mp4 21.82 MB
14 - Contact App - Bug fixing/003 Fixing Search Feature issue.mp4 26.04 MB
14 - Contact App - Bug fixing/004 Fixing the pagination issue on search results.mp4 18.66 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/001 Section Introduction.mp4 28.54 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/002 Create New Laravel Project.mp4 38.26 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/003 Setting up existing Laravel project.mp4 30.52 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/004 Create a model and migration for image.mp4 43.61 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/005 Seeding images table with the Model Factory.mp4 62.79 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/006 Working with File Storage.mp4 57.1 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/007 Calculate the image dimension.mp4 36.11 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/008 Displaying all images.mp4 47.12 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/009 Showing a single large image.mp4 63.21 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/010 Creating an Upload Image form.mp4 53.72 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/011 Uploading the image.mp4 70.04 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/012 Handling the image slug.mp4 50.96 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/013 Updating the image data.mp4 92.18 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/014 Working with Eloquent Events.mp4 44.04 MB
15 - [NEW] Larapics Project - Building CRUD functionalities (with Laravel 9)/015 Deleting existing images.mp4 39.57 MB
16 - [New ] Working with Blade components/001 Creating our first Blade Component.mp4 27.38 MB
16 - [New ] Working with Blade components/002 Passing data to the Blade Component.mp4 27.25 MB
16 - [New ] Working with Blade components/003 Component default values and methods.mp4 36.66 MB
16 - [New ] Working with Blade components/004 Component attributes.mp4 43.02 MB
16 - [New ] Working with Blade components/005 Conditionally merging class.mp4 21.69 MB
16 - [New ] Working with Blade components/006 Working with Slots.mp4 40.01 MB
16 - [New ] Working with Blade components/007 Scoped Slots.mp4 45.58 MB
16 - [New ] Working with Blade components/008 Refactoring our Alert Component.mp4 32.74 MB
16 - [New ] Working with Blade components/009 Anonymous Component.mp4 36.91 MB
16 - [New ] Working with Blade components/010 Implementing the Form component in our App.mp4 22.17 MB
16 - [New ] Working with Blade components/011 Building Application Layout using component.mp4 29.36 MB
16 - [New ] Working with Blade components/012 Integrating Bootstrap 5 theme in our layout.mp4 98.04 MB
16 - [New ] Working with Blade components/013 Refactoring the Show Image view.mp4 89.22 MB
16 - [New ] Working with Blade components/014 Refactoring the Upload image Form.mp4 52.03 MB
16 - [New ] Working with Blade components/015 Refactoring the Edit Image Form.mp4 36.1 MB
17 - Building Blog [Legacy]/001 Install New Laravel Project.mp4 9.94 MB
17 - Building Blog [Legacy]/002 Setup Application Layout.mp4 34.44 MB
17 - Building Blog [Legacy]/003 Create Posts table using Database Migration.mp4 9.28 MB
17 - Building Blog [Legacy]/004 Insert Posts table with dummy data using Database Seed & Faker.mp4 28.38 MB
17 - Building Blog [Legacy]/005 Display all posts - Part 1.mp4 19.55 MB
17 - Building Blog [Legacy]/006 Display all posts - Part 2.mp4 25.87 MB
17 - Building Blog [Legacy]/007 Display all posts - Part 3.mp4 27.47 MB
17 - Building Blog [Legacy]/008 Display all posts - Part 4.mp4 15.07 MB
17 - Building Blog [Legacy]/009 Show the Blog PostPost Detail.mp4 18.91 MB
17 - Building Blog [Legacy]/010 Make the Blog Post SEO Friendly.mp4 19.43 MB
17 - Building Blog [Legacy]/011 Enable Markdown Support.mp4 26.55 MB
17 - Building Blog [Legacy]/012 Create Post Categories.mp4 22.4 MB
17 - Building Blog [Legacy]/013 Filter the posts by category - Part 1.mp4 26.06 MB
17 - Building Blog [Legacy]/014 Filter the posts by category - Part 2.mp4 36.2 MB
17 - Building Blog [Legacy]/015 Filter the posts by category.mp4 28.08 MB
18 - Laravel Authentication [Legacy]/002 Authentication Scaffolding.mp4 91.24 MB
18 - Laravel Authentication [Legacy]/003 Custom Authentication Redirection.mp4 147.38 MB
18 - Laravel Authentication [Legacy]/004 Login Form Customization.mp4 148.85 MB
18 - Laravel Authentication [Legacy]/005 Advance Login Form Customization.mp4 96.74 MB
18 - Laravel Authentication [Legacy]/006 Build Update Current User's Profile and Password Form - Part 1 of 2.mp4 163.68 MB
18 - Laravel Authentication [Legacy]/007 Build Update Current User's Profile and Password Form - Part 2 of 2.mp4 180.4 MB
其他位置