Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Releases: calebporzio/awesome-helpers

v2.5.0

20 Jan 17:41
Compare
Choose a tag to compare

Support PHP 8

v2.4.5

03 Mar 13:48
97d9945
Compare
Choose a tag to compare

Added

  • Support for Laravel 7

v2.4.4

19 Oct 22:20
Compare
Choose a tag to compare

Fixed

  • Removed usage of str_before and str_after (aren't available in the latest version of Laravel)

v2.4.3

29 Aug 11:04
7ce6656
Compare
Choose a tag to compare

Added

  • swap() helper method to swap two variables by reference.

v2.4.2

06 Aug 13:55
d2bd862
Compare
Choose a tag to compare

Fixed

  • Stop using deprecated "money_format" helper

Open up dump_sql to allow eloquent builder as well

07 Jul 18:13
Compare
Choose a tag to compare

Add "dump_sql" helper

30 Apr 15:52
771ca5d
Compare
Choose a tag to compare
Merge pull request #16 from akiyamaSM/master

Dump sql statements with bindings

Str::extract

18 Apr 18:15
c41792d
Compare
Choose a tag to compare

Refactor user(), and move str_extract logic into a Str::extract() macro

Add "connection" helper

08 Apr 21:00
Compare
Choose a tag to compare
v2.3.0

Fix connection helper comment text

Add faker()

19 Mar 17:21
Compare
Choose a tag to compare
v2.2.1

Fix typo