Download the PHP package hmmh/typo3-kickstarter without Composer
On this page you can find all versions of the php package hmmh/typo3-kickstarter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package typo3-kickstarter
TYPO3 Kickstarter
This is an early first throw for a quick start to development with local PHP and SQLite.
- No need of a server instance.
- No need of a database instance.
- No need of secure connections.
Just feel free to copy databases and switch to your PHP versions easily.
Just have a look on PHPBrew.
Requirements
Applications:
- PHP from 7.2
- Optional: Graphicksmagick from 1.3 or ImageMagick from 7.0
PHP Extensions:
- ext-json
- ext-pcre
- ext-PDO
- ext-session
- ext-sqlite3
- ext-tokenizer
- ext-xml
- ext-gd
To start up
Install the new project:
$ composer create-project hmmh/typo3-kickstarter t3kick --no-scripts
The --no-scripts
flag is required because after the project is created, the official TYPO3 command events are
executed first, and it breaks with a missing database connection.
Then execute this small steps (dependencies are already installed):
$ composer install
...
$ composer serve
Now you can open your browser and start with:
- Backend: http://127.0.0.1:8080/typo3/
- Frontend: http://127.0.0.1:8080/
Backend:
- Username: admin
- Password: Secret!234
Installed modules:
- About
- Administration panel
- Backend log
- Backend user
- CSH Manual
- Context Help
- Dashboard (new!)
- Frontennd login
- File list
- File metadata
- FLUID styled content
- Form builder
- Import & Export
- Information
- Information (pageTSconfig)
- Languages
- Link validator
- Low level
- OpenDocs
- Recycler
- Redirects
- Reports
- SEO
- System Notes
- TYPO3 Editor
- Typoscript Template
- Versioning
- View page
- Wizard - Sort pages
- Wizard - Create pages
-
Workspace
Happy prototyping and testing!
All versions of typo3-kickstarter with dependencies
ext-sqlite3 Version *
helhum/dotenv-connector Version ^2.3
php Version ^7.2
typo3/cms-about Version ^10.4
typo3/cms-adminpanel Version ^10.4
typo3/cms-belog Version ^10.4
typo3/cms-beuser Version ^10.4
typo3/cms-cshmanual Version ^10.4
typo3/cms-context-help Version ^10.4
typo3/cms-core Version ^10.4
typo3/cms-dashboard Version ^10.4
typo3/cms-felogin Version ^10.4
typo3/cms-filelist Version ^10.4
typo3/cms-filemetadata Version ^10.4
typo3/cms-fluid-styled-content Version ^10.4
typo3/cms-form Version ^10.4
typo3/cms-impexp Version ^10.4
typo3/cms-info Version ^10.4
typo3/cms-info-pagetsconfig Version ^10.4
typo3/cms-lang Version ^10.4
typo3/cms-linkvalidator Version ^10.4
typo3/cms-lowlevel Version ^10.4
typo3/cms-opendocs Version ^10.4
typo3/cms-recycler Version ^10.4
typo3/cms-redirects Version ^10.4
typo3/cms-reports Version ^10.4
typo3/cms-seo Version ^10.4
typo3/cms-sys-note Version ^10.4
typo3/cms-t3editor Version ^10.4
typo3/cms-tstemplate Version ^10.4
typo3/cms-version Version ^10.4
typo3/cms-viewpage Version ^10.4
typo3/cms-wizard-sortpages Version ^10.4
typo3/cms-wizard-crpages Version ^10.4
typo3/cms-workspaces Version ^10.4