Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.41 KB | None | 0 0
  1. +--------+----------+------------------------------------------------------+-----------------------+------------------------------------------------------------------------+------------------------------------------------------+
  2. | Domain | Method | URI | Name | Action | Middleware |
  3. +--------+----------+------------------------------------------------------+-----------------------+------------------------------------------------------------------------+------------------------------------------------------+
  4. | | GET|HEAD | / | | Closure | web |
  5. | | GET|HEAD | _debugbar/assets/javascript | debugbar.assets.js | Barryvdh\Debugbar\Controllers\AssetController@js | Barryvdh\Debugbar\Middleware\DebugbarEnabled,Closure |
  6. | | GET|HEAD | _debugbar/assets/stylesheets | debugbar.assets.css | Barryvdh\Debugbar\Controllers\AssetController@css | Barryvdh\Debugbar\Middleware\DebugbarEnabled,Closure |
  7. | | DELETE | _debugbar/cache/{key}/{tags?} | debugbar.cache.delete | Barryvdh\Debugbar\Controllers\CacheController@delete | Barryvdh\Debugbar\Middleware\DebugbarEnabled,Closure |
  8. | | GET|HEAD | _debugbar/clockwork/{id} | debugbar.clockwork | Barryvdh\Debugbar\Controllers\OpenHandlerController@clockwork | Barryvdh\Debugbar\Middleware\DebugbarEnabled,Closure |
  9. | | GET|HEAD | _debugbar/open | debugbar.openhandler | Barryvdh\Debugbar\Controllers\OpenHandlerController@handle | Barryvdh\Debugbar\Middleware\DebugbarEnabled,Closure |
  10. | | DELETE | admin/ajax/template/crm/organisation/delete/{id} | | App\Http\Controllers\Ajax\Template\CrmController@delete | web,auth:web |
  11. | | GET|HEAD | admin/ajax/template/crm/organisation/{id} | | App\Http\Controllers\Ajax\Template\OrganisationController@show | web,auth:web |
  12. | | PUT | admin/ajax/template/crm/organisation/{id} | | App\Http\Controllers\Ajax\Template\OrganisationController@update | web,auth:web |
  13. | | POST | admin/ajax/template/crm/overview/create-organisation | | App\Http\Controllers\Ajax\Template\CrmController@createOrganisation | web,auth:web |
  14. | | POST | admin/ajax/template/crm/overview/create-project | | App\Http\Controllers\Ajax\Template\CrmController@createProject | web,auth:web |
  15. | | GET|HEAD | admin/ajax/template/crm/project/overview/{id} | | App\Http\Controllers\Ajax\Template\ProjectController@showProject | web,auth:web |
  16. | | PUT | admin/ajax/template/crm/project/{id} | | App\Http\Controllers\Ajax\Template\ProjectController@update | web,auth:web |
  17. | | GET|HEAD | admin/ajax/template/crm/project/{id} | | App\Http\Controllers\Ajax\Template\ProjectController@show | web,auth:web |
  18. | | GET|HEAD | api/user | | Closure | api,auth:api |
  19. | | GET|HEAD | back/crm/organisation/{id} | | App\Http\Controllers\CrmController@showOrganisation | web,auth |
  20. | | GET|HEAD | back/crm/organisations/overview | | App\Http\Controllers\OrganisationController@index | web,auth |
  21. | | GET|HEAD | back/crm/overview | | App\Http\Controllers\CrmController@index | web,auth |
  22. | | GET|HEAD | back/crm/project/{id} | | App\Http\Controllers\ProjectController@showProject | web |
  23. | | GET|HEAD | back/home | | App\Http\Controllers\DashboardController@index | web |
  24. | | POST | login | | App\Http\Controllers\Auth\LoginController@login | web,guest |
  25. | | GET|HEAD | login | login | App\Http\Controllers\Auth\LoginController@showLoginForm | web,guest |
  26. | | POST | logout | logout | App\Http\Controllers\Auth\LoginController@logout | web |
  27. | | POST | password/email | password.email | App\Http\Controllers\Auth\ForgotPasswordController@sendResetLinkEmail | web,guest |
  28. | | POST | password/reset | | App\Http\Controllers\Auth\ResetPasswordController@reset | web,guest |
  29. | | GET|HEAD | password/reset | password.request | App\Http\Controllers\Auth\ForgotPasswordController@showLinkRequestForm | web,guest |
  30. | | GET|HEAD | password/reset/{token} | password.reset | App\Http\Controllers\Auth\ResetPasswordController@showResetForm | web,guest |
  31. | | POST | register | | App\Http\Controllers\Auth\RegisterController@register | web,guest |
  32. | | GET|HEAD | register | register | App\Http\Controllers\Auth\RegisterController@showRegistrationForm | web,guest |
  33. +--------+----------+------------------------------------------------------+-----------------------+------------------------------------------------------------------------+------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement