PATH:
home
/
centosnipponia
/
public_html
/
ts
/
app
/
Http
/
Controllers
<?php namespace App\Http\Controllers; use App\Mail\NewCaseMessage; use Illuminate\Http\Request; use App\Mail\MessageToFactory; use Illuminate\Support\Facades\Mail; class TestController extends Controller { //* GET - CREATE DIRECTIVE (view create form) public function test() { Mail::to('test@google.com')->send(new NewCaseMessage()); return "OK!"; } }
[+]
..
[+]
Api
[+]
Auth
[-] Controller.php
[edit]
[-] PermissionController.php
[edit]
[-] RolesController.php
[edit]
[-] SettingsController.php
[edit]
[-] ReportsController.php
[edit]
[-] TestController.php
[edit]
[-] HomeController.php
[edit]
[-] TechnicalDirectiveController.php
[edit]
[-] UserController.php
[edit]
[-] TechnicalCaseController.php
[edit]
[-] .htaccess.disabled
[edit]