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.
2 parents 3d1660a + 57ebde6 commit 87fa961Copy full SHA for 87fa961
2 files changed
app/routes.php
@@ -6,9 +6,8 @@
6
|--------------------------------------------------------------------------
7
|
8
| Here is where you can register all of the routes for your application.
9
-| It's a breeze. Just tell Illuminate which URIs it should respond to
10
-| and give it a Closure to execute when that URI is accessed. It is
11
-| a walk in the park. Enjoy the simplicity of HTTP based routing.
+| It's a breeze. Just tell Illuminate the URIs it should respond to
+| and give it the Closure to execute when that URI is requested.
12
13
*/
14
composer.json
@@ -4,5 +4,6 @@
4
},
5
"autoload": {
"classmap": ["app/tests/TestCase.php"]
- }
+ },
+ "minimum-stability": "dev"
}
0 commit comments