Download the PHP package drufony/drupal-bootstrap without Composer
On this page you can find all versions of the php package drufony/drupal-bootstrap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download drufony/drupal-bootstrap
More information about drufony/drupal-bootstrap
Files in drufony/drupal-bootstrap
Download drufony/drupal-bootstrap
More information about drufony/drupal-bootstrap
Files in drufony/drupal-bootstrap
Vendor drufony
Package drupal-bootstrap
Short Description Drupal 7 bootstrap replacement
License GPL-2.0
Package drupal-bootstrap
Short Description Drupal 7 bootstrap replacement
License GPL-2.0
Please rate this library. Is it a good library?
Informations about the package drupal-bootstrap
Drupal 7 Bootstrap
This library serves to replace Drupal 7's bootstrap in a manner that can be overridden.
Usage
To use this, you must patch Drupal 7 core in a few places places.
In each front controller (index.php
, cron.php
, authorize.php
, install.php
,
update.php
, and xmlrpc.php
), you must include the Composer autoloader.
After
add:
For Drush to work, you must add drushrc.php
to sites/all/drush
:
Apply the included drupal_bootstrap.patch
to your Drupal root directory. The patch
is included below.
All versions of drupal-bootstrap with dependencies
PHP Build Version
Package Version
No informations.
The package drufony/drupal-bootstrap contains the following files
Loading the files please wait ....