Skip to main content

Code Examples of PHPJunior/mtube

Discover how to use Laravel's PHPJunior/mtube examples.

5 examples

User profile

Files in this example

  • resources/views/livewire/frontend/profile/update-profile-information.blade.php
    • app/Http/Livewire/Frontend/Profile/UpdateProfileInformation.php
View all examples

Custom artisan commands

Files in this example

  • app/Console/Commands/AdminCommand.php
View all examples

Beyondcode/laravel-websockets

Files in this example

  • composer.json
    • resources/js/bootstrap.js
      • routes/channels.php
        • app/Events/UserNotifications.php
          • app/Http/Livewire/Frontend/Channel/Partial/ChannelAnalytics.php
            • resources/views/livewire/frontend/channel/partial/channel-analytics.blade.php
View all examples

Local scopes

Files in this example

  • app/Models/Channel/Comment.php
    • app/Http/Livewire/Frontend/Components/Comment.php
View all examples

Observers

Files in this example

  • app/Observers/VideoObserver.php
    • app/Providers/AppServiceProvider.php
View all examples