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

21 lines
300 B
PHP
Raw Normal View History

Added models, migrations and controllers This commit adds the logical structure for the app.
2020-04-29 18:15:54 +01:00
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class FormController extends Controller
{
Add dynamic form builder This form builder still needs some improvements and names for every field.
2020-05-05 05:25:56 +01:00
public function index()
{
return view('dashboard.administration.forms');
}
Added save function to save button This commit also improves how forms are parsed by PHP by passing them as arrays, therefore making them easier to process. Note: One of the files contains a debug statement that will be removed in the next commit
2020-05-06 03:44:39 +01:00
public function saveForm(Request $request)
{
dd($request->all());
}
Added models, migrations and controllers This commit adds the logical structure for the app.
2020-04-29 18:15:54 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 48ms 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