Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign upPinned repositories
Repositories
-
laravel-eloquent-scope-as-select
Stop duplicating your Eloquent query scopes and constraints in PHP. This package lets you re-use your query scopes and constraints by adding them as a subquery.
-
laravel-form-components
A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!
-
laravel-cross-eloquent-search
Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
-
laravel-paddle
Paddle.com API integration for Laravel with support for webhooks/events
-
laravel-analytics-event-tracking
Laravel package to easily send events to Google Analytics
-
-
laravel-verify-new-email
This package adds support for verifying new email addresses: when a user updates its email address, it won't replace the old one until the new one is verified.
-
-
laravel-api-health
Monitor first and third-party services and get notified when something goes wrong!
-
-
laravel-browser-kit-macro
A macro to use the Laravel 5.3 testing layer inside your Laravel >5.3 tests
-
laravel-ffmpeg
This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.
-
-
php-apple-mapkit-token
Create a MapKit JS Token with PHP
-
laravel-single-session Archived
This package prevents a User from being logged in more than once. It destroys the previous session when a User logs in and thereby allowing only one session per user.