Skip to content

Testing

merlosy edited this page Sep 27, 2014 · 2 revisions

Test your URLs

  • From the base of your project you can use the artisan command php artisan routes to display all active/registered routes of your application

To actually test them you can use:

  • AJAX with some Angular code
  • AJAX with JQuery code
  • cURL commands
  • Postman Rest Client as Google extension (my choice) : you can save your routes with parameters, very convenient and user-friendly.
Clone this wiki locally