Logo
Explore Help
Register Sign In
miguel456/rbrecruiter
1
0
Fork 1
You've already forked rbrecruiter
Code Issues Pull Requests 1 Projects Releases 2 Wiki Activity
rbrecruiter/app/Http/Controllers/DashboardController.php

16 lines
205 B
PHP
Raw Normal View History

Added Authentication Scaffolding, Dashboard, and Sidenav
2020-04-29 03:20:00 +01:00
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class DashboardController extends Controller
{
public function index()
{
Add save & update functionality to positions Tooltips also added, as well as a general configuration file for Mojang Status URL. Relationships were also added between forms and Vacancies. Status verification for the dashboard was moved to a Service Provider, where it adds log entries when cache expires. Authentication controllers were also updated to reflect the new dashboard URL.
2020-05-08 00:24:56 +01:00
return view('dashboard.dashboard');
Added Authentication Scaffolding, Dashboard, and Sidenav
2020-04-29 03:20:00 +01:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 44ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API