← prev | next →
webkuteer 2020-07-13 17:20:34
isofdev 2020-07-13 17:19:49
It’s for those who live in India Or ?
Anybody is ok we want to develop a no office environment
2020-07-13 19:00:49
Siberfx 2020-07-13 14:03:43
Does your tables have relation set?
Yes
2020-07-13 20:28:03
What do you suggest for the Laravel admin panel? Thank you
Siberfx 2020-07-13 22:18:53
2020-07-13 20:28:03
What do you suggest for the Laravel admin panel? Thank you
Backpack/voyager/quickadmin
nextexpo 2020-07-14 01:11:23
isofdev 2020-07-08 01:31:58
Find php.ini configuration file of xamp simply uncomment the extension:
extension=php_pdo_mysql.dll
I’m not using xamp tho
VimKanzo 2020-07-14 04:03:16
Hello guys i’m getting this error: Undefined property: stdClass::$created_at
VimKanzo 2020-07-14 04:05:04

I’m trying to implement the https://github.com/ConsoleTVs/Charts/ library
VimKanzo 2020-07-14 04:06:41

When i dd() the eloquent query, i get this results
VimKanzo 2020-07-14 04:08:14

But i’m not able to plot the chart. This is the error i get when rendering the view
VimKanzo 2020-07-14 04:08:37
Any help is much appreciated. Thanks @Siberfx
Siberfx 2020-07-14 04:59:15
in the model add protected $timestamps = false
doempechvathna 2020-07-14 05:26:15

i want to make like this form. how should i do.
Siberfx 2020-07-14 05:39:32
Bootstrap 🙂
doempechvathna 2020-07-14 05:42:26
😉 I want to create loop >loop add field
2020-07-14 05:47:48
Hello i have configured one project from git.
The project is laravel 6.8 with mongodb
I am passing crfc token wihle form passed but still after post i facing 419 form expired error
2020-07-14 05:48:26
2020-07-14 05:47:48
Hello i have configured one project from git.
The project is laravel 6.8 with mongodb
I am passing crfc token wihle form passed but still after post i facing 419 form expired error
Plz help me to solve 419 page expire error
YOUCODEWORLD 2020-07-14 06:05:22
2020-07-14 05:47:48
Hello i have configured one project from git.
The project is laravel 6.8 with mongodb
I am passing crfc token wihle form passed but still after post i facing 419 form expired error
show code
2020-07-14 06:06:22
The project already working in other laptop
2020-07-14 06:06:50
Any configuration that i missed for it?
2020-07-14 06:07:01
I am new to laravel.
YOUCODEWORLD 2020-07-14 06:08:23
This problems is not about any devices.
YOUCODEWORLD 2020-07-14 06:10:31
419 always is CSRF token fail
2020-07-14 06:13:25
Than how can i debug it?
Parsa212 2020-07-14 06:14:06
2020-07-14 06:13:25
Than how can i debug it?
Disable CSRF
YOUCODEWORLD 2020-07-14 06:15:25
Parsa212 2020-07-14 06:14:06
Disable CSRF
Post method must have CSRF
YOUCODEWORLD 2020-07-14 06:15:54
2020-07-14 06:16:06
Ok wait a min
2020-07-14 06:16:17
View code?
YOUCODEWORLD 2020-07-14 06:16:32
Yes
YOUCODEWORLD 2020-07-14 06:22:21
You’ve only one form? And you use @csrf
YOUCODEWORLD 2020-07-14 06:22:36
No need you add new input tag
YOUCODEWORLD 2020-07-14 06:23:14
You controller can dd() the request it’s no?
2020-07-14 06:25:44
YOUCODEWORLD 2020-07-14 06:22:21
You’ve only one form? And you use @csrf
On this page i have only form but in whole system there are lots of form
2020-07-14 06:26:19
And this is already developed by others so i cant change that method
2020-07-14 06:26:50
YOUCODEWORLD 2020-07-14 06:23:14
You controller can dd() the request it’s no?
Can you give me more details i cant understand it am new in laravel
YOUCODEWORLD 2020-07-14 06:35:31
2020-07-14 06:26:50
Can you give me more details i cant understand it am new in laravel
Give me show your route file
doempechvathna 2020-07-14 06:43:52

i want to make like this form. how should i do.
Parsa212 2020-07-14 08:13:16
YOUCODEWORLD 2020-07-14 06:15:25
Post method must have CSRF
You said for debugging. You can disable it in that case
YOUCODEWORLD 2020-07-14 08:14:45
Parsa212 2020-07-14 08:13:16
You said for debugging. You can disable it in that case
I already checked his project. Have a many problems
VimKanzo 2020-07-14 10:11:54
Siberfx 2020-07-14 04:59:15
in the model add protected $timestamps = false
Thanks will try that and revert
2020-07-14 10:18:48
What is the use of the job table in Laravel 6?
shubhamdhyani 2020-07-14 11:22:01
the job pushed from your code are first pushed into jobs table and then cleared off as they are processed
shubhamdhyani 2020-07-14 11:22:13
by your queue
Rajat Agrawal 2020-07-14 11:28:01
how to get the value of headers in controller when Iam doing ajax call
2020-07-14 11:29:34
shubhamdhyani 2020-07-14 11:22:13
by your queue
thanks You know the article for more reading except Laravel Documentation
Rajat Agrawal 2020-07-14 11:30:59
$request->header(‘Authorization’);
is this the correct way to retrieve headers
shubhamdhyani 2020-07-14 11:31:57
2020-07-14 11:29:34
thanks You know the article for more reading except Laravel Documentation
https://divinglaravel.com/queue-workers-how-they-work
Queue Workers: How they work – Diving Laravel –
Diving LaravelUnderstanding what happens under the hood when you run a queue worker.
VimKanzo 2020-07-14 11:53:42
Siberfx 2020-07-14 04:59:15
in the model add protected $timestamps = false
I did that, but still getting same error: Undefined property: stdClass::$created_at
← prev | next →