Skip to content

Commit

Permalink
Aggiunto cartella demo + aggiornato .scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
likedo committed Apr 26, 2018
1 parent f70bbc1 commit 85f45a7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
filter:
excluded_paths: [tests/*]
excluded_paths: [tests/*, demo/*]

checks:
php:
Expand Down
12 changes: 12 additions & 0 deletions demo/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Laravel notifier demo</title>
</head>
<body>
<h1>Laravel notifier demo</h1>
</body>
</html>

0 comments on commit 85f45a7

Please sign in to comment.