Plugin Prospector Changelog

Plugin Prospector

Changelog

The idea behind this page is to show a changelog of major feature implementations over time, to act more as a timeline of events than anything official.

  • WordPress Plugin API Integration. Configure WordPress Plugin API configuration, allowing us to cache results locally.
  • Laravel installation and configuration. Built using Laravel due to the awesome ecosystem and community. Its just such a pleasure to work with, making rapid app development like this a breeze.
  • Initial database migrations, models, controllers, and views. With the desire to make searching for plugins simple and convenient, the ability to view plugins, authors, and tags is a must. Including traversing through each model with plugins grouped by Tag and Author being essential.
  • Basic templating, blade components, Tailwind CSS config, etc. With a lot of the heavier database structure now defined and working, the need to flesh out the UI was next.