laravel-ticket icon indicating copy to clipboard operation
laravel-ticket copied to clipboard

Laravel Ticket System, to help you manage your tickets easily.

Results 4 laravel-ticket issues
Sort by recently updated
recently updated
newest added

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1 to 2. Release notes Sourced from ramsey/composer-install's releases. 2.0.0 Added Use --prefer-stable with lowest dependencies (#178) Allow use of a custom cache key (#167) Allow ability...

When displaying messages to show who wrote message I need user relation in message model

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.4 to 1.3.5. Release notes Sourced from dependabot/fetch-metadata's releases. v1.3.5 What's Changed v1.3.4 Release Notes by @​Nishnha in dependabot/fetch-metadata#267 docs: fix auto-merge example by @​rribeiro1 in dependabot/fetch-metadata#250...

In the `Ticket` model is `use Illuminate\Database\Eloquent\Model` but it won't work with relations to create tickets on users. It will throw an error `Call to a member function prepare() on...