首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
Master Laravel with Vue.js Fullstack Development
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2021-10-14 15:59
2024-11-23 07:47
219
6.28 GB
142
磁力链接
magnet:?xt=urn:btih:ab4daa0ddb2c5b33a7ec4d6238426ba9a1226336
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmFiNGRhYTBkZGIyYzViMzNhN2VjNGQ2MjM4NDI2YmE5YTEyMjYzMzZaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Master
Laravel
with
Vue
js
Fullstack
Development
文件列表
12. Authentication using Laravel Sanctum/5. Understanding authentication with Sanctum.mp4
105.46MB
1. Introduction/2. Required and optional software for the course.mp4
52.86MB
1. Introduction/3. MacOS specific setup.mp4
40.59MB
1. Introduction/4. Windows specific setup.mp4
27.12MB
1. Introduction/5. Where to find the full source code.mp4
26.2MB
1. Introduction/6. Visual Studio Code - extensions, shortcuts and tricks.mp4
45.8MB
2. Laravel API & Vue routing and basics/1. Creating a new Laravel project using Composer.mp4
21.77MB
2. Laravel API & Vue routing and basics/2. Setting up Vue.js application.mp4
85.94MB
2. Laravel API & Vue routing and basics/3. Fallback route in Laravel.mp4
31.64MB
2. Laravel API & Vue routing and basics/4. Installing and setting up Vue Router.mp4
62.01MB
2. Laravel API & Vue routing and basics/5. HTML5 history mode in Vue Router.mp4
27.35MB
2. Laravel API & Vue routing and basics/6. Vue component registration (globallocal) and Index component.mp4
43.5MB
2. Laravel API & Vue routing and basics/7. Router Link component and routing inside a Vue application.mp4
9.58MB
2. Laravel API & Vue routing and basics/8. Bootstrap, styling and Laravel Mix.mp4
21.84MB
2. Laravel API & Vue routing and basics/9. v-bind, v-bind shorthand and named Vue routes.mp4
30.53MB
2. Laravel API & Vue routing and basics/10. Styling the navigation bar.mp4
18.77MB
3. Diving into Vue.js/1. Single file Vue components.mp4
24.05MB
3. Diving into Vue.js/2. Child components (using components in other components).mp4
43.64MB
3. Diving into Vue.js/3. Component props and prop types.mp4
47.13MB
3. Diving into Vue.js/4. One-way data flow.mp4
20.92MB
3. Diving into Vue.js/5. Lifecycle hooks.mp4
37.59MB
3. Diving into Vue.js/6. Component state and reactivity.mp4
66.7MB
3. Diving into Vue.js/7. Reactivity gotchas.mp4
43.94MB
3. Diving into Vue.js/8. Conditional rendering (v-if).mp4
24.24MB
3. Diving into Vue.js/9. List rendering and v-else.mp4
49.2MB
3. Diving into Vue.js/10. Computed properties.mp4
56.49MB
3. Diving into Vue.js/11. Component methods.mp4
83.51MB
4. Database, Models, Migrations, Seeders, Queries, API testing, HTTP requests/1. Setting up database.mp4
42.44MB
4. Database, Models, Migrations, Seeders, Queries, API testing, HTTP requests/2. Specified key was too long problem.mp4
17.36MB
4. Database, Models, Migrations, Seeders, Queries, API testing, HTTP requests/3. Model and migrations.mp4
36.63MB
4. Database, Models, Migrations, Seeders, Queries, API testing, HTTP requests/4. Model factory, database seeder and faker.mp4
84.08MB
4. Database, Models, Migrations, Seeders, Queries, API testing, HTTP requests/5. Routes and model all() method.mp4
53.29MB
4. Database, Models, Migrations, Seeders, Queries, API testing, HTTP requests/6. API testing in Postman.mp4
43.64MB
4. Database, Models, Migrations, Seeders, Queries, API testing, HTTP requests/7. Using Modelfind() and mandatoryoptional route parameters.mp4
43.15MB
4. Database, Models, Migrations, Seeders, Queries, API testing, HTTP requests/8. Using ModelfindOrFail() and Accept header.mp4
17.01MB
4. Database, Models, Migrations, Seeders, Queries, API testing, HTTP requests/9. JavaScript Promises explained.mp4
77.43MB
4. Database, Models, Migrations, Seeders, Queries, API testing, HTTP requests/10. Making HTTP requests with Axios.mp4
52.49MB
4. Database, Models, Migrations, Seeders, Queries, API testing, HTTP requests/11. CSS Flexbox and Bootstrap utility classes.mp4
24.83MB
5. Controllers, HTTP resources/1. Vue router parameters.mp4
42.27MB
5. Controllers, HTTP resources/2. Passing all object properties as props (v-bind trick).mp4
40.9MB
5. Controllers, HTTP resources/3. Vue router links.mp4
12.18MB
5. Controllers, HTTP resources/4. Understanding CSS grid system.mp4
36.07MB
5. Controllers, HTTP resources/5. Laravel controllers.mp4
63.11MB
5. Controllers, HTTP resources/6. Resource controllers.mp4
27.91MB
5. Controllers, HTTP resources/7. API Resources.mp4
61.52MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/1. Availability component (horizontal forms, scoped styles).mp4
65.61MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/2. Form input binding (v-model).mp4
24.16MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/3. Handling DOM events in Vue.mp4
27.23MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/4. Laravel Debugbar (seeing what happens behind the scenes).mp4
16.15MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/5. Booking model and relations.mp4
23.68MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/6. Seeding bookings (generating random, non overlapping time series).mp4
80.41MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/7. Single Action Controller.mp4
30.56MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/8. Request input validation (validating data clients send to our server).mp4
43.52MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/9. Eloquent Local Query Scopes.mp4
66.72MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/10. Returning bookable availability (HTTP response statuses).mp4
27.59MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/11. Getting object availability in Vue.js.mp4
47.26MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/12. Displaying form errors.mp4
61.87MB
6. Forms, Events, Eloquent relations, Validation, Query Scopes, Handling errors/13. Final touches - displaying availability.mp4
21.42MB
7. ReviewList Component/1. ReviewList component markup (using responsive grid options).mp4
72.99MB
7. ReviewList Component/2. Review model & migration (using UUID as model primary key).mp4
34.26MB
7. ReviewList Component/3. Review model relationships (one-to-one, one-to-many).mp4
19.65MB
7. ReviewList Component/4. Review model factory & seeder.mp4
58.78MB
7. ReviewList Component/5. Reviews controller (using latest() query scope).mp4
47.08MB
7. ReviewList Component/6. Reviews HTTP resource (serializing model).mp4
32.79MB
7. ReviewList Component/7. Loading reviews in Vue component.mp4
60.46MB
7. ReviewList Component/8. Vue filters and moment.js.mp4
42.7MB
7. ReviewList Component/9. Star Rating component (using FontAwesome).mp4
57.46MB
7. ReviewList Component/10. Star Rating component logic (calculating stars to display from average rating).mp4
82.92MB
7. ReviewList Component/11. Review list cleanup and section wrap-up.mp4
22.74MB
8. Review Page/1. Review Page component markup and route.mp4
42.81MB
8. Review Page/2. Emitting and handling custom Vue.js events.mp4
52.79MB
8. Review Page/3. Parent and child components communication.mp4
22.98MB
8. Review Page/4. v-model explained, adding v-model support to custom components.mp4
39.46MB
8. Review Page/5. Leaving a rating flow explained.mp4
45.9MB
8. Review Page/6. Checking if review already exists on backend.mp4
45.8MB
8. Review Page/7. Checking if review already exists on frontend.mp4
39.09MB
8. Review Page/8. Booking review key and Eloquent model events.mp4
57.33MB
8. Review Page/9. Fetching booking by review key (custom model methods).mp4
44.72MB
8. Review Page/10. Creating Resource classes for booking.mp4
39.38MB
8. Review Page/11. Understanding promise chaining.mp4
75.92MB
8. Review Page/12. Displaying the booking information on review page.mp4
70.04MB
8. Review Page/13. A new API endpoint for storing a review (validation rules, complex flow).mp4
74.54MB
8. Review Page/14. Handling request errors in Vue.mp4
86.07MB
8. Review Page/15. Storing a new review (using POST in axios).mp4
28.3MB
8. Review Page/16. Fixing a 500 error in BookingByReview controller.mp4
15.57MB
8. Review Page/17. FatalError component (custom Vue component for unhandled errors).mp4
24.42MB
8. Review Page/18. Handling only specific errors (HTTP error codes, validation errors).mp4
61.69MB
8. Review Page/19. Validation on Review sending page.mp4
42.74MB
8. Review Page/20. Reusable validation errors component.mp4
64.06MB
8. Review Page/21. Vue Mixins - how to reuse the same code in different components.mp4
50.32MB
8. Review Page/22. AsyncAwait explained.mp4
20.85MB
8. Review Page/23. Using asyncawait in Review component.mp4
49.96MB
8. Review Page/24. Vue Component Slots.mp4
55.78MB
9. Vuex - managing global state/1. Fixing application Vue issues.mp4
18.1MB
9. Vuex - managing global state/2. Vuex introduction - managing global state.mp4
27.65MB
9. Vuex - managing global state/3. Setting up Vuex.mp4
64.52MB
9. Vuex - managing global state/4. State mutations - storing last search dates.mp4
14.96MB
9. Vuex - managing global state/5. Reading Vuex state.mp4
16.05MB
9. Vuex - managing global state/6. Binding to Vuex state.mp4
41.09MB
9. Vuex - managing global state/7. Using Vuex actions to add side effects when committing to the store.mp4
40.71MB
9. Vuex - managing global state/8. Initializing Vuex state from the browser local storage.mp4
32.87MB
10. Price Breakdown Component/1. Vue Transitions.mp4
52.18MB
10. Price Breakdown Component/2. Using animated icons.mp4
26.69MB
10. Price Breakdown Component/3. Bookable price (controller, migration, factory), Carbon date library.mp4
49.78MB
10. Price Breakdown Component/4. AsyncAwait in Availability, emitting a custom event.mp4
38.05MB
10. Price Breakdown Component/5. Loading price in Bookable component and using Vuex bindings.mp4
37.48MB
10. Price Breakdown Component/6. Price breakdown component.mp4
56.05MB
11. Basket and Checkout/1. Vuex - a basket (addingremoving).mp4
45.93MB
11. Basket and Checkout/2. Vuex getters - how many items in the basket.mp4
37.71MB
11. Basket and Checkout/3. Checking what's in the basket, removing from the basket.mp4
71.91MB
11. Basket and Checkout/4. Vuex getters - property vs method access, higher order functions, composition.mp4
40.81MB
11. Basket and Checkout/5. Keeping basket state in localStorage.mp4
55.28MB
11. Basket and Checkout/6. Creating a BasketCheckout page.mp4
43.47MB
11. Basket and Checkout/7. Rendering contents of the basket and allowing removal.mp4
50.8MB
11. Basket and Checkout/8. List transitions - animating addingdeleting to a list (v-for).mp4
35.84MB
11. Basket and Checkout/9. Checkout form markup.mp4
59.52MB
11. Basket and Checkout/10. Address model and booking changes.mp4
80.6MB
11. Basket and Checkout/11. Checkout logic explained.mp4
18.21MB
11. Basket and Checkout/12. Validating nested fields.mp4
32MB
11. Basket and Checkout/13. Validating arrays of input.mp4
97.36MB
11. Basket and Checkout/14. Storing booking and address.mp4
80.11MB
11. Basket and Checkout/15. Refactoring price calculations.mp4
45.34MB
11. Basket and Checkout/16. Binding form.mp4
47.8MB
11. Basket and Checkout/17. Making a booking.mp4
58.27MB
11. Basket and Checkout/18. Empty basket state.mp4
27.35MB
11. Basket and Checkout/19. Clearing the basket after purchase.mp4
32.25MB
11. Basket and Checkout/20. Displaying booking errors.mp4
54.2MB
11. Basket and Checkout/21. Rendering purchase confirmation.mp4
48.36MB
12. Authentication using Laravel Sanctum/2. Laravel Sanctum introduction.mp4
66.42MB
12. Authentication using Laravel Sanctum/3. Laravel Sanctum installation.mp4
63.33MB
12. Authentication using Laravel Sanctum/4. Sanctum configuration - domains.mp4
15.8MB
1. Introduction/1. Introduction.mp4
34.99MB
12. Authentication using Laravel Sanctum/6. Authentication using Vue practical example.mp4
42.12MB
12. Authentication using Laravel Sanctum/7. Logic component (page) markup.mp4
65.04MB
12. Authentication using Laravel Sanctum/8. Login component logic.mp4
43.02MB
12. Authentication using Laravel Sanctum/9. Is user authenticated - local storage (Part I).mp4
41.64MB
12. Authentication using Laravel Sanctum/10. Is user authenticated - VueX (Part II).mp4
94.4MB
12. Authentication using Laravel Sanctum/11. Handling unauthenticated state (401) - using Axios interceptors.mp4
51.38MB
12. Authentication using Laravel Sanctum/12. Header changes and logout.mp4
81.95MB
12. Authentication using Laravel Sanctum/13. Fixing is logged in delay.mp4
23.16MB
12. Authentication using Laravel Sanctum/14. Registration component markup.mp4
44.57MB
12. Authentication using Laravel Sanctum/15. Registration component logic.mp4
41.84MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统