Closed gandra closed 7 years ago
been on 5.4 for about 2 weeks and i have not had any problems
I used that on Laravel 5.4 and i get an error on BaseRepository about the getForeignKey() function that needs to be replaced by the getQualifiedForeignKeyName() function.
@hkarvasonis are you still having the same problem? been working on 5.4 for 3 weeks and its ok
ApiTestTrait is also broken for laravel 5.4. There are changed logic for respone and removed functions like assertResponseOk
@gandra @whereisjefe @hkarvasonis @reiter777 @AlexKR I am going to start working on laravel 5.4 support. will post the update soon.
What about this issue? Is there a perspective date for release supporting laravel 5.4?
We got broken unit tests after laravel update from 5.3. to 5.4..
I have just added a support for laravel 5.4. Checkout 5.4 branch. Also, a guide is added on docs site here.
Hi https://github.com/InfyOmLabs/laravel-generator/blob/develop/src/Common/BaseRepository.php still needs the method to be renamed:
getForeignKey -> getQualifiedForeignKeyName
LayoutPublishCommand:
$path = config('infyom.laravel_generator.path.routes', app_path('routes/web.php')); the path for laravel 5.5 should be: $path = config('infyom.laravel_generator.path.routes', 'routes/web.php');
because routes is not in the app directory anymore
Great Job! Sorry for posting here do not know for other option. You can mark it as feature eventually.
I am wondering when will be support for LAravel 5.4. Accordiong to the documentation supported laravel versions are 5.1, 5.2 & 5.3.