Skip to main content

Code Examples of Kovah/LinkAce

Discover how to use Laravel's Kovah/LinkAce examples.

12 examples

Global scopes

Files in this example

  • app/Scopes/OrderNameScope.php
    • app/Models/LinkList.php
View all examples

Local scopes

Files in this example

  • app/Models/Link.php
    • app/Http/Controllers/App/DashboardController.php
View all examples

Venturecraft/revisionable

Files in this example

  • composer.json
    • app/Models/Link.php
      • app/Http/Controllers/Models/LinkController.php
View all examples

Collection Methods: Push

Files in this example

  • app/Repositories/LinkRepository.php
View all examples

Collection Methods: Chunk

Files in this example

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

Multi-language

Files in this example

  • resources/lang/en_US/stats.php
    • resources/lang/fr_FR/stats.php
      • resources/views/dashboard.blade.php
        • resources/lang/en.json
View all examples

Pagination

Files in this example

  • app/Http/Controllers/Guest/TagController.php
    • app/Helper/functions.php
View all examples

GroupBy

Files in this example

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

Constants

Files in this example

  • app/Models/Link.php
    • app/Http/Controllers/Models/LinkController.php
View all examples