File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ and let us focus on the Domain Driven Design implementation. Both can be replace
1515
1616The original cargo sample written in java can be found [ here] ( http://dddsample.sourceforge.net/ ) .
1717
18- [ > Instalation ] ( https://github.com/codeliner/php-ddd-cargo-sample/blob/master/docs/installation.md )
18+ [ > Installation ] ( https://github.com/codeliner/php-ddd-cargo-sample/blob/master/docs/installation.md )
1919
2020Goal of the Project
2121-------------------
Original file line number Diff line number Diff line change @@ -42,4 +42,10 @@ project and you should be ready to go! It should look something like below:
4242 Order allow,deny
4343 Allow from all
4444 </Directory>
45- </VirtualHost>
45+ </VirtualHost>
46+
47+
48+ Permissions
49+ -----------
50+
51+ The application needs write access for the ` data/ ` dir and all sub folders.
Original file line number Diff line number Diff line change 55 */
66chdir (dirname (__DIR__ ));
77
8+ //we activate full error reporting for our sample, to ease support
89error_reporting (E_ALL );
910ini_set ('display_errors ' , 1 );
1011
You can’t perform that action at this time.
0 commit comments