- 
                Notifications
    You must be signed in to change notification settings 
- Fork 16
Testing
        merlosy edited this page Sep 27, 2014 
        ·
        2 revisions
      
    - 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.