Skip to content

Instantly share code, notes, and snippets.

@rtablada
Created February 9, 2014 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtablada/8899537 to your computer and use it in GitHub Desktop.
Save rtablada/8899537 to your computer and use it in GitHub Desktop.
Ideas for Laravel Packages

NoSQL history/analytics event recorder (pgsql json driver)

Allows you to record and query event data stored in NoSQL for analytics. Written originally with a PGSQL driver but extensible for use with Mongo, Couch, etc.

JSON based Cron Job Lister

Allows you to create a JSON file of artisan, bash, or cron tasks to add to the crontab Tracks and modifies crontab to add cronjobs.

  • Migration versionizer/bundler

When working with large projects, it can be a bit of a hassle to have a migrations folder that includes a large amount of migrations. This will bundle migrations together for a single table and list which migrations it is including in a newly created history directory.

@lookitsatravis
Copy link

For the Cron Job lister, check out https://github.com/javan/whenever. It's not JSON based, but I use it with my Rails projects for it's simplicity. Maybe it can give you some ideas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment