Contents:
So which data type i choose?
Can anyone help me with this?
Can you please show us your code?
My route or blade or controller?
So which data type i choose?
Can anyone help me with this?
Can you please show us your code?
My route or blade or controller?
rebory 2020-02-15 13:04:51

i don’t know why it not working (destroy only)
HbJ23 2020-02-15 13:13:42
How i should run it in laravel
HbJ23 2020-02-15 13:14:15
In this format Str::random(10)
sujith857 2020-02-15 13:14:41
rand(1000,10000)
HbJ23 2020-02-15 13:15:22
Ok thank u
2020-02-15 13:15:57
user faker library
HbJ23 2020-02-15 13:24:03
2020-02-15 13:15:57
user faker library
Ok i will check tnx mata
HbJ23 2020-02-15 13:33:29
Ok bro
HbJ23 2020-02-15 13:33:34
Tnx alot
gaurav42 2020-02-15 13:54:26
Laravel SSL request error how to resolve
rebory 2020-02-15 14:21:24
why mysql not save my float values
rebory 2020-02-15 14:22:21

blade dd(); array
rebory 2020-02-15 14:22:54

table schema
rebory 2020-02-15 14:23:20

after inserted
rebory 2020-02-15 14:25:51
unit price and and tax amount saved 00 after decimal
loveycom 2020-02-15 14:27:35
Why don’t you use double instead of decimal?
rebory 2020-02-15 14:30:32
loveycom 2020-02-15 14:27:35
Why don’t you use double instead of decimal?
my question is amount column saved float value
rebory 2020-02-15 14:30:49
but other coulmns not
rebory 2020-02-15 14:31:06
but data type same for all coulumns
loveycom 2020-02-15 14:31:39
Check your dd() screen
loveycom 2020-02-15 14:31:56
Amount is string while others are float
loveycom 2020-02-15 14:32:19
loveycom 2020-02-15 14:31:56
Amount is string while others are float
This is the reason
cosmonte 2020-02-15 17:27:48
Post api is not working
401 authentication error
cosmonte 2020-02-15 17:28:17
Message: unauthorized
cosmonte 2020-02-15 17:29:22
Im working on a project: laravel + vuejs
rebory 2020-02-15 17:40:19
loveycom 2020-02-15 14:32:19
This is the reason
So which data type i choose?
rebory 2020-02-15 17:40:27
For saving float value
loveycom 2020-02-15 18:02:17
rebory 2020-02-15 17:40:27
For saving float value
Double datatype.
toito_lucho 2020-02-15 18:17:23
Hi guys… does enaybody kwnos a tool to generate reports like Crystal Report(.NET) o Ireport(Java) in php with laravel?
Fatima 2020-02-15 22:29:21

Can anyone help me with this???
2020-02-15 22:30:15
Fatima 2020-02-15 22:29:21
Can anyone help me with this???
import class
2020-02-15 22:30:19
use …
Fatima 2020-02-15 22:31:43
2020-02-15 22:30:19
use …
I cant understand what you mean
Fatima 2020-02-15 22:37:17
It seems every thing alright, it shows all data when I get dd
Fatima 2020-02-15 23:21:27
Fatima 2020-02-15 22:29:21
Can anyone help me with this???
Please help meππππ
TDarkCoder 2020-02-15 23:23:22
Fatima 2020-02-15 23:21:27
Please help meππππ
Can you please show us your code?
Fatima 2020-02-15 23:23:51
TDarkCoder 2020-02-15 23:23:22
Can you please show us your code?
My route or blade or controller?
TDarkCoder 2020-02-15 23:24:40
Let’s begin with controller
TDarkCoder 2020-02-15 23:24:56
And then your route
Fatima 2020-02-15 23:25:15

Fatima 2020-02-15 23:25:17

TDarkCoder 2020-02-15 23:27:17
Send blade pls
TDarkCoder 2020-02-15 23:29:03
And please pay attention to your database table you are relating to
Fatima 2020-02-15 23:29:08

Fatima 2020-02-15 23:29:23
In local it is fine
Fatima 2020-02-15 23:29:39
Even when I get dd it shows data
Fatima 2020-02-15 23:29:50
In host it doesn’t show
TDarkCoder 2020-02-15 23:31:19
https://stackoverflow.com/questions/59440184/laravel-action-facade-ignition-http-controllers-executesolutioncontroller-not-de
Laravel Action FacadeIgnitionHttpControllersExecuteSolutionController not defined – Stack Overflow
I added 2 fields in a table. Nothing crazy
When i want to save() my object i get this error.
I added 2 fields in a table. Nothing crazy
When i want to save() my object i get this error.
$annonce = new Annonce([
‘user_id’ => auth()->user()->id,
‘slug’ =>
TDarkCoder 2020-02-15 23:31:47
TDarkCoder 2020-02-15 23:31:19
https://stackoverflow.com/questions/59440184/laravel-action-facade-ignition-http-controllers-executesolutioncontroller-not-de
Explore this, hope you will find the answer
TDarkCoder 2020-02-15 23:32:00
TDarkCoder 2020-02-15 23:31:47
Explore this, hope you will find the answer
There is the same problem