I am not getting laravel 8 jetstream profile photo path. it is saving on the storage [closed] - laravel-8

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am using jetstream. I am not getting the profile pic
[click on the picture][1]
[1]: https://i.stack.imgur.com/7DSjK.png
here is the devtool code
<img class="h-8 w-8 rounded-full object-cover" src="http://jed.test/storage/profile-photos/zmgDcXE9utwTH7E3vwtt8YxnoHVsfxbDovb8UKiw.jpeg" alt="Rifat">

If you are saving the image on the default disk (config/filesystems.php):
'local' => [
'driver' => 'local',
'root' => storage_path('app'),
],
The image is saved in the storage/app folder, to access it you need to run php artisan storage:link and it will create a symbolic link on your public folder

Related

can not call recognize in TesseractOcr react-native [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 months ago.
Improve this question
i am doing a feature that is "get text from image" and i used "react-native-tesseract-ocr".
although i read document and followed it but i still get the error. when i print TesseractOcr this is null.
i can not call recognize in TesseractOcr (TesseractOcr.recognize)
(https://i.stack.imgur.com/L2kQn.png)
how can i fix it (https://i.stack.imgur.com/zrYDL.png)
the problem may be that you have not linked the package
$ react-native link react-native-tesseract-ocr
add the import to start
import TesseractOcr, { LANG_ENGLISH } from 'react-native-tesseract-ocr';
test this finction
await TesseractOcr.recognize(imageSource, LANG_ENGLISH, {});

Cpanel image not displaying [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I have removed the old image in the cpanel and added a new image in to it.But still displaying the old image. I have checked the production version of the cpanel and in that folder it has the latest image.
Empty trash in cpanel File Manager

After enabling pretty URLs in yii2, how to give path to assets(images) in view files? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
After enabling pretty urls path give for assets like images are failing to load. How to give path to static images in proper way in yii2?
for example if you have upload your image in web/images/uploads folder
then you can access it using yii\helpers\Url, etc:
<img src="<?= Url::base(true)."/images/uploads/".$image_filename; ?>" alt="" />

How to use yuicompressor in node application to minify javascript [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Can anyone spot an example where yuicompressor is used in node application to minify javascript or css.
Using "node-minify" node-module, once can minify javascript or css. In this module we can specify whether to mimize using yui-compressor or using uglifyjs, google composure etc

Load javascript and CSS files in a Shopify app proxy [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm making a Shopify app that uses jquery-ui and its CSS libraries. I'm wondering how I load those since Shopify renders the app's page using the liquid template of the store.
You can add the js and css links in the template.