PHP 8.3.31
Preview: controller.stub Size: 1.02 KB
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.stub

<?php

namespace {{ namespace }};

use {{ rootNamespace }}Http\Controllers\Controller;
use Illuminate\Http\Request;

class {{ class }} extends Controller
{
    /**
     * Display a listing of the resource.
     */
    public function index()
    {
        //
    }

    /**
     * Show the form for creating a new resource.
     */
    public function create()
    {
        //
    }

    /**
     * Store a newly created resource in storage.
     */
    public function store(Request $request)
    {
        //
    }

    /**
     * Display the specified resource.
     */
    public function show(string $id)
    {
        //
    }

    /**
     * Show the form for editing the specified resource.
     */
    public function edit(string $id)
    {
        //
    }

    /**
     * Update the specified resource in storage.
     */
    public function update(Request $request, string $id)
    {
        //
    }

    /**
     * Remove the specified resource from storage.
     */
    public function destroy(string $id)
    {
        //
    }
}

Directory Contents

Dirs: 0 × Files: 13

Name Size Perms Modified Actions
794 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
280 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
910 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
1.16 KB lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
1.12 KB lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
896 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
1.21 KB lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
1.48 KB lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
165 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
656 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
903 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
1.02 KB lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
422 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).