Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Antonius's avatar

Responsive design

Hi.

Is there any plugin which would simplify working with responsive design? Boostrap or materialize?

Thanks

0 likes
4 replies
martinbean's avatar

@Antonius Plugin to do what? Bootstrap and Materialize are starter points for writing CSS. “Responsive” is an implementation, not a feature you can turn or off or add with a plugin.

1 like
jlrdw's avatar

Even if you write your own css, it is media queries that enables mobile support. If you do not know about media queries you need to google it and study the usage.

joaomantovani's avatar

If you use sublime text (Maybe this packages exists to another editors) you can use the packages to facilitate your work:

Laravel 5 Snippets
Laravel Bootstrapper Snippets
Laravel Forms Bootstrap Snippets
LaravelCollective HTML Form Snippets
Laravel Blade Highlighter

And about the frameworks, the both are good, I've used then (bootstrap more).

Talking about responsive, I prefer the bootstrap grid system, but they are extremely similiar, you will not feel some diferences about using the grid system from the both framework.

If you want more help (support) about elements, css, js (from stackoverflow, for example) you should use bootstrap.

If you want the material design, use the material.

Please or to participate in this conversation.