← prev | next →
rezphp 2020-10-28 21:23:59
what is my mistake ??
laravel collective
@if(isset($_GET[“title”])
{!! Form::submit(‘Submit’) !!}
@endif
Nandlal Borse 2020-10-28 21:43:22
rezphp 2020-10-28 21:23:59
what is my mistake ??
laravel collective
@if(isset($_GET[“title”])
{!! Form::submit(‘Submit’) !!}
@endif
Forgot to close if bracket
rezphp 2020-10-28 21:46:54
Nandlal Borse 2020-10-28 21:43:22
Forgot to close if bracket
I closed it 🤞 @endif
Nandlal Borse 2020-10-28 21:47:42
Like this
@if()
@endif
Nandlal Borse 2020-10-28 21:48:17
Add ) tast of if stateme
DesolatorMagno 2020-10-28 21:48:19
@if(isset($_GET[“title”])
there is 2 (( and 1 )
DesolatorMagno 2020-10-28 21:51:27
And you shouldn’t be using global variables, there are better ways.
fsalesb 2020-10-28 21:55:20
hello guys, I’m working with infinite-scroll, and I’m having trouble that he’s bringing another page on request
fsalesb 2020-10-28 21:56:25

it brings another page nothing there
theman_behind 2020-10-28 22:00:23
If i face an issue in one controller and i want to debug the values…how to do so…and I don’t know how to trigger route
DesolatorMagno 2020-10-28 22:01:57
You can return the value or use the Log
theman_behind 2020-10-28 22:08:13
DesolatorMagno 2020-10-28 22:01:57
You can return the value or use the Log
Return the values to?
mehrb0d 2020-10-28 22:08:40
theman_behind 2020-10-28 22:08:13
Return the values to?
return $value;
or
dd($value)
theman_behind 2020-10-28 22:09:31
mehrb0d 2020-10-28 22:08:40
return $value;
or
dd($value)
But i don’t know the trigger point of the route
mehrb0d 2020-10-28 22:10:04
theman_behind 2020-10-28 22:09:31
But i don’t know the trigger point of the route
tell me what do you want to debug
theman_behind 2020-10-28 22:10:26
mehrb0d 2020-10-28 22:10:04
tell me what do you want to debug
Value of a variable
DesolatorMagno 2020-10-28 22:11:36
do a route list and check what route is that.
Aakash Gupta 2020-10-29 08:49:45
I need laravel ajax crude simple tutorial link ya github link pls
Aakash Gupta 2020-10-29 08:50:39
Anyone have laravel ajax simple crude tutorials link ya github link
badralwattar 2020-10-29 10:00:17
datlechin 2020-10-23 20:55:08
Uncaught TypeError: $(…).DataTable is not a function
Oh I faced the same problem days ago,
If you are using datatable from the CDN just download the library and use it from local
Ahmad_kabul 2020-10-29 10:57:42
School Management System free any one help, please?
jack_uv 2020-10-29 12:19:00
jack_uv 2020-10-29 12:19:11
Hello everyone, please help me with it.
jack_uv 2020-10-29 12:19:44
why I am getting these warnings?
natghi2010 2020-10-29 12:30:05
jack_uv 2020-10-29 12:19:00
Corrupted install?
Venusky 2020-10-29 12:33:49
Is it possible to connect laravel with hyperFileSql server ?
jack_uv 2020-10-29 12:34:53
natghi2010 2020-10-29 12:30:05
Corrupted install?
So how can I resolve it?
natghi2010 2020-10-29 12:36:45
jack_uv 2020-10-29 12:34:53
So how can I resolve it?
How many php versions do you have?
natghi2010 2020-10-29 12:36:56
I’m betting more than 1
jack_uv 2020-10-29 12:42:22
natghi2010 2020-10-29 12:36:56
I’m betting more than 1
I have only one. please check this out:
jack_uv 2020-10-29 12:42:33
natghi2010 2020-10-29 12:44:03
jack_uv 2020-10-29 12:42:22
I have only one. please check this out:
Show me the pdo firebird directory
jack_uv 2020-10-29 13:07:00
natghi2010 2020-10-29 12:44:03
Show me the pdo firebird directory
I could not find the directory named the same u asked for.
profsr123 2020-10-29 13:07:56
icant acess asset foler in public folder in laravel
jack_uv 2020-10-29 13:08:21
jack_uv 2020-10-29 13:07:00
I could not find the directory named the same u asked for.
does it relate to php.ini file?
profsr123 2020-10-29 13:08:40
“{{ asset(‘public/assets/img/loader-2.svg’) }}”
profsr123 2020-10-29 13:08:52
buy this code
profsr123 2020-10-29 13:09:04
anybody please help
amsamol 2020-10-29 13:12:32
profsr123 2020-10-29 13:07:56
icant acess asset foler in public folder in laravel
Ex: <img src=”{{asset(‘/assets/uploads/setting/logo.png’)}}”>
profsr123 2020-10-29 13:12:58
amsamol 2020-10-29 13:12:32
Ex: <img src=”{{asset(‘/assets/uploads/setting/logo.png’)}}”>
my asset folder is in public folder
profsr123 2020-10-29 13:13:28
“{{ asset(‘public/assets/img/loader-2.svg’) }}”
profsr123 2020-10-29 13:13:40
i write like this
amsamol 2020-10-29 13:15:21
profsr123 2020-10-29 13:12:58
my asset folder is in public folder
asset=public folder, assets/uploads/setting/ sub folder in public folder
profsr123 2020-10-29 13:15:57
ohhho thn public is not needed ,na
profsr123 2020-10-29 13:17:20
<img src=”{{ asset(‘public/img/brand/favicon-white.png’) }}” class=”desktop-logo-dark” alt=”img”>
profsr123 2020-10-29 13:17:32
is it correct bro?
amsamol 2020-10-29 13:18:12
profsr123 2020-10-29 13:15:57
ohhho thn public is not needed ,na
Please delete public
profsr123 2020-10-29 13:18:33
k
amsamol 2020-10-29 13:18:34
profsr123 2020-10-29 13:18:45
bro
← prev | next →