Support the ongoing development of Laravel.io →
posted 5 years ago
Last updated 1 year ago.
0
class UserController extends Controller
{
    /**
     * Store a new user.
     *
     * @param  Request  $request
     * @return Response
     */
    public function store(Request $request)
    {
        $name = $request->input('employeename');

        return view('');
    }
}

For more information read this article

https://www.cloudways.com/blog/models-views-laravel/

Last updated 5 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

william izac3d Joined 24 Aug 2018

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.