Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API and Pagination issues fixed #242

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Pushkraj19
Copy link

No description provided.

JonoB and others added 2 commits February 26, 2021 11:14
Dynamic Rate limiting from route middleware was not working cause of default throttle so its commented out now.

Pagination css was not working so its fixed now.
@Pushkraj19
Copy link
Author

Resolution for issue #230
and I had issue of api rate limitation. So its fixed too.

Sendportal::setHeaderHtmlContentResolver(
static function () {
return view('layouts.header.userManagementHeader')->render();
}
);

Paginator:: useBootstrap();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that this has effects on the user's entire application, I don't believe that it's the responsibility of the package to include this. That said, it belongs more in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants