rjsworking
rjsworking
Hi. On Windows there's an error in AliasFile.php line 14: Undefined index: HOME. Possible fix : [https://github.com/saucelabs/phpunit-selenium-sauceondemand/pull/6/commits/2808503250ebf454c96b1f28f35e828b29b70db1](url) Cheers
Hi. Laravel migrations allows to create timestamps as null: ``` php $table->nullableTimestamps() ``` I have `created_at` and `update_at` fields with null as default but the generator ignores this and generate...
In RepositoryServiceProvider.php line 11: Trait 'Rinvex\Support\Traits\ConsoleTools' not found after install the package
Hi. This is not an issue. Just a question. Ex: ``` $blue = $colorRepo->with('translations')->find('blue'); and I get all 'blue' translations. ``` There's a pivot table that consists of translation_id and...
Samples
Hi, thanks for this amazing work. I just have a question about the samples you use. Are they free ? If yes, then where can they be downloaded from ?...