When I update images in setting tab they are not updating? & How can I migrate voyager database.
Just solved this:
Updated .env file:
APP_URL=http://localhost:8000
Fixed issue
Related
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.
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.
I used laravel 5.4 and voyager 1.1, i updated the background image of admin page in Setting Menu. It shows an error.
This error is still an issue ? or something i'd missed in my installation or configuration?
some features is working fined!
(1/1) NotReadableException
Unable to find file ().
I had the same problem, and I solved it.
The problem:
PHP 8.1.8, Laravel 9.22.0 in Laragon
Intervention\Image\Exception\NotReadableException
Unable to find file ().
The solution:
Add this entry in your php.ini:
upload_tmp_dir = "YOUR_TEMP_DIR";
and reload the server.
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.
My Magento 1.4.2 site suddenly developed the following problem:
When uploading product images, the images appear to have successfully uploaded & are visible when I rollover the image but as soon as I save the image 'disappears' and is not saved to the media subfolder. Hence it is not displayed. The permissions on the folders are set to writeable. I have cleared the cache; re-indexed stock-status, product flat data...; renamed media/.htaccess; renamed php.ini.sample to php.ini & changed memory_limit from 64M to 512M.
The problem persists. Any ideas? Thanks
Is it possible that you've updated Prototype to version 1.7? If so, you'll have to change foo.toJSON() calls in js/mage/adminhtml/product.js to Object.toJSON(foo).