Skip to content

Integrating Twill within Laravel Module Without Authentication #192

Description

@jkhamler

Hi guys,

Not an 'issue' per say but I'm very new to Vue.js and front end development in general (I have worked exclusively in server side PHP for the past 8-9 years) and would greatly appreciate a bit of guidance.

I'm trying to integrate Twill within a module within a fairly standard Laravel application. I already have authentication implemented so I want to side-step the Twill user/authentication stuff. Essentially I want to drop the Twill admin UI into an existing view/controller action with the minimum of fuss.

Could you offer some steps of how I can achieve this? For examples sake, my controller lives here:

Modules\Cms\Http\Controllers\PageController (indexAction)

How exactly can I drop in the pre-setup Twill admin view to my own custom action? Do I need to copy the relevant code over from the vendor folder to my module or is it possible to just extend/reference the classes?

Many thanks

Jon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions