Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Releases: EdRands/laravel-seeder

Break the Mold

20 Jun 02:00
Compare
Choose a tag to compare

Dramatically rearranged the layout of files to make it ready for use on a larger, more advanced projects following advanced practices.

v0.8.1

17 Jun 21:09
Compare
Choose a tag to compare

Tweak to the readme to remove mention of a package no longer included.

Testing Is Important

17 Jun 00:48
Compare
Choose a tag to compare

Mostly improvements and fixes related to testing.

  • Codeception acceptance tests were running as functional tests; now they run as intended
  • The tests directory has been moved to the project root level
  • Codeception files have been moved into a subdirectory under tests to allow multiple test frameworks in future
  • The layout of files for Codeception has been updated to follow the pattern for version 2
  • way/laravel-test-helpers has been removed as it is no longer maintained

v0.6.1

05 Jun 09:24
Compare
Choose a tag to compare

Improved the read me.

Get With the Times

05 Jun 09:22
Compare
Choose a tag to compare
  • Updates to all packages and their supporting files. Particularly of note are:
    • Laravel v4.2
    • Codeception v2 (RC for now)
    • Bootstrapper
  • Removed some unused packages
  • Updated vendor files for:
    • Bootstrap
    • jQuery
    • Font Awesome
  • Added Jeffrey Way's generators
  • Included all relevant updates made to the base Laravel starter
  • Added default support for Homestead and Forge
  • Removed PhpStorm project files. I want to get into using that IDE, but I don't have it just yet
  • Converted a leftover Twig template back to Blade
  • Changed the development environment name to "development" to make it more descriptive. After all, its called "production" not "prod"
  • Some other tweaks and fixes

4.1 Storm

04 Jan 01:34
Compare
Choose a tag to compare

Projects will now seed starting with Laravel 4.1.*
I'm experimenting with the PhpStorm IDE, so I've added a folder of settings for it.

Boiled Boots

10 Nov 23:32
Compare
Choose a tag to compare

Improved starting layout with HTML5 Boilerplate and Bootstrap

You are Being Scrutinized

06 Nov 03:15
Compare
Choose a tag to compare

Added support for the Scrutinizer continuous integration service. Checks code style, sloppy code, security holes, etc.

Also cleaned up the code to match my preferred style.

Acceptance Is a Good Feeling

19 Jul 02:41
Compare
Choose a tag to compare

Travis-Ci.org will now run our acceptance tests as well, therefore testing everything, like an automated system should.

No Travis is a Travesty

12 Jul 08:08
Compare
Choose a tag to compare

Brought Travis-CI in to help continually test releases. This helps both continually test this seeder, and provides out-of-the-box integration for the project that gets generated by the seeder.