Skip to content

Commit 75ba7ce

Browse files
author
alddesign
committed
v1.0.0-beta.2
v1.0.0-beta.2
1 parent 565bbe6 commit 75ba7ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Requires a Webserver with [PHP](https://www.php.net/downloads) 7.1 or higher
1111
- Requires [PHP Composer](https://getcomposer.org/)
1212
- Install via Composer:
13-
- Run `composer create-project alddesing/ez-mvc` in the directory where you want ez-mvc to be installed
13+
- Run `composer create-project alddesign/ez-mvc=dev-master` in the directory where you want ez-mvc to be installed
1414
- Run `composer update` in the same directory
1515
- Change RewriteBase in the `.htaccess` with your `/path-to-ez-mvc/`. This is the path relative to you webserver root where you installed ez-mvc.
1616
- Open http://your-host/path-to-ez-mvc/ in your webbrowser

system/system.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"db-password" => "",
2020
"db-options" => null, //Example: [PDO::ATTR_PERSISTENT => true]. https://www.php.net/manual/en/pdo.construct.php
2121
"db-error-mode" => PDO::ERRMODE_SILENT, //Specify the way you like to deal with DB Errors. See PDO::ATTR_ERRMODE on https://www.php.net/manual/en/pdo.setattribute.php
22-
"version" => "v1.0.0-beta.1" //Version of ez-mvc (just in case u wanna know)
22+
"version" => "v1.0.0-beta.2" //Version of ez-mvc (just in case u wanna know)
2323
];

0 commit comments

Comments
 (0)