Skip to content

Commit edfe868

Browse files
committed
feat: functions.php
1 parent 7857bde commit edfe868

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"autoload": {
77
"psr-4": {
88
"App\\": "src/"
9-
}
9+
},
10+
"files": [
11+
"src/functions.php"
12+
]
1013
},
1114

1215
"authors": [

src/functions.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
/*
3+
* This file is part of the Scrawler package.
4+
*
5+
* (c) Pranjal Pandey <its.pranjalpandey@gmail.com>
6+
*
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
9+
*/
10+
11+
/*
12+
* Define your custom helper functions here
13+
*/

0 commit comments

Comments
 (0)