Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cuongbuoi/newdiemdanh
Browse files Browse the repository at this point in the history
  • Loading branch information
minhthu1611 committed Jun 12, 2018
2 parents a15b16f + 326e14f commit 2fa4964
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.env

2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public function boot()
*/
public function register()
{
//

}
}
21 changes: 21 additions & 0 deletions config/repoist.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

return [

/**
* Namespaces are being prefixed with the applications base namespace.
*/
'namespaces' => [
'contracts' => 'Repositories\Contracts',
'repositories' => 'Repositories\Eloquent',
],

/**
* Paths will be used with the `app()->basePath().'/app/'` function to reach app directory.
*/
'paths' => [
'contracts' => 'Repositories/Contracts/',
'repositories' => 'Repositories/Eloquent/',
],

];

0 comments on commit 2fa4964

Please sign in to comment.