β prev | next β
mortezagoodarzi1 2019-11-04 19:02:22
hi ,
i want get previous route name url in controller
How do I do this ?
DesolatorMagno 2019-11-04 19:06:23
Request should have it.
mortezagoodarzi1 2019-11-04 19:11:12
request just returned url
i want get route name
mmariana_gomes 2019-11-04 23:33:12
Hello, I am Mariana, I am from Brazil, does anyone know a PHP group in English in telegram?
skys215 2019-11-05 04:20:34
mortezagoodarzi1 2019-11-04 19:02:22
hi ,
i want get previous route name url in controller
How do I do this ?
Try url::previous()
PikadorManager 2019-11-05 04:29:19
hi guys it’s 5 am and now I’m going to bet π I realy don’t know do I have to hate or love programming??ππ΄ any ideas? π‘
Agun17 2019-11-05 05:40:00
hello friends know how to do it sweet alert confirm yes or no send message sms
Manoj Mehta 2019-11-05 06:00:00
After login when I pass authorization token to get data in profile api it’s work fine on local but on same code on live return unauthorised
rebory 2019-11-05 06:03:03
I get a collection of data on change how i render it in blade??
Agun17 2019-11-05 06:15:29
Agun17 2019-11-05 05:40:00
hello friends know how to do it sweet alert confirm yes or no send message sms
please help me, this oneπ
rebory 2019-11-05 06:42:46
please tell me why no buddy reply me????
vikaskumar_99 2019-11-05 07:03:56
rebory 2019-11-05 06:42:46
please tell me why no buddy reply me????
Pls describe your issue?
rebory 2019-11-05 07:04:30
vikaskumar_99 2019-11-05 07:03:56
Pls describe your issue?
https://t.me/c/1333092984/16972
vikaskumar_99 2019-11-05 07:06:00
I can’t understand. Pls rewrite your issue.
rebory 2019-11-05 07:08:07
i recieve collection of data on ajax succes on change
rebory 2019-11-05 07:08:29
after success i have a data of collection in variable
rebory 2019-11-05 07:08:53
pls tell me how to render this value using input
rebory 2019-11-05 07:09:33
and how i used foreach in jquery for rendering dynamic inputs in blade
rebory 2019-11-05 07:09:44
(sorry for bad english)
vikaskumar_99 2019-11-05 07:13:12
@foreach( $varName as $variableName)
{{ $variableName-> fieldName }}
@endforeach
vikaskumar_99 2019-11-05 07:13:38
rebory 2019-11-05 07:09:44
(sorry for bad english)
No problem
rebory 2019-11-05 07:23:07
vikaskumar_99 2019-11-05 07:13:12
@foreach( $varName as $variableName)
{{ $variableName-> fieldName }}
@endforeach
in ajax success
rebory 2019-11-05 07:23:37
i want to use foreach in jquery
rebory 2019-11-05 07:24:06
to render collection in blade
rebory 2019-11-05 07:37:21
leave it
rebory 2019-11-05 07:42:04

where i’m wrong
rebory 2019-11-05 07:48:57
accordsing to me my code is fine but i face this issue on server
rebory 2019-11-05 07:49:09
vikaskumar_99 2019-11-05 07:50:42
If you send a request using anchor tag then you can create a form and send the @csrf and delete method or other method which laravel provide.
vikaskumar_99 2019-11-05 07:51:13
Or you can use jquery onclick event.
vikaskumar_99 2019-11-05 07:52:37
vikaskumar_99 2019-11-05 07:50:42
If you send a request using anchor tag then you can create a form and send the @csrf and delete method or other method which laravel provide.
According to your code
rebory 2019-11-05 07:52:53
vikaskumar_99 2019-11-05 07:50:42
If you send a request using anchor tag then you can create a form and send the @csrf and delete method or other method which laravel provide.
i’m use simple anchor tag to pass variable in url. ( ok may be i need to use form with csrf token)
vikaskumar_99 2019-11-05 07:54:33
rebory 2019-11-05 07:52:53
i’m use simple anchor tag to pass variable in url. ( ok may be i need to use form with csrf token)
Yes form is compulsory and csrf protection.
vikaskumar_99 2019-11-05 07:54:58
vikaskumar_99 2019-11-05 07:54:33
Yes form is compulsory and csrf protection.
If you don’t use any event.
rebory 2019-11-05 08:11:05
vikaskumar_99 2019-11-05 07:54:58
If you don’t use any event.
i unable to to can u sent me any tuts?
rebory 2019-11-05 08:11:09
related this
Kvn_makwana 2019-11-05 08:39:59
zorca 2019-11-04 11:13:53
Try Travis CI with ssh to your cloud server
any demo file is there on Google ?
vikaskumar_99 2019-11-05 09:20:30
rebory 2019-11-05 08:11:09
related this
Pls google it.
nithinpvarghese 2019-11-05 10:13:22
Hi all,
I have some issues with my project. While I try to call a laravel URL from ajax it’s not working.
The given new URL appends to current URL
eg:
current_url = localhost/abc/1/1
ajax_url = url: “new/1/5”
getting_url = localhost/abc/1/1/new/1/5
if I give url:{{ url(‘new/1/5’) }}
the output_url = localhost/abc/1/1{{ url(‘new/1/5’) }}
How to solve this.
Agun17 2019-11-05 11:02:22
help me please, guys know how to do it sweet alert confirm yes or no send message sms
zorca 2019-11-05 11:06:55
Agun17 2019-11-05 11:02:22
help me please, guys know how to do it sweet alert confirm yes or no send message sms
https://laravel-news.com/laravel-sweetalert https://www.mynotepaper.com/use-sweetalert2-with-ajax-in-laravel.html
Laravel SweetAlert –
Laravel NewsLaravel SweetAlert is a Laravel package by Rashid Ali that integrates the popularJavaScript SweetAlert 2 library with Laravel.
Agun17 2019-11-05 11:28:19
zorca 2019-11-05 11:06:55
https://laravel-news.com/laravel-sweetalert https://www.mynotepaper.com/use-sweetalert2-with-ajax-in-laravel.html
for an example send sms gateway messages
zorca 2019-11-05 11:31:09
Agun17 2019-11-05 11:28:19
for an example send sms gateway messages
You will need create controller for sending messages, then ajax your method with Sweet Alert button. See second article.
Agun17 2019-11-05 11:33:48
zorca 2019-11-05 11:31:09
You will need create controller for sending messages, then ajax your method with Sweet Alert button. See second article.
for the second article to delete the data yes sir, I need to confirm whether or not when sending messages
zorca 2019-11-05 11:35:53
Agun17 2019-11-05 11:33:48
for the second article to delete the data yes sir, I need to confirm whether or not when sending messages
This is your task, you have to do it yourself. )))
zorca 2019-11-05 11:36:51
If you want me to do it, it’ll cost $18 an hour
Agun17 2019-11-05 12:34:13
anyone know why the queue can’t run on linux
skys215 2019-11-05 12:43:16
have you add crontab?
Agun17 2019-11-05 12:57:27
zorca 2019-11-05 11:35:53
This is your task, you have to do it yourself. )))
well sir I’m willing to pay with these costs
2019-11-05 15:42:02
Hi Guys. I need to generate 2 charts based on some data and insert them into a pdf. I want to use chart.js using laravel Charts package and barryvdh/laravel-dompdf but it seems that laravel-dompdf supports only images. I thought i good idea is to “print screen” those charts using 2 simple pages. The main issue is that i need to be in that page so i can save a image (which it works).
Is there a way i can print screen a page without being on that page? or other way (maybe a package or something) where i can generate 2 charts “on the fly” by saving them into images to be added later into a pdf?
Thanks
β prev | next β