Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Releases: DarkGhostHunter/Lararut

Final release, transition to new package

16 Feb 18:47
a3fb364
Compare
Choose a tag to compare

Package superseded by Laragear/Rut

The new package offers better functionality, testing, and latest Laravel support.

Fixes translations

31 Jul 22:24
fcf978f
Compare
Choose a tag to compare

What's fixed?

  • For some (old) reasons, translation for validation message was not registered. Now it is. Documented on README.md

Uses casts for RUT attribute

25 Apr 22:49
4ac9a36
Compare
Choose a tag to compare

This implementation is cleaner, and more modular. You can add the RUT casts yourself, or use the HasRut. Additionally, further checks are done when routing the model by RUT, as it needs the HasRut trait to properly get the model from the database.

Since the getter deletion is BC, a new mayor version has to come up. Next time i'll give more thought to these changes.

Fixed Rut PHPDoc for `findRutOrNew`.

25 Apr 22:36
b3e791c
Compare
Choose a tag to compare
Merge pull request #20 from DarkGhostHunter/master

Fixed Rut PHPDoc for `findRutOrNew`.

New trait and scopes

22 Apr 04:01
bdad2d4
Compare
Choose a tag to compare
  • Modernized to PHP 7.4
  • QueriesRut and FindsByRut have been deprecated in favour of HasRut and RoutesRut traits.
  • New RutScope.

Revised for Laravel Octane Compatibility

07 Apr 23:32
7f31f26
Compare
Choose a tag to compare
Merge pull request #18 from DarkGhostHunter/master

Revised for Laravel Octane Compatibility

Laravel 8.x and PHP 8.x compatibility

18 Mar 01:54
6413a63
Compare
Choose a tag to compare
Merge pull request #16 from DarkGhostHunter/master

Laravel 8.x and PHP 8.x compatibility

Added Laravel 7 Support

06 Mar 04:07
bd8796f
Compare
Choose a tag to compare
Merge pull request #15 from DarkGhostHunter/master

Added Laravel 7 Support

More helpers

15 Dec 22:07
43932fe
Compare
Choose a tag to compare

Added find() and query scope helpers.

Added Collection as callback in Rut main class

15 Dec 04:33
30ad009
Compare
Choose a tag to compare

Now, every time you use Rut::many or Rut::manyOrThrow you will receive a Collection instance.