Other

[ FreeCourseWeb com ] CodeCourse - Building Reactive Realtime Applications with Livewire

  • Download torrent
  • Rate this torrent +  |  -

Torrent info

Name:[ FreeCourseWeb com ] CodeCourse - Building Reactive Realtime Applications with Livewire

Infohash: 2C6DA0963F667349D32F5B3E99D3CBA32FC38EDD

Total Size: 2.23 GB

Seeds: 1

Leechers: 2

Stream: Watch Full Movies @ LimeMovies

Last Updated: 2025-12-28 06:45:26 (Update Now)

Torrent added: 2024-02-15 18:00:17






Torrent Files List


Get Bonus Downloads Here.url (Size: 2.23 GB) (Files: 171)

 Get Bonus Downloads Here.url

0.18 KB

 ~Get Your Files Here !

  01-introduction-and-demo.mp4

61.67 MB

  02-the-basics-of-livewire-reactivity.mp4

166.26 MB

  03-outputting-posts.mp4

195.74 MB

  04-adding-fast-infinite-scrolling.mp4

475.38 MB

  05-reactivity-when-adding-a-new-post.mp4

215.64 MB

  06-setting-up-a-websocket-server.mp4

144.12 MB

  07-broadcasting-new-posts.mp4

92.77 MB

  08-authorization-and-deleting-posts-in-realtime.mp4

152.17 MB

  09-refactoring-reactivity.mp4

274.22 MB

  10-toggling-editing-state-with-alpine.mp4

131.95 MB

  11-editing-posts-and-refreshing-components-in-realtime.mp4

260.94 MB

  12-liking-and-broadcasting.mp4

114.21 MB

  Bonus Resources.txt

0.38 KB

  building-reactive-realtime-applications-with-livewire-main

   README.md

4.06 KB

   app

    Console

     Kernel.php

0.56 KB

    Events

     Example.php

0.80 KB

     PostCreated.php

0.82 KB

     PostDeleted.php

0.82 KB

     PostLiked.php

0.84 KB

     PostUpdated.php

0.84 KB

    Exceptions

     Handler.php

0.62 KB

    Http

     Controllers

      Auth

       AuthenticatedSessionController.php

1.04 KB

       ConfirmablePasswordController.php

1.03 KB

       EmailVerificationNotificationController.php

0.65 KB

       EmailVerificationPromptController.php

0.58 KB

       NewPasswordController.php

2.14 KB

       PasswordController.php

0.78 KB

       PasswordResetLinkController.php

1.28 KB

       RegisteredUserController.php

1.32 KB

       VerifyEmailController.php

0.80 KB

      Controller.php

0.29 KB

      ProfileController.php

1.38 KB

     Kernel.php

2.71 KB

     Middleware

      Authenticate.php

0.40 KB

      EncryptCookies.php

0.30 KB

      PreventRequestsDuringMaintenance.php

0.36 KB

      RedirectIfAuthenticated.php

0.74 KB

      TrimStrings.php

0.37 KB

      TrustHosts.php

0.37 KB

      TrustProxies.php

0.63 KB

      ValidateSignature.php

0.45 KB

      VerifyCsrfToken.php

0.31 KB

     Requests

      Auth

       LoginRequest.php

2.16 KB

      ProfileUpdateRequest.php

0.55 KB

    Livewire

     CreatePost.php

0.60 KB

     EditPost.php

0.77 KB

     PostChunk.php

0.75 KB

     PostIndex.php

1.49 KB

     PostItem.php

0.86 KB

     SomeList.php

0.32 KB

     SomeListCount.php

0.26 KB

    Models

     Post.php

0.29 KB

     User.php

1.18 KB

    Policies

     PostPolicy.php

0.31 KB

    Providers

     AppServiceProvider.php

0.35 KB

     AuthServiceProvider.php

0.58 KB

     BroadcastServiceProvider.php

0.35 KB

     EventServiceProvider.php

0.86 KB

     RouteServiceProvider.php

1.08 KB

    View

     Components

      AppLayout.php

0.29 KB

      GuestLayout.php

0.29 KB

   artisan

1.65 KB

   bootstrap

    app.php

1.58 KB

    cache

     gitignore

0.01 KB

   composer.json

1.99 KB

   composer.lock

331.51 KB

   config

    app.php

6.30 KB

    auth.php

3.81 KB

    broadcasting.php

2.10 KB

    cache.php

3.26 KB

    cors.php

0.83 KB

    database.php

5.17 KB

    filesystems.php

2.31 KB

    hashing.php

1.54 KB

    logging.php

4.08 KB

    mail.php

3.72 KB

    queue.php

3.37 KB

    sanctum.php

2.24 KB

    services.php

0.96 KB

    session.php

6.86 KB

    view.php

1.03 KB

   database

    factories

     PostFactory.php

0.45 KB

     UserFactory.php

0.93 KB

    gitignore

0.01 KB

    migrations

     2014_10_12_000000_create_users_table.php

0.73 KB

     2014_10_12_100000_create_password_reset_tokens_table.php

0.63 KB

     2019_08_19_000000_create_failed_jobs_table.php

0.75 KB

     2019_12_14_000001_create_personal_access_tokens_table.php

0.84 KB

     2023_10_20_102024_create_posts_table.php

0.66 KB

    seeders

     DatabaseSeeder.php

0.46 KB

     PostSeeder.php

0.53 KB

   editorconfig

0.25 KB

   env.example

1.08 KB

   gitattributes

0.18 KB

   gitignore

0.24 KB

   package-lock.json

70.77 KB

   package.json

0.54 KB

   phpunit.xml

1.06 KB

   postcss.config.js

0.09 KB

   public

    favicon.ico

0.00 KB

    htaccess

0.59 KB

    index.php

1.67 KB

    robots.txt

0.02 KB

   resources

    css

     app.css

0.10 KB

    js

     app.js

0.19 KB

     bootstrap.js

1.17 KB

    views

     auth

      confirm-password.blade.php

0.87 KB

      forgot-password.blade.php

0.96 KB

      login.blade.php

1.92 KB

      register.blade.php

2.13 KB

      reset-password.blade.php

1.61 KB

      verify-email.blade.php

1.22 KB

     components

      application-logo.blade.php

2.97 KB

      auth-session-status.blade.php

0.16 KB

      danger-button.blade.php

0.37 KB

      dropdown-link.blade.php

0.21 KB

      dropdown.blade.php

1.30 KB

      input-error.blade.php

0.24 KB

      input-label.blade.php

0.14 KB

      modal.blade.php

3.05 KB

      nav-link.blade.php

0.59 KB

      primary-button.blade.php

0.39 KB

      responsive-nav-link.blade.php

0.67 KB

      secondary-button.blade.php

0.38 KB

      text-input.blade.php

0.19 KB

      textarea-input.blade.php

0.21 KB

     dashboard.blade.php

0.55 KB

     layouts

      app.blade.php

1.19 KB

      guest.blade.php

1.12 KB

      navigation.blade.php

4.90 KB

     livewire

      create-post.blade.php

0.34 KB

      edit-post.blade.php

0.44 KB

      post-chunk.blade.php

0.14 KB

      post-index.blade.php

0.33 KB

      post-item.blade.php

1.34 KB

      some-list-count.blade.php

0.05 KB

      some-list.blade.php

0.20 KB

     profile

      edit.blade.php

0.95 KB

      partials

       delete-user-form.blade.php

2.09 KB

       update-password-form.blade.php

1.97 KB

       update-profile-information-form.blade.php

2.61 KB

     welcome.blade.php

27.97 KB

   routes

    api.php

0.56 KB

    auth.php

2.41 KB

    channels.php

0.54 KB

    console.php

0.58 KB

    web.php

0.99 KB

   storage

    app

     gitignore

0.02 KB

     public

      gitignore

0.01 KB

    framework

     cache

      data

       gitignore

0.01 KB

      gitignore

0.02 KB

     gitignore

0.12 KB

     sessions

      gitignore

0.01 KB

     testing

      gitignore

0.01 KB

     views

      gitignore

0.01 KB

    logs

     gitignore

0.01 KB

   tailwind.config.js

0.53 KB

   tests

    CreatesApplication.php

0.37 KB

    Feature

     Auth

      AuthenticationTest.php

0.95 KB

      EmailVerificationTest.php

1.41 KB

      PasswordConfirmationTest.php

0.77 KB

      PasswordResetTest.php

1.53 KB

      PasswordUpdateTest.php

1.07 KB

      RegistrationTest.php

0.52 KB

     ExampleTest.php

0.13 KB

     ProfileTest.php

1.99 KB

    Pest.php

1.56 KB

    TestCase.php

0.16 KB

    Unit

     ExampleTest.php

0.08 KB

   vite.config.js

0.30 KB
 

tracker

leech seeds
 

Torrent description

Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ FreeCourseWeb com ] CodeCourse - Building Reactive Realtime Applications with Livewire Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.

related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu