Skip to content

Releases: ericdowell/resource-controller

Laravel 12 Support

02 Mar 01:29
3080299

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...3.2.0

Laravel 11 Support

11 Feb 21:41
28ca808

Choose a tag to compare

Laravel 10 Support

04 Feb 19:56

Choose a tag to compare

  • Adding support for Laravel version 10.
  • Dropping support for Laravel 6.x/7.x.
  • Dropping support for PHP 7.x, requiring PHP ^8.0.

Laravel 9.x Support

26 Jun 05:49
816a257

Choose a tag to compare

Updated composer.json to support Laravel 9.x

Added PHP 8.0 Support

11 Feb 00:10

Choose a tag to compare

  • Added support for PHP ^8.0. 2a637f1

Laravel 7.x/8.x Support

08 Mar 20:04
33e621a

Choose a tag to compare

  • Added support for Laravel 7.x/8.x #34

Support Laravel 6.x

24 Aug 20:41
ea6500b

Choose a tag to compare

Complete Rewrite

03 Jul 02:44

Choose a tag to compare

v2.0.0

Fixing providers in composer.json.

Bootstrap 4 View and Config File

12 May 21:14
b52637c

Choose a tag to compare

Pre-release
  • Moved around files and renaming files. #21 #22
  • Updated tests. #23
  • Added Bootstrap 4 views and a config file. #24

Default Updated, Added ServiceProvider & Updated Tests

30 Jul 04:16
085338c

Choose a tag to compare

  • Added password to upsertExcept by default for UserController.
  • Created ServiceProvider to register RegisterUser command.
  • Added ServiceProvider to composer.json so it's auto discovered by Laravel 5.5+
  • Added/Updated tests.