javedurrehman wrote a comment+100 XP
3mos ago
javedurrehman wrote a comment+100 XP
3mos ago
@edvordo Quite helpful, thanks. :)
javedurrehman liked a comment+100 XP
3mos ago
@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.
javedurrehman wrote a comment+100 XP
3mos ago
javedurrehman liked a comment+100 XP
3mos ago
@javedurrehman exactly
javedurrehman wrote a comment+100 XP
3mos ago
javedurrehman wrote a comment+100 XP
3mos ago
@Caleb browser testing is another way of getting confidence on your built app. But yes I think debug is very useful because it happen so instantly that we can't see anything.
javedurrehman wrote a comment+100 XP
3mos ago
javedurrehman wrote a comment+100 XP
3mos ago
@sacha-meunier I do agree with your suggestions but I think when we are using artisan we will need to use make in command when we are actually making new files. I think this is not the change in Livewire but may be a change in artisan. And I think you can also alias your own artisan command as you want, there is option for it in artisan. Such as you can make alias of php artisan serve to pas