← prev | next →
deco_O 2019-10-08 21:50:29
Anyone who has done api authentication using laravel passport??
m 2019-10-08 23:01:31
Urgently require laravel developer for Noida Location Delhi NCR ,2-4 years experience.
2019-10-08 23:35:34
http://chng.it/wyG2cTDQ7x
Подпишите петицию –
Change.orgВыделение финансов из “Фонда Кино” передаче “Реутов ТВ”
daemon_coder 2019-10-09 02:05:01
m 2019-10-08 23:01:31
Urgently require laravel developer for Noida Location Delhi NCR ,2-4 years experience.
Remote?
Tererai Mugova 2019-10-09 08:23:22
deco_O 2019-10-08 21:50:29
Anyone who has done api authentication using laravel passport??
I have
ihorhnatchuk 2019-10-09 08:33:50
Good morning. Maybe someone has a good solution how to properly view the post. That would not count admins and that would count only once viewing
vikaskumar_99 2019-10-09 09:31:50
How to destroy session in 5 min automatic in laravel. Pls guide me
StanleyMasinde 2019-10-09 09:33:22
Do you guys read the docs/research before asking. ? Most of the things you ask are very clear in the docs
Manoj Mehta 2019-10-09 10:39:38
How can I use easy buzz payment getway library in laravel?
Singhm123 2019-10-09 16:25:29
Can anyone please suggest me..
How i upgrade my project laravl 5.1 to 5.8
epona 2019-10-09 16:29:53
i think you should upgrade from 5.1->5.2->5.3->5.4->5.5->5.6->5.7->5.8 or try https://laravelshift.com?
Laravel Shift –
LaravelshiftAutomated and human services for upgrading, auditing, and testing your Laravel applications.
DesolatorMagno 2019-10-09 17:05:15
I think that making a new 5.8 project and copy paste would be faster and safer.
shubhamdhyani 2019-10-09 17:15:27
DesolatorMagno 2019-10-09 17:05:15
I think that making a new 5.8 project and copy paste would be faster and safer.
need to check package dependency
DesolatorMagno 2019-10-09 17:35:17
Yes, you can try it in a new project before migrating, for example in Laravel 5.8 they use carbon 2, that can broke many packages.
PHP Begginer 2019-10-09 21:20:53

I am trying to test directly from the browser to retrieve a JWT token. I have configured my app in Auth0, provided callback URLs. When I paste the below URL in the browser and enter my credentials I get an error “Oops!, something went wrong, Callback URL mismatch.
The url “http://travel-web-application.dev.com/ is not in the list of allowed callback URLs: .”
2019-10-09 22:13:34
Sending bulk mail to different users in laravel?
Mar R. 2019-10-09 23:00:15
DesolatorMagno 2019-10-10 00:21:44
PHP Begginer 2019-10-09 21:20:53
I am trying to test directly from the browser to retrieve a JWT token. I have configured my app in Auth0, provided callback URLs. When I paste the below URL in the browser and enter my credentials I get an error “Oops!, something went wrong, Callback URL mismatch.
The url “http://travel-web-application.dev.com/ is not in the list of allowed callback URLs: .”
Well, there is exactly what is the error and what to do to fix it.
PHP Begginer 2019-10-10 00:23:00
PHP Begginer 2019-10-10 00:23:12
get greyed
sofaltsp 2019-10-10 19:24:58
Hello Guys!
I need ur help.
I have a laravel project that have been hosted in Heroku.
How can I apply scheduler in my application? I want to set scheduler to run a specific function every morning.
sofaltsp 2019-10-10 19:26:50
If you think you have some solutio, Please kindly share it with me
sofaltsp 2019-10-10 19:33:57
sofaltsp 2019-10-10 19:34:36
Heroku does have cron
but i dont know how to set here
sofaltsp 2019-10-10 19:38:50
Ok Thank Samuel
let me try it.
Aubergine 2019-10-10 19:55:20
Good evening, currently I have a problem with laravel.
I would like to be able to automatically disconnect a user if he is inactive after 30min. only with cookies does not work if it is offline.
an idea of how to do that?
NMg78 2019-10-10 20:46:38
Hello guys looking for login and registration template
Aubergine 2019-10-10 20:47:31
heroku what is this?
NMg78 2019-10-10 20:47:38
yes
2019-10-10 21:54:00
People I want to do request in my Laravel application by API, but I am getting de error 419. What do I do?
2019-10-10 21:55:47
How do I change the file web.php to api.php to do requests?
Behibehinew 2019-10-10 22:11:18
2019-10-10 21:54:00
People I want to do request in my Laravel application by API, but I am getting de error 419. What do I do?
expire your session🤔
2019-10-10 22:13:59
This is because I am doing the request in the file web.php;
I do the request and it returns the error 419 because the application waits for a CSRF token, but I want to do the request in the api.php file.
Marvixino 2019-10-10 22:18:11
why this return empty?
public function getThumbnailUrl ($name, $width = ‘100’, $height = ”) {
$width = ($width) ? $width : ’empty’;
}
behzadaminnima 2019-10-10 22:19:13
2019-10-10 22:13:59
This is because I am doing the request in the file web.php;
I do the request and it returns the error 419 because the application waits for a CSRF token, but I want to do the request in the api.php file.
use laravel pssport
2019-10-10 22:20:32
behzadaminnima 2019-10-10 22:19:13
use laravel pssport
What does it do?
DesolatorMagno 2019-10-10 22:50:46
Marvixino 2019-10-10 22:18:11
why this return empty?
public function getThumbnailUrl ($name, $width = ‘100’, $height = ”) {
$width = ($width) ? $width : ’empty’;
}
Because you are returning nothing.
Marvixino 2019-10-10 23:16:38
DesolatorMagno 2019-10-10 22:50:46
Because you are returning nothing.
The value is set in the function signature
DesolatorMagno 2019-10-10 23:18:23
You didn’t talk about setting value, you say “why this return empty”
It return nothing because it don’t have a return.
sofaltsp 2019-10-11 04:37:57
Ok, got it sir!
2019-10-11 07:49:17
How to handle the error in API?
Agun17 2019-10-11 09:31:21
hello anyone know how to make a graph by displaying the incoming data every hour
skys215 2019-10-11 09:45:37
Agun17 2019-10-11 09:31:21
hello anyone know how to make a graph by displaying the incoming data every hour
use some javascript library
and call api to get latest data
Agun17 2019-10-11 09:46:39
skys215 2019-10-11 09:45:37
use some javascript library
and call api to get latest data
is there an example
skys215 2019-10-11 09:47:09
Agun17 2019-10-11 09:46:39
is there an example
You didn’t find one?
Agun17 2019-10-11 09:48:33
skys215 2019-10-11 09:47:09
You didn’t find one?
yes I found none
Agun17 2019-10-11 09:49:09
Can I have a reference, sir?
2019-10-11 09:49:10
Bang kalo ngatasin laravel server yg kalo diakses di browser lama loadingnya gmn?
skys215 2019-10-11 09:56:43
Agun17 2019-10-11 09:48:33
yes I found none
Realtime
Try this
JavaScript Realtime Chart Example – ApexCharts.js –
ApexCharts.jsView the example of a JavaScript realtime line chart that updates every 2 seconds. Checkout the sample code for it included along with the example.
skys215 2019-10-11 10:01:24
Agun17 2019-10-11 09:48:33
yes I found none
https://epochjs.github.io/epoch/real-time/
https://canvasjs.com/html5-javascript-dynamic-chart/
https://www.quora.com/Whats-a-good-JavaScript-library-for-real-time-charting
http://smoothiecharts.org/
Chart with Dynamic Data –
CanvasJSDynamic, Live or Real-Time JavaScript Charts & Graphs. Dynamically load Chart Data & show changes over time. Supports Live Update of line, area, bar, etc
← prev | next →