Bootstrap is already include in laravel
What are the most common libraries, admin panels etc that you use?
Hi, I am new to Laravel. I build websites / web apps in drupal 7/8 but now I have to learn Laravel :) So I have seen for example that there is a series about Laravel Nova (but you have to pay for it) and then I found this https://laravel-news.com/13-laravel-admin-panel-generators 13 admin panels :) wow! That s quite overwhelming for a Laravel beginner and 13 is a bad number :) So let s say that I use almost in every project bootstrap, ckeditor, leaflet, fontawesome, share this, mail chimp, google analytics, Facebook pixel and google recaptcha for spam prevention. Now If I had to set up all these with drupal I would use composer require drupal/[moduleName] and that was it. I would have an admin interface and everything would be up and running in 5 minutes. Now what about Laravel ? I have seen that there is artisan cli but how fast can I install and setup every time common libraries / assets / plugin / modules ? For example if I want to use bootstrap do I have every time to import it via the layout default template? What do you do for avoiding DRY on every new Laravel setup?
Please or to participate in this conversation.