Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSkierniewski committed Mar 27, 2017
1 parent db25cbc commit 81b6bc3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 215 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

GZERO CMS PLATFORM it's a base to build custom application on GZERO CMS

**[VIEW DEMO](https://staging.gzero.pl/en)** - you can log in with this credentials:

```
login: admin@gzero.pl
pass: test
```

**The project is still in the phase of intensive development**

**The project uses [Docker](https://www.docker.com/what-docker) containers to package entire application with all of its dependencies into a standardized unit.**

**The project uses [Ansible](https://www.ansible.com/how-ansible-works) automation engine to deploy entire application.**
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
"require": {
"php": ">=7.1.0",
"laravel/framework": "5.3.*",
"gzero/cms": "dev-master",
"gzero/api": "dev-master",
"gzero/admin": "dev-master",
"gzero/social": "dev-master",
"gzero/cms": "^1.0",
"gzero/api": "^1.0",
"gzero/admin": "^1.0",
"predis/predis": "^1.1",
"league/flysystem-aws-s3-v3": "^1.0"
},
Expand Down
222 changes: 21 additions & 201 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@
Gzero\Core\ServiceProvider::class,
Gzero\Api\ServiceProvider::class,
Gzero\Admin\ServiceProvider::class,
Gzero\Social\ServiceProvider::class,

/*
* Application Service Providers...
Expand Down

0 comments on commit 81b6bc3

Please sign in to comment.