Sebastien Routier
Sebastien Routier
Locate where the size of the left sidebar is defined and make it configurable. This would allow the use of a more flexible logo-mini that can accommodate more than the...
As suggested by @sraffali in #56, > Add the Module Composer Support : > Check the cafeinated doc this will introduce two important functions: > > Module dependency requirements on...
Hey there, Thanks for your awesome library, I have a question, hopefully not a bug, I am probably not using it right.... Using your example in the README, in the...
The section of code in DataGrid:buildCSV() save the given file under the ```public``` folder: ```php if ($save) { $handle = fopen(public_path().'/'.dirname($file)."/".$filename, 'w'); } else { ``` according to the official...
In DataGrid::buildCSV() the ```limit``` is set to null prior to calling ```parent::build()```: ```php ... public function buildCSV($file = '', $timestamp = '', $sanitize = true,$del = array()) { $this->limit =...
Hello, First of all thanks a lot for a great package you put a lot of work into it and it shows. I would like to re-open issue #261, publishing...
Hello, Thanks for this great package. Do you know of a good way to format the email message that is sent? In the "Changing the text" section of your README,...