Skip to content

Releases: coopers98/genericcrud

Laravel 5.6

05 Jun 12:49
cc3ee0f
Compare
Choose a tag to compare

Just updating laravelcollective version

Laravel 5.2

26 Apr 00:53
Compare
Choose a tag to compare

Some corrections that didn't make it into the proper release

Minor update

12 Dec 22:43
fa7f2d0
Compare
Choose a tag to compare
Merge pull request #5 from coopers98/develop

Develop

Laravel 5.5 Update

12 Dec 22:35
88700cc
Compare
Choose a tag to compare
Merge pull request #4 from coopers98/develop

Laravel 5.5 Update

Laravel 5.4 Update

12 Dec 21:31
Compare
Choose a tag to compare

Updated laravelcolletive/html to 5.4

Removed some table formatting for personal projects

Actual release

17 Nov 17:21
Compare
Choose a tag to compare

Yeah, helps to actually push your changes before doing the release...

Removing link_to_route, adding custom helper

28 Dec 23:42
Compare
Choose a tag to compare

Added custom helper function for easy crud delete form
Removed link_to_route and replaced with long form <a href using built in Laravel route function

Errors validity, adding Illuminate/HTML as dependancy

22 Dec 22:29
Compare
Choose a tag to compare
0.0.4

Adding check for existance of $errors

Exporter inclusion

09 Oct 17:01
Compare
Choose a tag to compare

Pulled in my generic table exporter function that was being explicitly linked in the Tools drop down

Working Release

09 Oct 16:21
Compare
Choose a tag to compare

Got everything into working order and have it working in my own projects, yay!