Luracast / Restler

Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and/or RESTful API
http://luracast.com/products/restler/
GNU Lesser General Public License v2.1
1.36k stars 315 forks source link

Downloading the explorer via composer #603

Closed lathspell closed 6 years ago

lathspell commented 6 years ago

Documentation says:

If you have successfully completed Installation Step 2, you should have Restler API Explorer installed in vendor/Luracast/explorer folder.

This only works when creating a new composer project which generates a composer.json that contains a snippet which fetches "luracast/explorer" as zip file from github...

Wouldn't it be possible to create a composer package that just contains the HTML+Javascript files and can be installed using "composer require luracast/explorer" and then symlinking "vendor/luracast/explorer/htdocs/" to htdocs/explorer/"?

I like to add Restler and its Explorer to an existing project.

Arul- commented 6 years ago

This is no longer required as Explorer is now bundled with Restler. This reminds me to edit the documentation