07.
Where's my app/console
Keep on Learning!
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
Whoops, an error! Please, try again later.
2 Comments
Hey thx for this tutorial. I was wondering why you don't use use bin/console server:run after installing console component? I tried and I got this: "[ERROR] The given document root directory "/home/slk500/Workspace/standard-api/../web" does not exist" maybe it due some differences in web/index.php & console file?
Hey Slawek,
You're right, it's due to a bit different location of ./console file, if you put it inside the bin directory, tweak paths and run with ./bin/console it will work. But the easiest way is to set the right document root for this command: "./console s:r --docroot=./web". The "./console s:r -h" command will show you available options for it.
Cheers!
"Houston: no signs of life"
Start the conversation!