Skip to main content

Code Examples of agorakit/agorakit

Discover how to use Laravel's agorakit/agorakit examples.

21 examples

Events & listeners

Files in this example

  • app/Providers/EventServiceProvider.php
    • app/Http/Controllers/CommentController.php
      • app/Listeners/NotifyMentionedUsers.php
View all examples

Helpers

Files in this example

  • app/Helpers/Functions.php
    • resources/views/files/create.blade.php
      • app/Console/Commands/DeleteFiles.php
        • composer.json
View all examples

Policies

Files in this example

  • app/Policies/CommentPolicy.php
    • app/Http/Controllers/CommentController.php
View all examples

Traits

Files in this example

  • app/Traits/HasStatus.php
    • app/File.php
      • resources/views/files/file.blade.php
        • app/Group.php
          • resources/views/groups/group.blade.php
View all examples

Consoletvs/charts

Files in this example

  • composer.json
    • app/Charts/AgorakitChart.php
      • app/Http/Controllers/Admin/InsightsController.php
        • resources/views/admin/insights.blade.php
View all examples

Cviebrock/eloquent-taggable

Files in this example

  • composer.json
    • app/Group.php
      • app/Http/Controllers/GroupTagController.php
View all examples

Intervention/image

Files in this example

  • composer.json
    • app/Http/Controllers/GroupCoverController.php
View all examples

Laravolt/avatar

Files in this example

  • master/composer.json
    • app/Http/Controllers/UserCoverController.php
View all examples

Nicolaslopezj/searchable

Files in this example

  • composer.json
    • app/Discussion.php
      • app/File.php
        • app/Http/Controllers/SearchController.php
View all examples

Venturecraft/revisionable

Files in this example

  • composer.json
    • app/Comment.php
      • resources/views/comments/history.blade.php
View all examples

Send email

Files in this example

  • app/Http/Controllers/UserController.php
    • app/Mail/ContactUser.php
View all examples

Notifications

Files in this example

  • app/Notifications/MentionedUser.php
    • app/Listeners/NotifyMentionedUsers.php
      • app/Providers/EventServiceProvider.php
View all examples

Collection Methods: Push

Files in this example

  • app/Http/Controllers/Admin/GroupAdminsController.php
View all examples

Collection Methods: Unique

Files in this example

  • app/Http/Controllers/Admin/GroupAdminsController.php
View all examples

Pivot tables Many-to-many BelongsToMany

Files in this example

  • app/Group.php
    • app/Http/Controllers/GroupMassMembershipController.php
View all examples

Gates

Files in this example

  • app/Policies/UserPolicy.php
    • app/Providers/AuthServiceProvider.php
      • app/Http/Controllers/Auth/RegisterController.php
View all examples