31 Commits

Author SHA1 Message Date
Roardom 61c0c29e9f refactor: use php 8.4 property hooks for livewire computed properties
Less magic, and works well. Saw this trick in the Laracon US 2025 Livewire presentation.
2025-08-16 10:48:12 +00:00
Roardom 604b7e1937 add: spell check ci
Just an initial portion for now fixing incorrect text and preventing future incorrect text. Eventually, I'd like to fix everything still listed under "ignoredWords" in cspell.json.
2025-01-24 11:30:34 +00:00
HDVinnie fc7272bbb1 PHP Style Change (Laravel Pint CI) 2024-12-24 01:59:20 +00:00
Roardom bd9f820153 fix: phpstan livewire pagination types 2024-07-09 12:24:34 +00:00
Roardom b86475a732 add: strict types to all files 2024-05-23 13:58:29 +00:00
HDVinnie 82632477b5 fix: log viewer
- fixes for livewire 3 but in the end this could use full refactor.
2024-03-19 12:27:54 -04:00
HDVinnie 2fa847f6a8 remove: dead code 2024-03-04 16:21:58 -05:00
HDVinnie 88a2aff510 update: livewire attributes 2024-03-04 01:18:53 -05:00
HDVinnie bde593e48b update: livewire 2024-03-03 22:41:29 -05:00
Roardom fe31076104 Reapply "Merge pull request #3380 from Roardom/livewire-types"
This reverts commit b4a9dfea8b.
2024-01-24 08:03:05 +00:00
HDVinnie b4a9dfea8b Revert "Merge pull request #3380 from Roardom/livewire-types"
This reverts commit a4e1a1bc62, reversing
changes made to 10982c68bd.
2024-01-14 16:18:08 -05:00
Roardom 7037200377 fix: Livewire queryString type hint 2024-01-14 11:35:55 +00:00
Roardom 0da9cef272 fix: specify primitive data types for Livewire properties 2024-01-14 11:35:55 +00:00
HDVinnie de87f975a6 PHP Style Change (Laravel Pint CI) 2024-01-09 21:13:21 +00:00
HDVinnie 97d4659d53 fix: lint 2023-11-15 19:41:52 -05:00
LostRager 1d43d4110e Update LaravelLogViewer.php 2023-11-15 23:43:04 +01:00
LostRager 707e0b96ce Update LaravelLogViewer.php 2023-11-15 10:08:05 +01:00
LostRager 2dd506d08f Update app/Http/Livewire/LaravelLogViewer.php
Co-authored-by: Roardom <78790963+Roardom@users.noreply.github.com>
2023-11-15 10:06:54 +01:00
LostRager 231b274644 Update app/Http/Livewire/LaravelLogViewer.php
Co-authored-by: Roardom <78790963+Roardom@users.noreply.github.com>
2023-11-15 10:06:45 +01:00
LostRager 072ef6d806 Update LaravelLogViewer.php
Fixes the "Undefined array key 0" error.
Adding Clear Current Log function.
Adding Delete All Logs function.
2023-11-15 01:14:36 +01:00
HDVinnie 656647649f Revert "cleanup: pt.2"
This reverts commit 33d9927abd.
2023-10-12 23:11:20 -04:00
HDVinnie 33d9927abd cleanup: pt.2 2023-10-12 22:41:46 -04:00
HDVinnie b3f0386149 cleanup: pt.1 2023-10-12 22:30:52 -04:00
HDVinnie 2a3ee4a045 remove: dead livewire component function 2023-06-19 10:07:56 -04:00
HDVinnie 472c820f99 update: UNIT3D linting
- github action updated with new ruleset in pint.json
- codebase linted with new ruleset
- contributors can now run `./vendor/bin/pint`
- action workflow will auto correct any lint issues upon commit/opened pull request
2023-02-02 08:02:34 -05:00
Roardom 85e9bce8e7 update: group errors 2023-02-02 03:57:10 -06:00
HDVinnie 2ca429c4ce Revert "PSR12 Linting"
This reverts commit 7e65e1d589.
2022-09-11 19:51:58 -04:00
HDVinnie 7e65e1d589 PSR12 Linting 2022-09-11 23:50:41 +00:00
StyleCI Bot 06337e9d1c Apply fixes from StyleCI 2022-06-15 06:14:43 +00:00
Roardom f5d1438872 update: simple laravel log viewer 2022-06-15 01:14:11 -05:00
HDVinnie 8f7bfefb4c add: simple laravel log viewer
- simple full page livewire component with sprinkle of alpine.
- todo: add download file and delete file options.
- @Roardom to make stylesheet, maybe should be a table instead in the view or something.

Co-Authored-By: Roardom <78790963+Roardom@users.noreply.github.com>
2022-06-09 00:47:06 -04:00