hubertnnn

Results 14 comments of hubertnnn

Do you already have a repository for laravel package created? Or are you planning to put the integration code in this repository/package?

I prefer overloading paginate to take an array rather than adding an extra method. When it comes to DRY, there should not be any issue. All code can be shared,...

If you need to do it now, then you can use following solution as a workaround: https://github.com/nelmio/NelmioApiDocBundle/issues/1731#issuecomment-717056273

I don't know if this is a good solution to everyone. `cache:clear` is not just clearing cache, it is also running a warmup and validating if your code is correctly...