hotel icon indicating copy to clipboard operation
hotel copied to clipboard

not working with laravel application ...I am trying to use it on laravel v5.3

Open yash2code opened this issue 8 years ago • 2 comments

yash2code avatar Feb 23 '17 16:02 yash2code

Hi @yash2code,

What kind of errors did you get? You can use hotel add -o dev.log 'laravel command' to log output to dev.log or you can see them on http://hotel.dev.

typicode avatar Mar 07 '17 12:03 typicode

@yash2code What command are you using to add the app to hotel?

hotel add 'php artisan serve --port=$PORT' hotel add 'php -S 127.0.0.1:$PORT -t public'

Both work for me from the application root directory with Laravel 5.5

j-dexx avatar Feb 09 '18 11:02 j-dexx