Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
skeleton-application
Commits
a960a189
Commit
a960a189
authored
Mar 10, 2019
by
Bertrand Gauthier
Browse files
Corrections pour passer à ZF3.
parent
2414f832
Pipeline
#3942
passed with stage
in 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/application.config.php
View file @
a960a189
<?php
<?php
$modules
=
[
$modules
=
[
'Zend\Router'
,
'Zend\Validator'
,
'DoctrineModule'
,
'DoctrineModule'
,
'DoctrineORMModule'
,
'DoctrineORMModule'
,
'ZfcUser'
,
'ZfcUser'
,
...
...
module/Application/config/module.config.php
View file @
a960a189
...
@@ -13,7 +13,7 @@ return [
...
@@ -13,7 +13,7 @@ return [
'router'
=>
[
'router'
=>
[
'routes'
=>
[
'routes'
=>
[
'home'
=>
[
'home'
=>
[
'type'
=>
'
Zend\Mvc\Router\Http\
Literal'
,
'type'
=>
'Literal'
,
'options'
=>
[
'options'
=>
[
'route'
=>
'/'
,
'route'
=>
'/'
,
'defaults'
=>
[
'defaults'
=>
[
...
...
module/Demo/config/module.config.php
View file @
a960a189
...
@@ -23,7 +23,7 @@ return [
...
@@ -23,7 +23,7 @@ return [
'router'
=>
[
'router'
=>
[
'routes'
=>
[
'routes'
=>
[
'home'
=>
[
'home'
=>
[
'type'
=>
'
Zend\Mvc\Router\Http\
Literal'
,
'type'
=>
'Literal'
,
'options'
=>
[
'options'
=>
[
'route'
=>
'/'
,
'route'
=>
'/'
,
'defaults'
=>
[
'defaults'
=>
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment