Closed pulzarraider closed 12 months ago
Thanks for the changes. We made a small ammendment and side-merged this (since this repo is only a mirror of a base repo hosted internally). The commit is at https://github.com/remp2020/remp/commit/50d57843aea5583ecb6b369fb8e6f04048a68c19.
After running the command
php artisan route:cache
I got the error:Unable to prepare route [schedule/{schedule}/start] for serialization. Another route has already been assigned name [schedule.start].
Seems there is name conflict in route names. I have added prefix
api.
for api routes to fix the problem.