Skip to main content

Code Examples of spatie/dashboard.spatie.be

Discover how to use Laravel's spatie/dashboard.spatie.be examples.

6 examples

Helpers

Files in this example

  • app/helpers.php
    • resources/views/components/tiles/statistics.blade.php
      • resources/views/dashboard.blade.php
        • composer.json
View all examples

Guzzlehttp/guzzle

Files in this example

  • composer.json
    • config/app.php
      • app/Services/Slack/SlackServiceProvider.php
        • config/services.php
          • app/Services/Slack/Slack.php
            • app/Services/Slack/Member.php
              • app/Tiles/TeamMember/Commands/FetchSlackStatusCommand.php
View all examples

Collection Methods: Filter

Files in this example

  • app/Services/GitHub/GitHubApi.php
View all examples

Collection Methods: Each

Files in this example

  • app/Tiles/TeamMember/Commands/FetchCurrentTracksCommand.php
View all examples

Collection Methods: Pipe

Files in this example

  • app/Tiles/Statistics/Commands/FetchPackagistTotalsCommand.php
View all examples