We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7857bde commit edfe868Copy full SHA for edfe868
composer.json
@@ -6,7 +6,10 @@
6
"autoload": {
7
"psr-4": {
8
"App\\": "src/"
9
- }
+ },
10
+ "files": [
11
+ "src/functions.php"
12
+ ]
13
},
14
15
"authors": [
src/functions.php
@@ -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>
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+ /*
+ * Define your custom helper functions here
0 commit comments