Download the PHP package soda-framework/cms without Composer
On this page you can find all versions of the php package soda-framework/cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download soda-framework/cms
More information about soda-framework/cms
Files in soda-framework/cms
Download soda-framework/cms
More information about soda-framework/cms
Files in soda-framework/cms
Please rate this library. Is it a good library?
Informations about the package cms
Soda CMS
A sweet PHP CMS solution built on Laravel!
Installation
Install easily using the Soda Installer or manually by following these steps:
1. Create new Laravel Project
composer create-project --prefer-dist laravel/laravel app-name "5.3.*"
or
laravel new app-name
2. Require Soda Framework
cd app-name
composer require soda-framework/cms
3. Integrate into Laravel
Add package to providers in /config/app.php
4. Configure
php artisan soda:setup
or, manually set up database in your .env
file.
5. Migrate & Seed
(optional) php artisan session:table
php artisan vendor:publish
php artisan optimize
php artisan soda:install
All versions of cms with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
5.6.*
soda-framework/eloquent-closure Version ^0.2
league/flysystem-aws-s3-v3 Version ^1.0
zofe/rapyd Version ^2.2
santigarcor/laratrust Version ^5.0
doctrine/dbal Version ^2.5
rutorika/sortable Version ^4.2
intervention/image Version ^2.4
soda-framework/eloquent-closure Version ^0.2
league/flysystem-aws-s3-v3 Version ^1.0
zofe/rapyd Version ^2.2
santigarcor/laratrust Version ^5.0
doctrine/dbal Version ^2.5
rutorika/sortable Version ^4.2
intervention/image Version ^2.4
The package soda-framework/cms contains the following files
Loading the files please wait ....