Download the PHP package derekcresswell/drupalbaseproject without Composer

On this page you can find all versions of the php package derekcresswell/drupalbaseproject. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package drupalbaseproject

Drupal Base Project

This is a repository to get a jump start on creating a Drupal site.

Features

This template has base files for the following :

Information on the technologies used here can be found in the technologies section.

Usage

You can copy this template three ways.

  1. Fancy

    • On GitHub, press the "Use this template" button.
  2. Old school

    • Clone the repo and run rm -r path/to/repo/.git.
  3. Composer
    • Using Composer, you can create a project with the command composer create-project derekcresswell/drupalbaseproject.

After you have the repo cloned follow these instructions to get your site set up :

  1. Find and replace "SITE-NAME", "PROJECT-NAME", and "THEME-NAME" with the appropriate names.

    • Also change the name at the top of the Lando file.
  2. Navigate to the project root and run inv setup. This should start your site and set up things like settings.

    • In this file this is a skeleton command for updating the data base on your site. This will need to be filled in manually.
  3. Navigate to web/sites/default/settings.php and all the way at the button uncomment the last three lines :

  4. Then you can go to composer.json and remove the top few lines (the lines above the repositories key).
    • These lines contain information for Packagist and do not need to be used in a site.

Then navigate to the site using the links that lando has given you, site-name.lndo.site, and finish the set up by following the installation instructions from Drupal.

This should give you a running Drupal site to work on.

Theme Set Up

For info on setting up a custom theme see the custom theme base.

Technologies

There are two main technologies used to make the development process a breeze. Installation instructions can be found on their respective websites.

These are the only two dependencies required to fully utilise this repository. Other technologies are used prominently though they are included within Lando.


All versions of drupalbaseproject with dependencies

PHP Build Version
Package Version
Requires composer/installers Version ^1.9
drupal/admin_toolbar Version ^2.3
drupal/core-composer-scaffold Version ^9
drupal/core-recommended Version ^9
drush/drush Version ^10
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package derekcresswell/drupalbaseproject contains the following files

Loading the files please wait ....