Skip to main content

Code Examples of realodix/urlhub

Discover how to use Laravel's realodix/urlhub examples.

17 examples

Policies

Files in this example

  • app/Policies/UrlPolicy.php
    • app/Providers/AuthServiceProvider.php
View all examples

Custom validation rules

Files in this example

  • app/Rules/StrAlphaUnderscore.php
    • app/Http/Requests/StoreUrl.php
      • app/Http/Controllers/UrlController.php
View all examples

Service classes

Files in this example

  • app/Services/UserService.php
    • app/Http/Controllers/Dashboard/User/UserController.php
      • app/Http/Controllers/Dashboard/User/ChangePasswordController.php
View all examples

Spatie/laravel-permission

Files in this example

  • composer.json
    • app/Models/User.php
      • app/Policies/UserPolicy.php
        • app/Http/Controllers/Dashboard/User/UserController.php
View all examples

Tabuna/breadcrumbs

Files in this example

  • composer.json
    • routes/breadcrumbs.php
      • resources/views/backend/partials/header.blade.php
View all examples

Service providers

Files in this example

  • app/Providers/HelperServiceProvider.php
    • config/app.php
View all examples

Database transactions

Files in this example

  • app/Http/Controllers/UrlRedirectController.php
View all examples