panichd icon indicating copy to clipboard operation
panichd copied to clipboard

Ticketing system for Laravel 5.1 - 8.x. Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.

Results 33 panichd issues
Sort by recently updated
recently updated
newest added

The 'users' table in our system has first_name and last_name in separate cols, however I think panichd is assuming there is a name col. See attached. ![panichd](https://user-images.githubusercontent.com/2206903/209860001-705e5074-f38b-4192-a208-d1388ed2c9b3.png)

We do not use the typical Laravel namespace scheme. App/Model and App/Http/Controller are hard coded throughout system. Can these be made into parameters or able to read composer.json:autoload:psr-4 ??? I...