https://twill.io logo
Join Discord
Powered by
# ❓questions
  • i

    ifox

    07/07/2021, 1:25 PM
    sorry you're running into that, that's quite unusual on first install. did you try clearing your browser cookies?
  • i

    ifox

    07/07/2021, 1:26 PM
    or just trying to login in an incognito window
  • i

    ifox

    07/07/2021, 1:28 PM
    the multi tenant feature that ships by default is for a single db use case, allowing you to have multiple CMS subdomain with a different navigation. if you're looking for a true multi tenant dbs approach, then that tutorial should be helpful, but it's quite a bit of work
  • v

    void

    07/07/2021, 1:43 PM
    @User in my case with the domain .test thing I had to do ADMIN_APP_PATH="admin" ADMIN_APP_URL=null APP_URL="townhouse.test"
  • v

    void

    07/07/2021, 1:44 PM
    the multiple db's stuff I would do with multitenancy or a multisite/multidomain laravel package
  • u

    user

    07/07/2021, 2:26 PM
    OK, this also did not work.
  • v

    void

    07/07/2021, 2:26 PM
    did you try an incognito browser?
  • u

    user

    07/07/2021, 2:27 PM
    That did it!!
  • u

    user

    07/07/2021, 2:27 PM
    Wow, truly amazing.... thank you @User
  • v

    void

    07/07/2021, 2:27 PM
    ifox already mentioned it ^
  • u

    user

    07/07/2021, 2:28 PM
    Yeah, I was traveling, didn't read all messages.. just tried when you reminded me... thanks ifox for patiently helping me out...
  • u

    user

    07/07/2021, 2:28 PM
    Now, if multisite works out... then i am a happy man...
  • u

    user

    07/07/2021, 2:29 PM
    I do have general doubts.... some of them will be really lame... can I ask?
  • v

    void

    07/07/2021, 2:29 PM
    shoot
  • u

    user

    07/07/2021, 2:30 PM
    Okay. 1. When I installed twill, it installed 100's of packages... files count were in 1000s.... so I assume its a heavy package file... once in production, will it cuase any issues?
  • u

    user

    07/07/2021, 2:31 PM
    I will be using shared hosting, will upload via vscode ftp
  • v

    void

    07/07/2021, 2:31 PM
    No issues, most are asset files you see on git changes.
  • i

    ifox

    07/07/2021, 2:31 PM
    the packages are composer packages and most are coming from Laravel
  • v

    void

    07/07/2021, 2:31 PM
    I suggest you have ssh access in any laravel project host for a number of reasons, but mainly control.
  • i

    ifox

    07/07/2021, 2:32 PM
    uh oh ftp/shared hosting, not fun
  • i

    ifox

    07/07/2021, 2:32 PM
    is there no way you can avoid that @User
  • i

    ifox

    07/07/2021, 2:33 PM
    not that it wouldn't work, just for your sanity
  • u

    user

    07/07/2021, 2:35 PM
    Yeah, I understand.. but now limited budget.. I am on a learning path.. may be if everything works out, will move to ssh hosting
  • v

    void

    07/07/2021, 2:35 PM
    https://aws.amazon.com/free/
  • i

    ifox

    07/07/2021, 2:35 PM
    get yourself a VPS from digital ocean or scaleway, it's probably cheaper than shared hosting
  • p

    pboivin

    07/07/2021, 2:36 PM
    I imagine, the main issue will be running
    composer
    and
    php artisan
    on the box... If your host has some kind of web-based terminal you can quickly log into, this might do the trick.
  • i

    ifox

    07/07/2021, 2:36 PM
    AWS free tier, definitely a good option too
  • u

    user

    07/07/2021, 2:37 PM
    I will check out these options..
  • p

    pboivin

    07/07/2021, 2:37 PM
    @User make sure to double and triple-check Twill and Laravel requirements though. For example, I know that Godaddy shared hosting is still on Mysql < 5.7, which is a no go.
  • u

    user

    07/07/2021, 2:42 PM
    Oh sure, will do that. Thanks
1...515253...484Latest