Preparing a SetupController
This commit is contained in:
7
app/controllers/SetupController.php
Normal file
7
app/controllers/SetupController.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
class SetupController extends Controller {
|
||||
public function showSetup() {
|
||||
return View::make('setup');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user