Laralib\L5scaffold\Makes\MakeRoute::compileRouteStub PHP Method

compileRouteStub() protected method

Compile the migration stub.
protected compileRouteStub ( ) : string
return string
    protected function compileRouteStub()
    {
        $stub = $this->files->get(substr(__DIR__, 0, -5) . 'Stubs/route.stub');
        $this->buildStub($this->scaffoldCommandObj->getMeta(), $stub);
        return $stub;
    }