voyager Questions
5
I have a shared hosting and I'm trying to make my laravel project works on it, I'm using voyager to the admin panel.
I put my app public folder inside the /public_html and the rest of the project ...
Chanachance asked 11/5, 2018 at 13:2
3
Solved
In the Voyager project they allow you to modify TinyMCE though a callback function:
function tinymce_init_callback(editor)
{
//...
}
The methods of the editor are listed here.
I know that one...
Turnspit asked 19/7, 2018 at 12:52
4
Solved
I am very new in Voyager.
I have got all the controllers inside TCG\\Voyager\\Http\\Controllers while installing Voyager but didn't find other controllers those I have created using BREAD.
Beside...
10
Having created a new user via Voyager, the avatar was showing as a broken image. I uploaded a new image, but the image remained broken.
I checked with Console in Google Chrome and found 3 404 erro...
4
Solved
after voyage package installation with this command :
php artisan voyager:install
I needed to create admin user with this command :
php artisan voyager:admin [email protected] --create
a...
Pyelography asked 9/1, 2018 at 16:57
1
Solved
I am using Voyager framework for Laravel. Wherenever I create table from Database Manager its creating table but its not creating any migration file. And its not good user interface who works on gi...
1
© 2022 - 2024 — McMap. All rights reserved.