Press icon indicating copy to clipboard operation
Press copied to clipboard

Source code for Laravel Package Development course.

Results 4 Press issues
Sort by recently updated
recently updated
newest added

Hi, I have been following the video series and I have a question. In video number 5 - Laravel Package Development - e05 - Press File Structure, you use the...

1. Updated str_ functions to use Illuminate\Support\Str 2. Updated array_ functions to use Illuminate\Support\Arr 3. Updated tests to use assertStringContainsString for deprication in PHPUnint 9 4. Updated PHP to 7.2

I've been following this video series and I happen to realize that I need to log my test results just like I do when building apps but it wasn't mentioned...