@PovilasKorop Update on Yerd & Envkit:
• Both work!
• Envkit needs improvements but is tweakable.
• Yerd is robust & works out of the box, no windows support.
Realistically, Herd is more expensive than Laravel Cloud for hobby projects (just an observation, no blame).
@PovilasKorop Since I saw your post, I have migrated and tested 2 filament projects(php, MySQL and mailpit only) from Herd, Everything worked. So far, I found 2 lacks:
- Security warning on installation in mac.
- No php8.5 installation option(macOS) since the doc says it supports php8.5.
@juiceboy_of_abj Zero padded number is considered as octal(8 base) number. So 017 is octal. When zero padded numbers have digits that equal or greater than 8 are considered as decimal(10 based) numbers. So 018 is decimal.
Take care of max input vars setting, It defaults to 1K.
I have dynamic form that user can add input field without limit.
1st time in my career, around 5000 vars posted and boom, took half of my day to adjust data.
Lession: Always set max input limits in dynamic form.
#laravel
Just found composer update error due to version incompatibility of phpunit with pestphp. Checked pestphp's github repo, fixing/updating process already on going there. Thanks. @enunomaduro
@pushpak1300@phpstorm Junie does not work without Powershell in Windows. Sometimes, I need to work on Windows, and I have to switch terminal every time when I need to use Junie. BTW I have configured zsh on Windows with git bash for general cli tasks which works pretty fine.
@PovilasKorop Maybe many companies are not adopting Livewire due to its ajaxy nature. My company asked me about security things when I proposed to use Livewire and I had to convince them. Once I started to use Livewire, then never looked back again. Now, FilamentPHP rocks.