← prev | next →
AbdulElah 2019-01-23 15:16:25
StanleyMasinde 2019-01-23 15:21:49
AbdulElah 2019-01-23 15:16:25
Use
href=”asset(‘filename’)”
AbdulElah 2019-01-23 15:22:12
StanleyMasinde 2019-01-23 15:21:49
Use
href=”asset(‘filename’)”
Please example
StanleyMasinde 2019-01-23 15:22:23
AbdulElah 2019-01-23 15:22:12
Please example
Just do that
StanleyMasinde 2019-01-23 15:23:04
src=”asset(‘filename’)”
AbdulElah 2019-01-23 15:25:01
StanleyMasinde 2019-01-23 15:23:04
src=”asset(‘filename’)”

Ok ?
olafury 2019-01-23 16:12:47
AbdulElah 2019-01-23 15:25:01
Ok ?
src=”{{ asset(‘121.png’) }}”
olafury 2019-01-23 16:17:26
AbdulElah 2019-01-23 15:25:01
Ok ?
My english can be bad (i am from Russia). But i have question: are you already set the folder “svg” as assets folder?
olafury 2019-01-23 16:18:49
If not, you can get the correct url of your image via method ‘url’. Please try:
<img src='{{ url(“svg/121.png”) }}’>
olafury 2019-01-23 16:19:13
This should help
AbdulElah 2019-01-23 16:50:24
olafury 2019-01-23 16:18:49
If not, you can get the correct url of your image via method ‘url’. Please try:
<img src='{{ url(“svg/121.png”) }}’>
Same problem😢
olafury 2019-01-23 16:51:45
AbdulElah 2019-01-23 16:50:24
Same problem😢
Can you send me screenshot how this tag <img> was rendered in DOM inspector? I need result source code in HTML view
Mahmoodmoridsadat 2019-01-23 16:51:58
AbdulElah 2019-01-23 15:25:01
Ok ?
I think you should put in in {{}}
Mahmoodmoridsadat 2019-01-23 16:53:08
and url is better than asset
olafury 2019-01-23 16:54:08
Mahmoodmoridsadat 2019-01-23 16:53:08
and url is better than asset
It has already been written above 🙂
Mahmoodmoridsadat 2019-01-23 16:54:53
If still have problem check the direction
2019-01-23 16:58:23
Anybody please tell me better way to using api for big projects in laravel
StanleyMasinde 2019-01-23 17:02:31
olafury 2019-01-23 16:12:47
src=”{{ asset(‘121.png’) }}”
Yeah
StanleyMasinde 2019-01-23 17:04:04
Https://laravel.com/docs/5.7/helpers
Laravel – The PHP Framework For Web Artisans –
LaravelLaravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
rafael_santos90 2019-01-23 17:34:46
{{ url(‘/img/test.jpg’) }}
I use this way
StanleyMasinde 2019-01-23 17:56:08
rafael_santos90 2019-01-23 17:34:46
{{ url(‘/img/test.jpg’) }}
I use this way
Won’t work
murodkadirkhanoff 2019-01-23 18:15:16
How to delete folders and files from server cpanel
murodkadirkhanoff 2019-01-23 18:15:55
I tried with filezilla
murodkadirkhanoff 2019-01-23 18:16:17
But it is veery slowly deleting
2019-01-23 18:44:30
murodkadirkhanoff 2019-01-23 18:15:16
How to delete folders and files from server cpanel
😂 udalit dis cpaneldan Qiziq bot uzbekchaniyam udalit qilarmikan
StanleyMasinde 2019-01-23 19:31:14
2019-01-23 18:44:30
😂 udalit dis cpaneldan Qiziq bot uzbekchaniyam udalit qilarmikan
What language is this?
2019-01-23 19:34:41
StanleyMasinde 2019-01-23 19:31:14
What language is this?
Uzbek
StanleyMasinde 2019-01-23 19:49:15
2019-01-23 19:34:41
Uzbek
Wow nice
Sherali_Toshniyozov 2019-01-23 20:12:59
2019-01-23 18:44:30
😂 udalit dis cpaneldan Qiziq bot uzbekchaniyam udalit qilarmikan
😂😂Uzbeklaram borakanu bitta òzimmi dvotudim
haydarsahin 2019-01-23 20:14:40
I am Turkish I can understand some words
2019-01-23 21:35:06
is it possible to host laravel on shared hosting
2019-01-23 21:38:02
2019-01-23 21:35:06
is it possible to host laravel on shared hosting
Yeah, that works right
haydarsahin 2019-01-23 22:39:49
@xeusblack possible but not recommended
yoofi_graham 2019-01-23 23:16:49
haydarsahin 2019-01-23 22:39:49
@xeusblack possible but not recommended
Why is it not recommended
haydarsahin 2019-01-23 23:18:57
let me see to why dont we recommend?
haydarsahin 2019-01-23 23:19:00
https://www.quora.com/What-are-the-downsides-of-hosting-a-Laravel-app-on-shared-hosting
What are the downsides of hosting a Laravel app on shared hosting? –
QuoraAnswer (1 of 4): Security and Performance are the biggest downsides and also the biggest concerns in shared hosting. Since, multiple websites are hosted on same server, security vulnerability of one website can affect the other hosted on the same server. Same goes for performance. If one website …
haydarsahin 2019-01-23 23:19:19
https://www.youtube.com/watch?v=qHw3Gl33GZI&ab_channel=LaravelBusiness
Yes, you can use Laravel on shared-hosting. But WHY? –
YouTubeI still see people trying to use shared-hosting with Laravel. Come on. Here are my arguments against it.
haydarsahin 2019-01-23 23:20:38
In nutshell : if you use shared hosting, you dont have full control on server, so you cant use all toys of laravel.
StanleyMasinde 2019-01-24 00:01:11
haydarsahin 2019-01-23 23:20:38
In nutshell : if you use shared hosting, you dont have full control on server, so you cant use all toys of laravel.
Very true.
haydarsahin 2019-01-24 00:02:16
Thx
yoofi_graham 2019-01-24 00:20:38
Alright thanks
mehrabjafari 2019-01-24 00:26:24
@Imanghafoori 🚫
imanghafoori 2019-01-24 00:26:58
Sorry for that
imanghafoori 2019-01-24 00:27:22
It was mistaken with the persian group again
imanghafoori 2019-01-24 00:27:34
Since the logos look very much the same
AbdulElah 2019-01-24 00:49:40
How to make a website responsive in laravel ?
yoofi_graham 2019-01-24 00:56:14
AbdulElah 2019-01-24 00:49:40
How to make a website responsive in laravel ?
Laravel is php framework. A webpage being responsive has barely anything to do with a sever side programing language (php). Check out CSS or any related frameworks like (bootstrap , Bulma or material design etc.)
2019-01-24 06:55:29
Handling api integration for large scale project
2019-01-24 06:56:09
Please give me some link
StanleyMasinde 2019-01-24 09:15:30
Wasn’t my problem but it was solved using the asset helper
← prev | next →