Download the PHP package phijufa/typo3stack without Composer

On this page you can find all versions of the php package phijufa/typo3stack. 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 typo3stack

Composer-based DDEV TYPO3 Multidomain Setup and Surf Deployment

by phifa

TLDR:

composer create-project phifa/typo3stack=dev-master --prefer-dist .

Notes

1. Installation

  1. Create your project folder and cd into it. Then: composer create-project phifa/typo3stack=dev-master --prefer-dist .
  2. Copy configuration templates from /presets/ to their place, customize and rename if neccessary.
  3. Run ddev start or modify the ddev configuration first (e.g. change the name)
  4. Modify .env-example in project root accordingly and rename to .env. File is in shipped .gitignore and should be created for each context.
  5. Run ddev ssh, then ./post-create-project-cmd.sh.
  6. exit ssh session.
  7. Log in to the Backend and add the admin user to the Admin Group (Page UIDs should become visible in the pagetree after page refresh).
  8. Also double check under the module Access, that all pages point to the group: [ACCESS] Default, if not already the case.
  9. Now template_site1 template is up and running. For customization see below Integration

If the the name of the DDEV container was not changed, these are the urls:

2. Integration

  1. Run ./renameextension.sh and double check in changelog which files got changed.
  2. Now the child template needs to be added again in two places in the backend: Add the TypoScript Template and the TSconfig to the Root Page. You might have to set the Backend Layout (and Sublevels) to Test again on the Root Page.
  3. Modify constants of the child template accordingly. config.name, etc.
  4. Clear System Caches and open your dev site, e.g. http://mydomain.localhost. Voila!
  5. Configure sites first, with sites module.

3. Deployment via Bitbucket Pipeline and Surf

  1. Make sure Git is set up correctly for your project and origin is set to the Bitbucket Repository.
  2. There should be a Master Branch that will deploy to the client's live site and a Staging Branch that will deploy to the client's stage subdomain
  3. You only need to customize the configuration in .surf/. The files are called in bitbucket-pipelines.yml

All versions of typo3stack with dependencies

PHP Build Version
Package Version
Requires helhum/dotenv-connector Version ^1.0.0
helhum/typo3-console Version ^5.6
phifa/template Version dev-master
phifa/template_site1 Version dev-master
typo3/cms-belog Version ^9.5
typo3/cms-beuser Version ^9.5
typo3/cms-fluid-styled-content Version ^9.5
typo3/cms-form Version ^9.5
typo3/cms-impexp Version ^9.5
typo3/cms-info Version ^9.5
typo3/cms-lowlevel Version ^9.5
typo3/cms-opendocs Version ^9.5
typo3/cms-recycler Version ^9.5
typo3/cms-reports Version ^9.5
typo3/cms-rte-ckeditor Version ^9.5
typo3/cms-scheduler Version ^9.5
typo3/cms-setup Version ^9.5
typo3/cms-sys-note Version ^9.5
typo3/cms-tstemplate Version ^9.5
typo3/cms-seo Version ^9.5
typo3/minimal Version ^9.5
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 phijufa/typo3stack contains the following files

Loading the files please wait ....