hotel
hotel copied to clipboard
not working with laravel application ...I am trying to use it on laravel v5.3
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.
@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