A lot of things.
This commit is contained in:
22
app/Http/Controllers/ToolsController.php
Normal file
22
app/Http/Controllers/ToolsController.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class ToolsController extends Controller
|
||||
{
|
||||
|
||||
public function patcher()
|
||||
{
|
||||
|
||||
$patches = [
|
||||
'file' => 'ZELDA.ips',
|
||||
'name' => "Meltin",
|
||||
'description' => 'Blablabla',
|
||||
'outputName' => 'Game...'
|
||||
];
|
||||
|
||||
return view('tools.patcher', compact('patches'));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user