Skip to content

Releases: rpungello/laravel-labels

2.1.0

19 Jun 16:05
Compare
Choose a tag to compare

Add observer for defining default values for otherwise required fields
This is a convenience that allows user UIs to only prompt for name on creation, then use the update UI for assigning all the otherwise required fields.
This could also have been handled at the database level, but doing it this way makes it so others accessing the database directly don't rely on default values that may otherwise never be set (as there's not necessarily a UI).

2.0.0

21 Mar 20:19
Compare
Choose a tag to compare

Enable support for Laravel 11

1.7.1

18 Mar 17:05
Compare
Choose a tag to compare

Added helper function to upload PDFs to Laravel disks with random names

1.7.0

18 Mar 16:26
Compare
Choose a tag to compare

Added helper function for saving PDF documents to Laravel disks

1.6.0

18 Mar 16:04
Compare
Choose a tag to compare

Added helper functions to generate Laravel file responses

1.5.0

25 Jan 15:47
Compare
Choose a tag to compare

Allow fields & barcodes to reference customized label model classes

1.4.1

16 Jan 20:23
Compare
Choose a tag to compare

Add support for landscape templates

1.4.0

19 Dec 16:40
Compare
Choose a tag to compare

Add casts for enum fields

1.3.0

19 Dec 16:17
Compare
Choose a tag to compare

Add ability to force debugging mode when printing labels

1.2.0

19 Dec 15:11
Compare
Choose a tag to compare

Improved code styling, primarily via the use of enums instead of class constants