Categories
Development Fixing Stuff Samuel WordPress

Fixing Laravel Forge No input file specified

We decided to try and setup WordPress on a Laravel Forge account today, we got everything all setup, pulled up the site and saw this ugly white error screen that read:

No input file specified

As far as errors go it’s not the most useful one. Nothing showed in the logs, after spinning my wheels on this for a while this ended up being very easy to fix, just follow the steps below:

  • Login to your forge account
  • Navigate to the site you are working on
  • Click the Meta tab
  • Change the Web Directory from /Public to /
    • it ends up looking like this

Categories
Development Samuel WordPress

WordPress with Tailwind

This is the first post in a potential series of posts about using WordPress with Tailwind CSS. To start with there is a really great looking repo we can clone down to get us started: