How to migrate the custom laravel admin panel code in laravel voyager? - laravel

i' facing the problem to merge the code in laravel voyager. i've created the admin panel, client panel, publisher panel section in laravel. but due to some reason, i'm migrating the all code in laravel voyager. laravel voyager is a admin panel to provide CRUD, BREAD. is it possible ? how i can implement this ? Below i attached the screenshot of directory structure. Thanks in advance.

Related

Laravel voyager not showing full side menu

I am very new to laravel. After installing voyager (php artisan voyager:install) and migrating the database (php artisan migrate), the full menu of voyager is not shown (see attached)
Any advice/indication will be greatly appreciated.
The issue was related to the fact that I was calling the admin page of voyager using https. When I troied with http the dashboard menu was shown.

Setup Laravel 8 & voyager in Shared Hosting

I've been working on a ecommerce website for the first time and used voyager for my admin panel. The website is nearly done. I want to know what are the steps to host my project with working voyager admin panel. PHP version is 7.4.11. Hoping to host this with Cloudlinux. Much appreciate if someone can teach me the steps. Thank You!

Problems Viewing Voyager Tables after integrating Iseed from Github using Laravel 7

I am making a multi seller ecommerce website using Laravel 7. After integrating an Iseeder package from Github overriding my current Voyager seeders, I seem to have issues in my Voyager admin panel. I'm not sure if this is the real issue here but I can't view tables in Roles, Users and other pages. BREAD functions are still working properly. Also, when I try to edit Users i'm getting the error "ErrorException
Trying to get property 'details' of non-object (View: C:\xampp\htdocs\Laravel\itprojETONA\vendor\tcg\voyager\resources\views\users\edit-add.blade.php)"
I have no idea what seems to be the problem as I'm just starting to learn Laravel. I hope someone here can help me. Thanks a lot!
PHP 7.3.22
Laravel 7x
Composer version 1.10.13
Voyager 1.4x

Connecting the editor to Laravel

There is an article editor, which I understand is made for Laravel Nova.
I don't have Laravel Nova. Will I be able to use this editor without Laravel Nova and what changes do I need to make?
EditorJS in GitHub https://github.com/advoor/nova-editor-js

Missing options in settings page in Voyager Laravel admin panel

I just installed Voyager in my Laravel Project. Now in my admin panel in Voyager in settings page I am unable to get options like changing Logo, Title etc. from my admin panel.
Here is the snips of my admin panel.
I am missing options for changing basic stuffs in my panel
I am getting this in my title bar.
My page title is null I am getting only ' - '.
Laravel Version: 5.4
Voyager: 0.11.14
php: 7.x
mysql: 5.7
It's just because, you haven't created any setting variables in the setting menu of voyager, so all you have to do is to create certain settings in the admin panel like admin_title (field type text), admin_description (field type text area),
once you have created these setting voyager will pick them for its admin title and admin description.
if you want any such other setting(s) create our own custom field and you can use them anywhere in your project like :
Voyager::setting('your_custom_field_settings')
you can also use some nice cheatsheet for voyager at here. i hope this helps.

Resources