Skip to content

Commit 79b16cb

Browse files
committed
finish layout and route
1 parent ced4d44 commit 79b16cb

18 files changed

+59811
-14
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
namespace App\Http\Controllers;
4+
5+
class UsersController extends Controller
6+
{
7+
public function create()
8+
{
9+
return view('users.create');
10+
}
11+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"axios": "^0.17",
1414
"bootstrap-sass": "^3.3.7",
15-
"cross-env": "^5.1",
15+
"cross-env": "^5.1.4",
1616
"jquery": "^3.2",
1717
"laravel-mix": "^1.0",
1818
"lodash": "^4.17.4",

0 commit comments

Comments
 (0)