Blogs
Starting with Drupal 8, composer is used to manage web site dependencies and to download packages to the server. A Drupal and CiviCRM website requires 100s of packages to provide the large set of functional components. Composer simplifies the process of determining which versions of packages will all work together appropriately, and fetching all of them and putting them in the right place in the code base.
The CiviCRM community is going back to where it all started to celebrate 20 years of serving nonprofits.
Start planning now to attend the event in the San Francisco area.
There will be three parallel tracks of sessions over two days, packed with case studies and the latest in SearchKit, FormBuilder and new extensions.
Planning for this gala event is already underway:
Mass email campaigns are a staple of digital marketing, providing a powerful way to reach a large audience quickly. However, ensuring that your email content resonates with your audience can be challenging. One of the most effective ways to optimise email performance is through A/B testing, a feature that has been core functionality for a long time and is now fully implemented using Mosaico.
CiviCRM version 5.79.0 is now ready to download. This is a regular monthly release. Upgrade now for the most stable CiviCRM experience:
The project #CiviOneClick aims to simplify access to CiviCRM – starting with an easy setup of demo sites but with the long-term goal of a new way to install CiviCRM.
CiviCRM Standalone has reached a significant milestone. We are now ready to make the November 5.80 release candidate “the RC” for a first official, stable release of the new Standalone in December.
It’s an exciting prospect, representing lots of work from across the community over the past couple of years. For me personally, getting to this stage has been a key focus of my work on CiviCRM this year.
Most developers in the CiviCRM community are probably familiar with Composer. If not, Composer is a dependency manager for PHP. That's just a fancy way of saying that composer allows codebases like CiviCRM to pull in code (dependencies) from other projects.