sitback / presto
A magical way to start Drupal by Sitback.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 3 306
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 12
Forks: 5
Open Issues: 30
Type:drupal-profile
Requires
- php: >=5.5
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6
- drupal/admin_toolbar: ^1.19
- drupal/big_pipe_sessionless: ^1.0
- drupal/block_field: ^1.0@alpha
- drupal/bootstrap: ^3.5
- drupal/bootstrap_barrio: ^4.6
- drupal/commerce: ^2.0
- drupal/commerce_shipping: ^2.0@beta
- drupal/contact_block: ^1.4
- drupal/contact_storage: ^1.0@beta
- drupal/core: 8.*
- drupal/dropzonejs: ^2.0@alpha
- drupal/ds: ^3.0
- drupal/entity_browser: ^2.0@alpha
- drupal/entity_embed: ^1.0@beta
- drupal/focal_point: 1.x-dev
- drupal/google_analytics: ^2.1
- drupal/media_entity_slideshow: 2.0-alpha1
- drupal/memcache: ^2.0@alpha
- drupal/metatag: ^1.0
- drupal/paragraphs: ^1.1
- drupal/pathauto: ^1.0
- drupal/physical: ^1.0@RC
- drupal/redirect: ^1.0@beta
- drupal/simple_sitemap: ^2.9
- drupal/slick: 1.x-dev
- drupal/slick_media: 2.0-alpha1
- drupal/social_media: ^1.2
- drupal/social_media_links: 2.x
- drupal/swiftmailer: ^1.0@beta
- drupal/token: ^1.0
- drupal/video_embed_field: ^2.0
- drupal/view_mode_selector: 1.x-dev
- drupal/views_bulk_operations: ^2.4
- npm-asset/blazy: ^1
- npm-asset/dropzone: ^4
- npm-asset/slick-carousel: ^1
- oomphinc/composer-installers-extender: ^1.1
- swiftmailer/swiftmailer: ^5.4.8
Requires (Dev)
- behat/mink: ~1.7
- behat/mink-goutte-driver: ~1.2
- composer/composer: ^1.4
- drupal-composer/drupal-security-advisories: 8.x-dev
- drupal/coder: ^8.2
- drupal/console: ~1.0
- drupal/link_css: 1.x-dev#2e53337
- drush/drush: ~8.0
- jcalderonzumba/gastonjs: ~1.0.2
- jcalderonzumba/mink-phantomjs-driver: ~0.3.1
- mikey179/vfsstream: ~1.2
- phpro/grumphp: ^0.11.5
- phpunit/phpunit: >=4.8.28 <5
- sensiolabs/security-checker: ^4.0
- symfony/css-selector: ~2.8
- webflo/drupal-finder: ^0.3.0
- webmozart/path-util: ^2.3
Replaces
- npm-asset/backbone: *
- npm-asset/jquery: *
- npm-asset/jqueryui: *
- npm-asset/underscore: *
- dev-8.x-1.x
- 1.2.2
- 1.2.1
- 1.2.0
- 1.2.0-beta.3
- 1.2.0-beta.2
- 1.2.0-beta.1
- 1.1.0-rc.6
- 1.1.0-rc.5
- 1.1.0-rc.4
- 1.1.0-rc.3
- 1.1.0-rc.2
- 1.1.0-rc.1
- 1.0.0
- 1.0.0-rc.1
- 1.0.0-alpha.2
- 1.0.0-alpha.1
- dev-feature/fix-install-hook
- dev-8.x-2.x
- dev-feature/add-row-section
- dev-feature/js-compatibility-with-es6
- dev-feature/157--use-core-8.x
- dev-8.x-1.1-dev
- dev-feature/bs4--142-login-form
- dev-feature/bootstrap-4
- dev-feature/112-lead-article
- dev-feature/89-hide-price-in-cart
- dev-feature/94-update-entity_ref_rev
This package is not auto-updated.
Last update: 2024-04-28 01:55:29 UTC
README
Presto is a Drupal 8 distribution with batteries included! It sets up some sane content editing defaults and helps you kickstart your site with Drupal Commerce.
Installing Presto
The recommended way to install Presto is to use our Composer project scaffolding:
composer create-project sitback/presto-project MYPROJECT --stability dev --no-interaction
You can also download a pre-packaged tarball off drupal.org, however, due to limitations of the drupal.org packager, installing eCommerce is not supported with this installation method.
Note: Only PHP 5.6 and above are officially supported. The profile should run under PHP 5.5 however it isn't tested and may have unforeseen quirks.
Included in Presto
You can demo most of the below functionality on our demo site (coming soon!). In the meantime, you can spin up a new free instance on simplytest.me (this does not include eCommerce due to the limitations outlined above).
Presto includes the following functionality pre-configured and ready to use right out-of-the-box:
- An Article content type with some pre-configured fields
- A Basic Page content type with a Paragraphs-based body field
- Some pre-configured Paragraph types:
- Textbox
- Image
- Promo bar
- Divider
- Carousel
- Block (allows the embedding of Drupal blocks)
- An Articles listing page (at
/articles
) which displays a paginated listing of articles, sorted by publish date - A contact page (at
/contact
) that contains an embedded contact form- Submissions are emailed and also stored within Drupal
- Google Analytics installed (but not configured!)
- The ability to add meta tags to all entities on the site
- Automated Cron disabled by default
- The recommendation is to setup server cron instead (the easiest way is to use Drush)
- You can always enable the
automated_cron
module if you have no other alternative
- A couple of pre-configured user roles: Administrator & Editor
- The ability to share nodes on social media
- Pathauto for automatical URL aliasing
- Canonical redirect functionality
- e.g. if you add an alias to node:1, users accessing
/node/1
will be redirected to the alias
- e.g. if you add an alias to node:1, users accessing
- XML sitemap generation
A shiny, magical theme, based off Bootstrap 3(coming soon!)- Optional, pre-configured eCommerce functionality, via Drupal Commerce.
- See the eCommerce section for full details.
To supply this functionality, Presto ships with the following contributed modules enabled by default:
- Admin Toolbar
- Contact Block
- Contact Storage
- Display Suite
- Google Analytics
- Paragraphs
- Pathauto
- Social Media
- Metatag
- Simple Sitemap
- Token
- View Mode Selector
- Redirect
eCommerce
Presto ships with a pre-configured Drupal Commerce with the below functionality (this is optional and can be turned off via the installer!):
- A demo store that sells books, based in Australia
- Two products with variations: Physical Book and eBook
- Physical Book: Paperback and Hardcover
- eBook: ePub, Mobi, PDF, and HTML
- Flatrate shipping
- A dummy payment gateway for testing purposes
- The Commerce Stripe module is also included but not installed by default
- Two order order item types: Digital Item and Physical Item
- Physical items have shipping, digital items do not
- Tax (GST) setup for Australia
- A products listing view and page (at
/products
)
Enabling eCommerce installs the following contributed modules:
- Drupal Commerce (and its included modules)
- Drupal Commerce Shipping
- Physical Fields
- Commerce Variation Cart Form
Known Issues
- If you embed a block with a form in it onto a node, via the Component: Block Paragraph type, it may break the
node/edit
page for that node. We're monitoring an ongoing issue in theblock_field
module that should resolve this. (#42)