Contents:
If Email sending failed, want i do?
could you show me the error message?
which version of laravel did your project use?
and could u show me the users migration file?
Is the sequence matters while creating migration file?
If Email sending failed, want i do?
could you show me the error message?
which version of laravel did your project use?
and could u show me the users migration file?
Is the sequence matters while creating migration file?
2020-10-06 13:34:17
If Email sending failed, want i do?
2020-10-06 13:57:07
But end user don’t want failed message, if mail doesn’t sent and take a time how to handle?
Moataz 2020-10-06 14:07:17
Send him it is failed or server error to resend it again
k_ankit05 2020-10-06 14:57:54
StanleyMasinde 2020-10-06 08:35:21
composer install
Done… That one I’ve resolved
kevinpita 2020-10-06 14:58:55
Hi, a quick question.
Why can I “ommit” putting the table when making the query if I use a model?
Im watching laracasts
and he made a model called Post and now he doesn’t have to put the table name which is Posts
k_ankit05 2020-10-06 14:59:41

Can u resolve this…php artisan migrate not working
kevinpita 2020-10-06 15:00:50
it says access denied
k_ankit05 2020-10-06 15:01:41
Yes
k_ankit05 2020-10-06 15:02:00
How to solve that
abdu_curry 2020-10-06 15:04:48
k_ankit05 2020-10-06 14:59:41
Can u resolve this…php artisan migrate not working
give it all the permition for “Migration” user in ur phpMyadmin
2020-10-06 15:05:01
check .env file
2020-10-06 15:05:30
username or password for connect database
k_ankit05 2020-10-06 15:10:16
I’ve created a database and its name is Migrate and .env file had use the same name..and the username is also the same
abdu_curry 2020-10-06 15:14:13
k_ankit05 2020-10-06 15:10:16
I’ve created a database and its name is Migrate and .env file had use the same name..and the username is also the same
did u check all privilege for ” Migration” user
k_ankit05 2020-10-06 15:14:47
No..
k_ankit05 2020-10-06 15:14:59
How to do that
abdu_curry 2020-10-06 15:24:54
goto to the same page when you create ur ” migration” user then edit ur users my clicking “edit privileges ”
2020-10-06 15:54:19

2020-10-06 15:54:49
I want to convert long number upto 4 decimal value
2020-10-06 15:56:17
I mean I want to convert
0.200000000000000011102230246251565404236316680908203125 to 0.2000
0.200000000000000011102230246251565404236316680908203125 to 0.2000
2020-10-06 15:56:48
I tried various way but I end up converting it to string
Moataz 2020-10-06 15:57:27
In C language you can make this by identify the number of digits
kevinpita 2020-10-06 15:58:05
2020-10-06 15:56:17
I mean I want to convert
0.200000000000000011102230246251565404236316680908203125 to 0.2000
0.200000000000000011102230246251565404236316680908203125 to 0.2000
truncate?
Moataz 2020-10-06 15:58:06
Like 4d% for sure php have the same concept
kevinpita 2020-10-06 15:58:42
floor(0.20004564654 * 100) / 100;
Moataz 2020-10-06 15:58:45
Or convert it to short
2020-10-06 15:59:13
kevinpita 2020-10-06 15:58:42
floor(0.20004564654 * 100) / 100;
I can try this
Moataz 2020-10-06 15:59:19
kevinpita 2020-10-06 15:58:42
floor(0.20004564654 * 100) / 100;
That’s it
kevinpita 2020-10-06 15:59:31
it may return a wrong value if thers only 2 nums after .
2020-10-06 15:59:32
Moataz 2020-10-06 15:58:06
Like 4d% for sure php have the same concept
I tried this but it convert the number to string
kevinpita 2020-10-06 15:59:48
You can read more here
https://stackoverflow.com/questions/4668628/truncate-float-numbers-with-php
https://stackoverflow.com/questions/4668628/truncate-float-numbers-with-php
Truncate float numbers with PHP – Stack Overflow
When a float number needs to be truncated to a certain digit after the floating point, it turns out that it is not easy to be done. For example if the truncating has to be done to second digit afte…
When a float number needs to be truncated to a certain digit after the floating point, it turns out that it is not easy to be done. For example if the truncating has to be done to second digit afte…
2020-10-06 16:00:55
I want upto 4 decimal digit
So I’ll do multiply and divide by 10000
EngineerNatheer 2020-10-06 16:27:32
How to install laravel on Windows 10 64 bit please
2020-10-06 16:54:31
Hello, I am recently started with laravel framework. Facing problem while migrating tables. I have registered a rest API course in udemy. So following step wise instructions.
2020-10-06 16:55:32
The issue is , foreign key constraints is incorrectly formed. please guide me. thanks
2020-10-06 16:57:21

2020-10-06 16:57:54
This is my code block.
AMIT 2020-10-06 17:06:35
2020-10-06 15:54:49
I want to convert long number upto 4 decimal value
number_format(“12345.65566765”,4)
charlie_x2 2020-10-06 17:11:17
2020-10-06 16:57:54
This is my code block.
try $table->bigInteger()
2020-10-06 17:16:23
Thank you so much, but it is not working
$table->bigInteger()
Same issue.
I tried both, with and without parameter.
charlie_x2 2020-10-06 17:18:13
could you show me the error message?
2020-10-06 17:19:11

2020-10-06 17:19:23
Sure
charlie_x2 2020-10-06 17:26:38
which version of laravel did your project use?
charlie_x2 2020-10-06 17:27:20
and could u show me the users migration file?
2020-10-06 17:28:35
V6.18.41
2020-10-06 17:28:57
Is the sequence matters while creating migration file??
2020-10-06 17:30:20

charlie_x2 2020-10-06 17:33:22
2020-10-06 17:28:57
Is the sequence matters while creating migration file??
It matters. The refered table should created before it be refered. It is right in your code.
2020-10-06 17:34:36
Ok, so the name of file is prefixed with date time right