-
-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Klabbers
committed
Jul 4, 2017
1 parent
d24f2ca
commit e52c36d
Showing
4 changed files
with
62 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
# Ignore all test and documentation with "export-ignore". | ||
/tests export-ignore | ||
/.editorconfig export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.styleci.yml export-ignore | ||
/.travis.yml export-ignore | ||
/readme.md export-ignore | ||
/composer.lock export-ignore | ||
/ci.phpunit.xml export-ignore | ||
/dev.phpunit.xml export-ignore | ||
|
||
/.github export-ignore | ||
/tests export-ignore |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!-- | ||
Feel free to open an issue for questions and for reporting problems with this package. | ||
To make reporting issues easier, attempt to complete the below information. Delete | ||
anything that doesn't apply to your request. | ||
--> | ||
|
||
__Description__ | ||
|
||
.. | ||
|
||
--- | ||
|
||
__Actual behavior__ | ||
|
||
.. | ||
|
||
__Expected behavior__ | ||
|
||
.. | ||
|
||
--- | ||
__Information__ | ||
|
||
- hyn/multi-tenant version: | ||
- laravel version: | ||
- database driver and version: | ||
- webserver software and version: | ||
- php version: | ||
|
||
--- | ||
|
||
__tenancy.php config__ | ||
|
||
```php | ||
|
||
``` | ||
|
||
__webserver.php config__ | ||
|
||
```php | ||
|
||
``` | ||
|
||
--- | ||
|
||
__Error log__ | ||
|
||
```text | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters