encodia liked a comment+100 XP
2mos ago
Leveraging AI for Laravel Development: Ep 4, Prompting Essentials
I think coding used to be fun without AI. The joy of developing each feature by typing code and thinking each step will be missing in the future.
encodia liked a comment+100 XP
2mos ago
Everything New in Livewire 4: Ep 7, Co-locating Tests
@javedurrehman Why would you not want your tests in git? How do you share them with your coworkers?
But if you insist, you can still add *.test.php to your .gitignore and the test files will not be in git. This works recursively, so it doesn't matter where your *.test.php file is.