jakhongir_bakhodirov 2021-04-05 04:43:45
littlefish111 2021-04-05 04:43:05
you getting 500 response
yeap You are right
but why is it happening?
littlefish111 2021-04-05 04:45:11
jakhongir_bakhodirov 2021-04-05 04:43:45
yeap You are right
but why is it happening?
but why is it happening?
take a look into logs (logs/laravel.log)
littlefish111 2021-04-05 04:45:46
config/logging.php if your logs are defined somewhere else
littlefish111 2021-04-05 04:46:23
And scroll to the bottom
jakhongir_bakhodirov 2021-04-05 04:47:05
littlefish111 2021-04-05 04:46:23
And scroll to the bottom
I have found then what Should I do to fix it
littlefish111 2021-04-05 04:47:33
what does the error message say?
littlefish111 2021-04-05 04:48:11
Sorry, gave you the wrong path its usually “./storage/logs/laravel.log”
littlefish111 2021-04-05 04:52:45
jakhongir_bakhodirov 2021-04-05 04:17:02
Hi guys
Why this error caused when I want to save data into database
Why this error caused when I want to save data into database
if I look to your form, it is a bad database design if you can insert a string into a price field
jakhongir_bakhodirov 2021-04-05 04:53:43
littlefish111 2021-04-05 04:48:11
Sorry, gave you the wrong path its usually “./storage/logs/laravel.log”
never mind
littlefish111 2021-04-05 04:53:58
did you resolve it?
littlefish111 2021-04-05 04:54:47
could be also “@csrf” token is missing in your form
jakhongir_bakhodirov 2021-04-05 04:55:25
littlefish111 2021-04-05 04:52:45
if I look to your form, it is a bad database design if you can insert a string into a price field
I know but We can implement mathematics operation in string
jakhongir_bakhodirov 2021-04-05 04:55:47
littlefish111 2021-04-05 04:53:58
did you resolve it?
No I could not solved it π€¦ββοΈ
jakhongir_bakhodirov 2021-04-05 04:56:07
littlefish111 2021-04-05 04:54:47
could be also “@csrf” token is missing in your form
I wrote it
littlefish111 2021-04-05 04:56:34
yeah then its hard to tell, if you not share the error message
jakhongir_bakhodirov 2021-04-05 04:57:59
littlefish111 2021-04-05 04:56:34
yeah then its hard to tell, if you not share the error message
this error message
jakhongir_bakhodirov 2021-04-05 04:58:09
jakhongir_bakhodirov 2021-04-05 04:17:43
this line 3844 where error caused here
this line when error happened
littlefish111 2021-04-05 04:58:12
no the server side error message
littlefish111 2021-04-05 04:59:37
or just read error handling in the documentation
littlefish111 2021-04-05 05:04:00
do you have APP_DEBUG=true ?
littlefish111 2021-04-05 05:04:10
in the “.env”
littlefish111 2021-04-05 05:09:11
jakhongir_bakhodirov 2021-04-05 04:57:59
this error message
I think I know whats the problem is π
littlefish111 2021-04-05 05:10:01
your route is /home/partiya/insert, looks like you redirected because you are not logged in, could it be?
WhoamI 2021-04-05 05:53:30

Dear Team Please
rohan_the_boss 2021-04-05 06:12:22
WhoamI 2021-04-05 05:53:30
Dear Team Please
you have to pass id of employee in route method,
ex: route(‘enployee.edit’, $employee->id)
Ayushi2020 2021-04-05 09:54:49
https://www.linkedin.com/posts/ayushi-goel-066818152_pythondevelopers-phpdevelopers-reactjsdevelopers-activity-6784728316726308864-El-f
Ayushi Goel on LinkedIn: #pythondevelopers #phpdevelopers #reactjsdevelopers – Linkedin
We are hiring for the below positions.
Location – Andheri East, Mumbai.
Workdays – Monday to Friday.
We are hiring for the below positions.
Location – Andheri East, Mumbai.
Workdays – Monday to Friday.
β‘Team Lead/ Sr Python Developer (Django + mongo) …
Acird Burn 2021-04-05 11:10:09
Looking out for a laravel developer to customize and add up a few new features onto a backend system
sobirjonovs 2021-04-05 11:11:36
just for experience))
https://github.com/sobirjonovs/tophp-framework
GitHub – sobirjonovs/tophp-framework: ToPHP β framework – GitHub
ToPHP β framework. Contribute to sobirjonovs/tophp-framework development by creating an account on GitHub.
ToPHP β framework. Contribute to sobirjonovs/tophp-framework development by creating an account on GitHub.
hddhagai 2021-04-05 11:12:25
can we use variable in eloquent where
->where($variable,1)
simon_an 2021-04-05 11:29:42
https://youtu.be/0zCDxWvHAXw
75 Laravel Forum Admin Middleware – Part of Creating Laravel forum course, check descr. below – YouTube
This is part of my udemy course (coupon): https://www.udemy.com/course/laravel-forum-create-a-forum-using-laravel-2021/?couponCode=FEF213F066AE1EB530FAFree C…
This is part of my udemy course (coupon): https://www.udemy.com/course/laravel-forum-create-a-forum-using-laravel-2021/?couponCode=FEF213F066AE1EB530FAFree C…
TecherrorNR9 2021-04-05 12:06:50
Http/1.1 500 internal server error
Why i am facing this error
TecherrorNR9 2021-04-05 12:26:29
TecherrorNR9 2021-04-05 12:06:50
Http/1.1 500 internal server error
Why i am facing this error
Please help me
2021-04-05 12:51:38
Anybody here who handled stock on laravel through payment gateway.
The site is online and uses a payment gateway where after a successful payment the quantity of the ordered products quantity should be deducted from the stock
The site is online and uses a payment gateway where after a successful payment the quantity of the ordered products quantity should be deducted from the stock
SHUBHAM PANCHAL 2021-04-05 13:25:01
hello everyone… I need a help
I work on my personal project and I use this Twilio chat service… I made an API in Laravel and I use Twilio API for conversation… now I’m able to send a message to a particular number but I don’t know how to receive SMS back like if I send a message “hello” then the user send me back “hello” but I didn’t receive this SMS user message… can u plz learn how to receive a message from the particular user? I want to finish my project and I need your help
I work on my personal project and I use this Twilio chat service… I made an API in Laravel and I use Twilio API for conversation… now I’m able to send a message to a particular number but I don’t know how to receive SMS back like if I send a message “hello” then the user send me back “hello” but I didn’t receive this SMS user message… can u plz learn how to receive a message from the particular user? I want to finish my project and I need your help
2021-04-05 13:35:40

And do anyone know why the vendor folder and .env file look offcolor. I don’t know why it is giving an error it runs fine on my colleague’s pc and we have same PHP version laravel version still the project is giving errors in my pc