jeremykenedy / laravel-users

A Users Management Package that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0 and 8.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to integrate this package in GUI

amarathota opened this issue · comments

Hi,

I have installed this package but it showing a different UI or layout. Could you please let me know how to integrate into my existing layout. Thanks!

After you publish the config you change the view you are extending from in that file.

It’s the first setting in the config file.

This project has it extended off the admin layout which is a different view as you described above:

https://github.com/jeremykenedy/larablog