Skip to content

How to make custom pages within Twill? #1542

Discussion options

You must be logged in to vote

Bingo thanks @ifox that was it! :) Can this be updated in the manual ?

What I now have is...

<?php
namespace App\Http\Controllers\Admin;
use A17\Twill\Http\Controllers\Admin\Controller as BaseController;

class CustomPageController extends BaseController {
    public function show()
    {
        return view('admin.customPage');
    }
}

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@adam-jones-net
Comment options

@ifox
Comment options

ifox Mar 24, 2022
Maintainer

@adam-jones-net
Comment options

@adam-jones-net
Comment options

@ifox
Comment options

ifox Mar 25, 2022
Maintainer

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by adam-jones-net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants