DanSmith's avatar

Package - Zurb Foundation style pagination

Hi all,

I've just started working on this to override the default Bootstrap style that Laravel 5 applies to pagination.

Hope it's of use to someone.

https://packagist.org/packages/dansmith/laravel5-foundation

0 likes
6 replies
nate.a.johnson's avatar

Very nice! I think we will see more and more developers moving to foundation from bootstrap in the coming year.

2 likes
mikebarwick's avatar

@nate.a.johnson Honestly, I'm surprised Laravel even included Bootstrap to begin with (as default). Most devs I know, use Foundation. Bootstrap is mickey mouse. Larval should give the option to build with either bootstrap or zurb or none. It's a little annoying having to go in and remove/change stuff.

chrislentz's avatar

Doesn't work for me.

Composer Error:

Could not find package dansmith/laravel5-foundation at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability
chrislentz's avatar

It works, you just have to install it using.

composer require dansmith/laravel5-foundation dev-master
DanSmith's avatar

Yeah, I'm still working out exactly what I want to do with this at the moment.

I'll tag a stable version once I've made my mind up :)

Please or to participate in this conversation.