WPQuick is a WordPress plugin dev environment that just makes it easier to get started with plugin development. It comes with a plugin called Loader
that serves as a boilerplate for your plugin development. This plugin is a class loader that loads all the classes within it's sub-directories for you. It doesn't use any official autoloaders, but it does the job well.
-
Clone this repo into whatever directory you want to work in.
-
Open the project in vscode.
-
Click 'Reopen in Container' in the bottom right corner of VSCode.
-
In your terminal you should see a message that says 'WPQuick' and 'press any key to exit this terminal...'.
-
If everything went well, you should be able to go to
http://localhost:8080
and see the WordPress installation screen. -
Follow the WordPress installation instructions and you should be good to go.