Skip to main content

Code Examples of Senither/ShareX-Media-Server

Discover how to use Laravel's Senither/ShareX-Media-Server examples.

9 examples

Queues

Files in this example

  • app/Jobs/CalculateUsedDiskSpace.php
    • app/Observers/UrlObserver.php
View all examples

Laravel Jetstream

Files in this example

  • resources/views/files/upload-file-modal-form.blade.php
    • resources/views/files/upload-file-modal-form.blade.php
View all examples

Traits

Files in this example

  • app/Traits/MediaResource.php
    • app/Models/Url.php
      • resources/views/url/url-preview.blade.php
View all examples

Global scopes

Files in this example

  • app/Scopes/UserScope.php
    • app/Traits/BelongsToUser.php
      • app/Models/Url.php
View all examples

Observers

Files in this example

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

Form requests

Files in this example

  • app/Http/Requests/ImageUploadRequest.php
    • app/Http/Controllers/Api/ImageController.php
View all examples

Livewire

Files in this example

  • app/Http/Livewire/Url/UrlPreviewList.php
    • resources/views/url/url-preview-list.blade.php
      • app/Http/Livewire/Url/UrlPreview.php
        • resources/views/url/url-preview.blade.php
View all examples