Gerold Ritter
Results
2
comments of
Gerold Ritter
I tried aliasing before but obviously did something wrong. ``` protected $sortableAs = ['votes_count']; ``` in the Entry model did the trick and is slightly easier than overloading. >**Note**: no...
I use PHP_XLSXWriter in a laravel project. For me, this error was generated by the output of the Debugbar, which was added to the excel file. Setting `APP_DEBUG=false` in the...