Tadaz

Results 6 issues of Tadaz

Firstly, thanks for a great plugin. Really appreciate your work. Secondly, I think it would be useful to have positions of top-centre and bottom-centre.

enhancement

Hello, I have the SPA application which uses the modules package. The main routes file (resources/web.php) contains SPA route: `Route::any('/{any}', 'SPAController')->where('any', '.*');` My module's route file contains some other routes...

Thanks for the great package guys. One minor issue I found so far, it fails while trying to pass a string or an array containing multiple custom classes. Example: ```...

I tried to calculate the X distance for my pagination based on the $PAGE_NUM and $PAGE_COUNT variables. Apparently, for every page, $PAGE_NUM will return the last page number. Basically, $PAGE_NUM...

question

I am using the latest version of 3.1.1 and SharePoint online. The only working snippet I got using this library is below - I can retrieve the root list of...

question

This commit fixes an issue that occurs whilst gathering changes to save. Previously any "insert" change would be converted to an "update" because there was no values comparison. So if...