Level 2
If they are developers they can use artisan. Just type:
php artisan route:list
It is really useful when you have resource routes instead of specific gets and posts routes.
so I created a custom route for my cron jobs is it possible for other clients to view my website routes?
Route::get('/cron/zrsx2xmqu9j1ex1klax2x', 'CronJobsController@run');
Please or to participate in this conversation.