Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi, am new to drupal and would like to integrate SMS API using SMS Gateway Framework.
I have an SMS account with smsgatewaycenter.com and would like to integrate their HTTP API using the framework. I am more of a wordpress coder and one of my project requires drupal core to start my project.
How can I integrate the following HTTP SMS API using the framework.
Here is the use case: My module requires Bootstrap (specifically, bootstrap.min.js). I need to make sure that bootstrap.min.js is not loaded already via the user's theme (which many do). Attaching bootstrap.min.js twice causes issues in my case, hence, my need to only attach it to the page if it isn't being used by the theme.
I am using Zymphony theme in Drupal 8.1.7. I want an Event content type that puts a Header in the Header region, the details in the Content region, and a Buy Ticket button in the right sidebar.
So I made Event Details and Button paragraph types, and put them into the right regions in the Blocks page, and restricted the content type to be Event.
And in the Event Content type, I added these paragraphs as fields.
But when they display, the button is under the Event Details.
What am I doing wrong?
I'm ready to deploy my first Drupal 8 application but unsure if I should add the vendor directory in my git repo. I did not use composer to install it, but downloaded it. I seem to recall using Composer as part of the update process as I have a vendor directory. I have already have composer installed to work with Laravel and updated my drush locally to the version that works with D8.
Reading around I cannot see if anyone's addressed this: Is Composer required for deployment?