laravel-beginner-fundamentals - video

0dayddl

U P L O A D E R
537368816_que-es-udemy-analisis-opiniones.jpg

14.03 GB | 17min 56s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English


Files Included :
001 Introduction, What You'll Learn and the Course Projects.mp4 (81.62 MB)
002 Windows Setup.mp4 (60.56 MB)
003 MacOS Setup.mp4 (50.43 MB)
004 Linux Setup.mp4 (113.25 MB)
001 Project #1 - Section Introduction.mp4 (12.41 MB)
002 Creating a Laravel Project.mp4 (112.34 MB)
003 Quick Overview of Laravel Directory Structure.mp4 (66.7 MB)
005 All About Routing.mp4 (80.76 MB)
006 Blade Templates.mp4 (54.42 MB)
007 Blade Directives.mp4 (75.73 MB)
008 Layouts Using Template Inheritance.mp4 (136.27 MB)
009 Running a MySQL Database and Client Using Docker.mp4 (41.53 MB)
010 Connecting to the Database From Laravel.mp4 (66.32 MB)
011 Models and Migrations.mp4 (110.77 MB)
012 Model Factory and Seeder.mp4 (146.19 MB)
013 Model and Reading Data.mp4 (112.23 MB)
014 Forms and CSRF Protection.mp4 (75.79 MB)
015 Validating and Storing Data.mp4 (86.83 MB)
016 Sessions, Errors & Flash Messages.mp4 (55.06 MB)
017 Edit Form.mp4 (45.25 MB)
018 Keeping Old Values in the Form.mp4 (30.09 MB)
019 Reusability (Route Model Binding Form Requests, Mass Assignment).mp4 (201.82 MB)
020 Deleting Data.mp4 (42.26 MB)
021 Reusing Blade Code - Subviews.mp4 (56.88 MB)
022 Adding Pagination.mp4 (25.46 MB)
023 Toggling Task State.mp4 (90.16 MB)
024 Adding Styling with Tailwind CSS.mp4 (124.33 MB)
025 Styling the Task Page.mp4 (140.08 MB)
026 Styling Forms.mp4 (91.97 MB)
027 Styling Flash Message & Using Alpine js.mp4 (97.46 MB)
001 Project #2 - Section Introduction.mp4 (16.34 MB)
003 Creating the Book Review Project and Setting Up.mp4 (82.74 MB)
004 Defining the One to Many Relationship.mp4 (55.64 MB)
005 Factory & Seeder.mp4 (128.92 MB)
006 Querying & Associating Related Models.mp4 (193.81 MB)
007 Local Query Scopes.mp4 (110.1 MB)
008 Aggregations on Relations.mp4 (41.52 MB)
009 Highest Rated & Popular Books.mp4 (28.86 MB)
010 HEADS UP! Explaining the Confusion with Popular Books Feature!.mp4 (10.56 MB)
011 Getting Books with Recent Reviews.mp4 (111.41 MB)
012 Controllers & Resource Controllers.mp4 (147.96 MB)
013 Displaying the Book List.mp4 (109.46 MB)
014 Filter Books by Title - Adding the Form.mp4 (65.19 MB)
015 Popular or Highest Rated - the View.mp4 (92.75 MB)
016 Popular or Highest Rated - the Logic.mp4 (70.67 MB)
017 One Book Page.mp4 (79.58 MB)
018 Cache and Caching Queries.mp4 (107.47 MB)
019 Invalidating Cache.mp4 (209.2 MB)
020 Rating and Review Count on All Pages.mp4 (58.75 MB)
021 Blade Components - Star Rating Component.mp4 (120.52 MB)
022 Scoped Resource Controller - Adding a Review.mp4 (162.88 MB)
023 Rate Limiting.mp4 (110.18 MB)
001 Project #3 - Section Introduction.mp4 (7.99 MB)
004 Creating the REST API Project.mp4 (175.92 MB)
005 Seeding Data for the REST API.mp4 (126.71 MB)
006 Postman REST Client Crash Course.mp4 (87.86 MB)
007 Storing Data and Validation.mp4 (81.46 MB)
008 Updating and Deleting Data.mp4 (84.62 MB)
009 API Resources - Controlling JSON Response.mp4 (76.91 MB)
010 Attendees and Pagination.mp4 (98.24 MB)
011 Optional Relation Loading.mp4 (104.03 MB)
012 Universal Relation Loading Trait.mp4 (117.94 MB)
013 Loading Attendee Relations.mp4 (16.33 MB)
014 Setting Up Authentication Using Sanctum.mp4 (181.65 MB)
015 Protecting Routes.mp4 (94.29 MB)
016 Automatically Adding Token in Postman Requests.mp4 (16.86 MB)
017 Revoking Tokens and Signing Out.mp4 (70.25 MB)
019 Authorization with Gates.mp4 (152.6 MB)
020 Authorization with Policies.mp4 (186.81 MB)
021 Manual Authorization with Policies.mp4 (11.31 MB)
022 Reminding About Events - Custom Artisan Command.mp4 (129.66 MB)
023 Reminding About Events - Task Scheduling.mp4 (96.53 MB)
024 Reminding About Events - Notifications and Email Sending.mp4 (138.66 MB)
025 Reminding About Events - Queues.mp4 (110.65 MB)
026 Throttling the API.mp4 (64.42 MB)
001 Project #4 - Section Introduction.mp4 (7.05 MB)
003 Creating the Project and Setting Up Livewire.mp4 (71.89 MB)
004 Creating Models and Migrations for the Poll App.mp4 (124.94 MB)
005 Your First Livewire Component.mp4 (41.62 MB)
006 How Livewire Works.mp4 (46.1 MB)
007 Actions in Livewire.mp4 (51.09 MB)
008 Editing Poll Options.mp4 (38.15 MB)
009 Creating a Poll.mp4 (49.28 MB)
010 Refactoring the Poll Storing Code.mp4 (34.2 MB)
011 Validation in Livewire.mp4 (66.73 MB)
012 Listing Polls Component.mp4 (41.27 MB)
013 Events - Communication Between Components.mp4 (25.22 MB)
014 Voting in Polls!.mp4 (29.02 MB)
001 Project #5 - Section Introduction.mp4 (40.22 MB)
003 Creating the Job Board Project and Job Model.mp4 (132.59 MB)
004 Adding Laravel Debugbar.mp4 (36.24 MB)
005 Setting Up Tailwind CSS using Vite (and Node).mp4 (138.69 MB)
006 Layouts Using Components.mp4 (89.56 MB)
007 Jobs Page & Card Component.mp4 (81.22 MB)
008 Jobs Page Tag Component & Job Info.mp4 (138.23 MB)
009 Job Page Job Card & Link Button Components.mp4 (136.33 MB)
010 Breadcrumbs Navigation.mp4 (149.6 MB)
011 Filtering Jobs Tailwind Form Plugin & Text Inputs.mp4 (148.38 MB)
012 Filtering Jobs Form & Searching for Text in Job Posts.mp4 (39.95 MB)
013 Filtering Jobs Min & Max Salary.mp4 (70.06 MB)
014 Filtering Jobs Radio Button Filters (Select One Option of Many).mp4 (109.72 MB)
015 Filtering Jobs Radio Group Component.mp4 (85.55 MB)
016 Filtering Jobs Configuring Labels and Talking About Arrays in PHP.mp4 (107.27 MB)
017 Filtering Jobs Clearing the Input.mp4 (151.25 MB)
018 Refactor Time Gradient Background, Styling Buttons, Adding Alpine js.mp4 (83.57 MB)
019 Refactor Time Plain Vanilla JavaScript to Alpine js.mp4 (82.23 MB)
020 Refactor Time Refactoring Filtering Backend Logic.mp4 (174.87 MB)
021 Employer Model, Migration, Relations.mp4 (118.74 MB)
022 Employer Factory & Seeder.mp4 (52.22 MB)
023 Employer Searching By Employer Name.mp4 (59.64 MB)
024 Employer Other Employer Jobs on the Job Page.mp4 (42.29 MB)
025 Authentication The Controller.mp4 (31.4 MB)
026 Authentication Sign-in Form.mp4 (136.56 MB)
027 Authentication Sign-in Logic.mp4 (90.75 MB)
028 Authentication Logging Out.mp4 (84.6 MB)
029 Applying for Jobs Model, Factory, Relations & Migration.mp4 (92.71 MB)
030 Applying for Jobs Controller, Routing and Application Form.mp4 (116.32 MB)
031 Applying for Jobs The Logic.mp4 (94.23 MB)
032 Applying for Jobs The Job Policy.mp4 (80.15 MB)
033 Applying for Jobs Did I Already Apply.mp4 (64.14 MB)
034 My Applications Controller and View.mp4 (98.87 MB)
035 My Applications Applicant Count, Average Asking Salary.mp4 (45.38 MB)
036 My Applications Cancelling Applications.mp4 (70.63 MB)
037 File Uploads Understanding File System & Configuring Disks.mp4 (64.12 MB)
038 File Uploads Uploading Files.mp4 (114.75 MB)
039 Refactor Time Displaying Input Errors.mp4 (83.51 MB)
040 Refactor Time Label Component.mp4 (54.96 MB)
041 Refactor Time Flash Errors.mp4 (6.9 MB)
042 Employer Register as an Employer.mp4 (125.55 MB)
043 Employer Middleware Checking for Permissions.mp4 (101.02 MB)
044 Employer Adding Jobs Form.mp4 (144.78 MB)
045 Employer Adding Jobs Logic.mp4 (116.13 MB)
046 Employer Job List.mp4 (122.16 MB)
047 Employer Editing Job Offer.mp4 (67.13 MB)
048 Employer Job Policy.mp4 (142.59 MB)
049 Employer Soft Deletes.mp4 (100.04 MB)
050 Employer Soft Deletes - Querying for Trashed Records.mp4 (39.21 MB)
051 Where Are We Right Now.mp4 (8.59 MB)
002 How to Run PHP Programs.mp4 (30.62 MB)
003 First PHP Expressions.mp4 (78.51 MB)
004 Data Types.mp4 (28.75 MB)
005 Practical Data Types.mp4 (44.62 MB)
006 Conditionals - If Statement.mp4 (82.27 MB)
007 Loops - While Loop (Guess the Secret Game).mp4 (29.58 MB)
008 Loops - For Loop (Rocket Launch Countdown!).mp4 (29.48 MB)
009 Do While Loop (Roll the Dice Game).mp4 (21.83 MB)
010 Foreach Loop (Count the Items in the Basket).mp4 (19.81 MB)
011 You Didn't Know the Switch Statement (Clothes Size Demo)!.mp4 (128.38 MB)
012 Match Expression [PHP 8 0+] (HTTP Error Codes Demo).mp4 (16.5 MB)
013 RequireInclude (Config File Demo).mp4 (35.62 MB)
014 Basics of Functions.mp4 (42.91 MB)
015 Optional Function Arguments.mp4 (12.69 MB)
016 Types in Functions.mp4 (38.19 MB)
017 Variadic Function Arguments.mp4 (100.75 MB)
018 Anonymous Functions.mp4 (44.77 MB)
019 References.mp4 (20.13 MB)
020 Passing by Value and Passing by Reference.mp4 (20.1 MB)
021 Performance Test Ref vs Value - Big Data Example Is There a Difference.mp4 (27.73 MB)
022 Variable Scope.mp4 (107.93 MB)
023 Null in PHP (How it Feels to Have Nothing).mp4 (46.12 MB)
024 Union Types.mp4 (23.79 MB)
025 Named Function Arguments [PHP 8 0+] - Forget About the Order!.mp4 (19.19 MB)
026 Arrow Functions [PHP 7 4] - Single Expression Short Functions.mp4 (34.76 MB)
027 Pure Functions.mp4 (18.36 MB)
028 Higher-Order Functions.mp4 (69.73 MB)
029 Recursion - Functions Calling Themselves.mp4 (20.36 MB)
030 Generator Functions - For Memory Intensive Tasks.mp4 (34.1 MB)
031 So Many Ways to Write Strings.mp4 (16.5 MB)
032 String Accessing & Manipulation.mp4 (25.72 MB)
033 Searching Through Text and Regular Expressions.mp4 (23.98 MB)
034 Formatting Strings.mp4 (55.79 MB)
035 Advanced Stuff - Base64, Escaping, URL Encoding.mp4 (67.11 MB)
036 Integer, Floating Point, Formatting & Functions, Random Numbers, Min, Max.mp4 (36.4 MB)
037 Arrays #1 - Indexed, Associative, Multi-Dimensional, Sort, Filter, Map, Reduce.mp4 (55.76 MB)
038 Arrays #2 - Diff, Merge, Intersect, Values, Keys, Unpacking.mp4 (141.71 MB)
039 Classes in PHP.mp4 (65.94 MB)
040 Class Inheritance.mp4 (43.39 MB)
041 Class Members Visibility.mp4 (24.3 MB)
042 Static Class Members (Singleton Example).mp4 (88.53 MB)
043 Interfaces (Payment Processors Example).mp4 (65.43 MB)
044 Abstract Classes.mp4 (151.36 MB)
045 Payment Processors Abstract Classes & Interfaces Overview.mp4 (77.01 MB)
046 Traits.mp4 (28.09 MB)
047 Final & Readonly Keywords.mp4 (109.98 MB)
048 Enums (Is It Weekend Yet).mp4 (36.31 MB)
]
Screenshot
OGx7NCRe_o.jpg


AusFile
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
TurboBit
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.me | Data-Load.ing | Data-Load.to | Data-Load.in

Auf Data-Load.me findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load legal?

Data-Load ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load gespeichert.
Oben Unten