← prev | next →
Christopher 2020-05-07 17:09:51
when I restart the Redis server everything comes back in order but after a while I get the error from the top
rijisoft 2020-05-07 17:12:17
ssj7_gs 2020-05-07 17:05:52
What do you want to do ??
You want to show result in other page ?
#قیمه رو نریز تو ماستا
rijisoft 2020-05-07 17:13:07
rijisoft 2020-05-07 17:12:17
What do you want to do ??
You want to show result in other page ?
#قیمه رو نریز تو ماستا
Use Return view , instead of return redirect
rijisoft 2020-05-07 17:14:53
rijisoft 2020-05-07 17:13:07
Use Return view , instead of return redirect
And $mahasiva already has an attribute id, isn’t ?
It’s not need send id again
You can access it as $mahavasia->id in balde
skys215 2020-05-07 17:17:37
Christopher 2020-05-07 17:09:14
which link should I use to better configure Redis on Centos 7 ?
google it, it’s not a laravel problem i think
Christopher 2020-05-07 17:18:50
skys215 2020-05-07 17:17:37
google it, it’s not a laravel problem i think
yeah. You have reason. Thanks
2020-05-07 19:42:51
How do I make my site http to https
2020-05-07 19:43:15
I am using linode ubuntu 18 servee
cayetanohosma 2020-05-07 20:24:49
2020-05-07 19:42:51
How do I make my site http to https
Doesn’t matter which OS are you using. The issue is on the web server, which one are you using?
cayetanohosma 2020-05-07 20:26:43
I guess, the issue is in your database schema, not in the dropzone installation.
cayetanohosma 2020-05-07 20:28:39
If I were you, I will check the values that you’re inserting that are showing in the message key.
cayetanohosma 2020-05-07 20:29:31
You are trying to insert a value into a foreign key field, and that value doesn’t exist on the linked table
Und3rscore 2020-05-07 21:56:04
Hi guys, sorry for this question, maybe it’s easy for you. I’m trying to learn laravel and i’m stuck with the forms. So, i create a Route::resource and in the create.blade.php I get an error
Und3rscore 2020-05-07 21:56:04
Und3rscore 2020-05-07 21:56:04
Und3rscore 2020-05-07 21:56:06
cayetanohosma 2020-05-07 22:00:56
Could you send the screenshot of result the follwoing command artisan route:list please?
Und3rscore 2020-05-07 22:02:16
Und3rscore 2020-05-07 22:02:21
this one?
kv_sanjay 2020-05-07 22:09:53
Pass route name in place of action inside form
cayetanohosma 2020-05-07 22:10:24
cayetanohosma 2020-05-07 22:12:07
This is your route, now your action should look like {{ route(‘add_user.store’) }}
cayetanohosma 2020-05-07 22:12:13
Change and try again
Und3rscore 2020-05-07 22:16:09
It’s work! Thank you so much! And sorry for this question!
cayetanohosma 2020-05-07 22:16:24
NO worries
cayetanohosma 2020-05-07 22:16:49
BUt you must read the Laravel documentation it’s so good and explain this kind of things
cayetanohosma 2020-05-07 22:17:41
Anyway feel free to ask anything you need to know
Und3rscore 2020-05-07 22:19:44
cayetanohosma 2020-05-07 22:16:49
BUt you must read the Laravel documentation it’s so good and explain this kind of things
Yes, i’m using it.. but maybe I need to use it better, because i couldn’t find the answer (my bad)
cayetanohosma 2020-05-07 22:21:21
No worries mate! I guess that everyone has been in same situation.
cayetanohosma 2020-05-07 22:21:36
Just a link.
https://stackoverflow.com/questions/38837987/using-named-url-in-blade-template/38838149
Using Named URL in blade template –
Stack OverflowIn Django, I can do this:
<a href=”{% url ‘account_login’ %}”>Account Link</a>
which would give me domain/account/login where I have that URL named in my urls.py
url(r’^account/login…
Und3rscore 2020-05-07 22:24:26
cayetanohosma 2020-05-07 22:21:36
Just a link.
https://stackoverflow.com/questions/38837987/using-named-url-in-blade-template/38838149
Oh, ok! Maybe i saw it but i didn’t understand how to use it in my problem.. thank you guys again!
Sujay 2020-05-07 22:30:33
Do we required to implement Web services like rest and soap in laravel web application? If yes or no why?
2020-05-08 00:03:39
Has anyone implement nexmo in Laravel 6 using dynamic phone number from registration form? Please I need help on it.
Siberfx 2020-05-08 01:35:06
2020-05-08 00:03:39
Has anyone implement nexmo in Laravel 6 using dynamic phone number from registration form? Please I need help on it.
this is solved
TheGuyi 2020-05-08 02:08:47
Hello guys.. quick one has anyone done VUETIFY in laravel 5.4 with php, 5.6 .. is it even possible to use VUETIFY with laravel 5.4?
Zouhair_ettarak 2020-05-08 03:07:43
https://bit.ly/35KvIZM
Bright Coding with Mohamed IDBRAHIM –
TeachableApprendre le développement des applications Web et Mobile en Arabe (Maroc Algérie Tunisie Libye et Mauritanie)
flyingdragons 2020-05-08 06:17:59
https://stackcoder.in?referer=telegram.com
Hello friends I have started a blog related to mostly PHP & Laravel & Server set up. Do check out
StackCoder – PHP, Laravel, NGINX, Server Security, Web Design, Bootstrap, Sass, CSS Framework, HTML, CSS, Javascript, jQuery, Web, APACHE, Security etc. Tutorials Blog –
StackCoder
2020-05-08 07:50:33
cayetanohosma 2020-05-07 20:24:49
Doesn’t matter which OS are you using. The issue is on the web server, which one are you using?
Ubuntu 18.4 LTS
EEEN1993 2020-05-08 08:36:30
TheGuyi 2020-05-08 02:08:47
Hello guys.. quick one has anyone done VUETIFY in laravel 5.4 with php, 5.6 .. is it even possible to use VUETIFY with laravel 5.4?
I think front end ui came with laravel 5.8 +
EEEN1993 2020-05-08 08:37:31
TheGuyi 2020-05-08 02:08:47
Hello guys.. quick one has anyone done VUETIFY in laravel 5.4 with php, 5.6 .. is it even possible to use VUETIFY with laravel 5.4?
But u can use vue with vuetify cli as two separated applications by using laravel to make api
the_peace_lover 2020-05-08 13:37:34
https://stackoverflow.com/q/61676586/7956845
i’m using a carousel where it’s showing some data’s. i would like to get the current carousel data in hidden input.
Please take a look at this SO question .
Getting current dynamic carousel detail using jquery –
Stack OverflowI would like to get the current carousel detail.
<input type=”hidden” name=”business_id” value=””>
<div id=”carouselExampleControls” class=”carousel slide” data-ride=”carousel” style=”dis…
TheGuyi 2020-05-08 13:51:36
EEEN1993 2020-05-08 08:36:30
I think front end ui came with laravel 5.8 +
your right sir.. i have done my research and all suggest the same
Siberfx 2020-05-08 15:26:46
what is this shit about?
Siberfx 2020-05-08 15:27:16
why reklam/advertising are allowed in here I cant understand
prime 2020-05-08 17:52:39
how can i use laravel collection->filter with multidimensional arrays
prime 2020-05-08 17:53:10
i am using laravel 7.x
prime 2020-05-08 18:16:31
“response”: [
{
“league”: {
“id”: 39,
“name”: “test1”,
“type”: “first_type”,
},
“country”: {
“name”: “XXXX”,
“code”: “+223”,
},
prime 2020-05-08 18:17:09
i want to filter data by using type
gerasart 2020-05-08 18:18:42
prime 2020-05-08 18:17:09
i want to filter data by using type
you can filter it from foreach and if condition
like
$leaque[‘type’] === $type
prime 2020-05-08 18:19:52
gerasart 2020-05-08 18:18:42
you can filter it from foreach and if condition
like
$leaque[‘type’] === $type
ookey let me try it….
← prev | next →