Closed shinokada closed 3 years ago
Hello there! Thanks for opening your first issue on this repo!
Just a heads-up: Here at Backpack we use Github Issues only for tracking bugs. Talk about new features is also acceptable. This helps a lot in keeping our focus on improving Backpack. If you issue is not a bug/feature, please help us out by closing the issue yourself and posting in the appropriate medium (see below). If you're not sure where it fits, it's ok, a community member will probably reply to help you with that.
Backpack communication mediums:
backpack-for-laravel
tag;Please keep in mind Backpack offers no official / paid support. Whatever help you receive here, on Gitter, Slack or Stackoverflow is thanks to our awesome awesome community members, who give up some of their time to help their peers. If you want to join our community, just start pitching in. We take pride in being a welcoming bunch.
Thank you!
-- Justin Case The Backpack Robot
@shinokada thanks for raising the issue, my guess is that the docs on the Website are more accurate and up to date.
Did you happen to follow any of them ? Any error you spotted ?
Thanks, Pedro
@pxpm Thank you for your reply. I created backpack_install following the website doc. It seems there are differences and for newbies, it may create confusion.
So it may be a good idea to update the repo README aligned to the website doc.
Sure, I will add this to a project so we can have a look at it!
Thanks for the report and for the tool.
May I just ask why shell? Like to explore or something ? In a "Laravel" world you would expect an "Backpack Installer" package instead of shell scripts. I think it's OP ! :)
As far as I go is:
taskkill /F /FI "SERVICES eq wampapache64"
start /d "c:\wamp64\bin\apache\apache2.4.46\bin\" httpd.exe
To stop my apache service and start it as an SO app. 👍 😄
Thanks again, Pedro
I don't use Windows, so I didn't know about the Backpack Installer.
I like Bash scripting because it automates all my repetitive work.
Thanks for updates.
I was reading LogManager and there are differences between the README of this repo and website documentation.
Which one is correct?