Download the PHP package mcms/core without Composer
On this page you can find all versions of the php package mcms/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package core
Core
The Core package of the CMS
Install
To get the system up and running follow the steps bellow
- Install a fresh copy of laravel like so
laravel new my-project
or via composercomposer create-project --prefer-dist laravel/laravel my-project
-
Edit the composer.json file and add the following packages
- Run
composer update
in order to download the packages -
Edit your
config/app.php
and add the following service providers - Edit your .env file and add your database information
- Run
php artisan core:install-packages
to run the interactive command line installer and just fill in the required fields
Admin interface
After you have completed the installation process, you can visit the admin interface
on /admin
and login with the email/password you provided during the installation.
Installer
OR
Provision scripts
Table of contents
Other modules
- CMS A very opinionated CMS
- Frontend The front end of any website
- Admin interface The admin interface
All versions of core with dependencies
PHP Build Version
Package Version
Requires
teepluss/theme Version
^2.0
doctrine/dbal Version ^2.5
cocur/slugify Version ^2.1
arrilot/laravel-widgets Version ^3.3
laracasts/utilities Version ~3.2.1
mcamara/laravel-localization Version ^1.6.2
barryvdh/laravel-ide-helper Version ^2.12.3
barryvdh/laravel-debugbar Version ^3.2
barryvdh/laravel-translation-manager Version 0.*
kalnoy/nestedset Version ^5.0.5
rtconner/laravel-tagging Version ~2.1
santigarcor/laratrust Version 6.0.x
rtconner/laravel-likeable Version ~1.2
torann/geoip Version ^1.0
geoip2/geoip2 Version ^2.4
doctrine/dbal Version ^2.5
cocur/slugify Version ^2.1
arrilot/laravel-widgets Version ^3.3
laracasts/utilities Version ~3.2.1
mcamara/laravel-localization Version ^1.6.2
barryvdh/laravel-ide-helper Version ^2.12.3
barryvdh/laravel-debugbar Version ^3.2
barryvdh/laravel-translation-manager Version 0.*
kalnoy/nestedset Version ^5.0.5
rtconner/laravel-tagging Version ~2.1
santigarcor/laratrust Version 6.0.x
rtconner/laravel-likeable Version ~1.2
torann/geoip Version ^1.0
geoip2/geoip2 Version ^2.4
The package mcms/core contains the following files
Loading the files please wait ....