Contents:
Do you have any good tutorial for both?
How to convert string column type to integer using Laravel migration?
What do you advice, to keep learning laravel 7 or learning laravel 6 up to end?
Did you get the page on browser?
Did you check your database connections settings?
Are you using PHP or Laravel to do that?
Can I spread your offer?
Do you have any good tutorial for both?
How to convert string column type to integer using Laravel migration?
What do you advice, to keep learning laravel 7 or learning laravel 6 up to end?
Did you get the page on browser?
Did you check your database connections settings?
Are you using PHP or Laravel to do that?
Can I spread your offer?
Gabby_Json 2020-04-29 22:17:36
Gabby_Json 2020-04-29 22:04:03
You’ll see php.ini open it
They’re three php.ini files change the memory limit to 2048mb
prabhjd 2020-04-30 00:20:10
Any idea of how to implement license feature for example after 5 months a user account should expire and he cannot log in until he subscribes again
DesolatorMagno 2020-04-30 00:22:18
Yes, you register payment, day of payment and day of end of service.
DesolatorMagno 2020-04-30 00:23:02
Read about SaaS
prabhjd 2020-04-30 00:23:44
Any tutorial?
prabhjd 2020-04-30 00:24:13
I currently don’t have any payment system
prabhjd 2020-04-30 00:24:33
I will assign license from my dashboard to a user
DesolatorMagno 2020-04-30 00:25:06
It have 2 part, payment and license control.
prabhjd 2020-04-30 00:26:21
Do you have any good tutorial for both?
DesolatorMagno 2020-04-30 00:26:44
You need to save date for payment (date of payment, amount, plan, code, etc) and License (Plan, date start, date end, features, etc)
prabhjd 2020-04-30 00:27:15
DesolatorMagno 2020-04-30 00:26:44
You need to save date for payment (date of payment, amount, plan, code, etc) and License (Plan, date start, date end, features, etc)
Yeah I understand the idea
prabhjd 2020-04-30 00:27:31
Just looking for a good guide
DesolatorMagno 2020-04-30 00:27:41
Well, that’s the idea.
Mutazhanafi 2020-04-30 03:47:31
pls links laravel + vue tutorial
skys215 2020-04-30 03:55:46
www.google.com
2020-04-30 05:28:40
hello can u give method for create products with ilage
2020-04-30 05:28:44
image
skys215 2020-04-30 05:49:07
uploading image can be in a different api
AKTF1 2020-04-30 05:56:27
good night .. how could you change the type of a column by migration, from string to decimal or float
skys215 2020-04-30 05:56:49
with method
->change()
->change()
AKTF1 2020-04-30 05:58:32
i ‘ m using this: $table->decimal(‘qqq’, 12, 2)->charset(null)->change(); … but return error:
skys215 2020-04-30 05:58:49
what error?
AKTF1 2020-04-30 05:59:20
wait.. upload image
AKTF1 2020-04-30 05:59:40

AKTF1 2020-04-30 06:01:12
any ideas??
skys215 2020-04-30 06:01:31
type
php artisan migrate —prepare
copy the sql and run on your db
php artisan migrate —prepare
copy the sql and run on your db
AKTF1 2020-04-30 06:03:39
php artisan migrate —prepare…. The —prepare option does not exist
skys215 2020-04-30 06:04:08
wait
AKTF1 2020-04-30 06:04:18
kooko
skys215 2020-04-30 06:04:26
oh, it’s —pretend
AKTF1 2020-04-30 06:06:13
when run script in db
AKTF1 2020-04-30 06:06:15
SQL Error [1064] [42000]: (conn=112) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘CHARACTER SET utf8mb4 DEFAULT NULL COLLATE utf8mb4_unicode_ci’ at line 1
skys215 2020-04-30 06:07:24
google it if mariadb allow this kind of statement
AKTF1 2020-04-30 06:08:22
I’ve been Googling for a while and can’t find anything
skys215 2020-04-30 06:19:37
which version of doctrine/dbal are you using?
skys215 2020-04-30 06:20:20
try downgrade it to 2.9.3
ref: https://stackoverflow.com/questions/58976719/how-to-convert-string-column-type-to-integer-using-laravel-migration
ref: https://stackoverflow.com/questions/58976719/how-to-convert-string-column-type-to-integer-using-laravel-migration
How to convert string column type to integer using Laravel migration? – Stack Overflow
I am trying to alter the column datatype using Laravel migration. But I am facing following error. Please help me out.
I am trying to alter the column datatype using Laravel migration. But I am facing following error. Please help me out.
Schema::table(‘files’, function(Blueprint $table) {
$table->integer(‘a…
hiteshv253 2020-04-30 06:21:52
RPRamPrasad 2020-04-29 21:58:49
connection error.
2020-04-30 09:42:58
2020-04-29 20:38:15
Hey, I just run php artisan serve then I got localhost ip address with default port number. But this url run on browser then nothing to happen only page is loading. Why such thing happened?
Any ideas 👆
2020-04-30 10:16:11
What do you advice, to keep learning laravel 7 or learning laravel 6 up to end? I started to learn laravel 6, 3 months ago.
cayetanohosma 2020-04-30 10:17:28
2020-04-30 09:42:58
Any ideas 👆
Did you get the page on browser? I don’t get the issue, could you explain better, please?
cayetanohosma 2020-04-30 10:19:00
RPRamPrasad 2020-04-29 21:58:49
Did you check your database connections settings? It sees that you’re using a wrong configuration
Gowtham_Boopathiraj 2020-04-30 10:27:44
Hi frds one help
Application/octet-stream format
I upload capture back camera image in android.
How to save
Please help me
Application/octet-stream format
I upload capture back camera image in android.
How to save
Please help me
cayetanohosma 2020-04-30 10:49:33
Gowtham_Boopathiraj 2020-04-30 10:27:44
Hi frds one help
Application/octet-stream format
I upload capture back camera image in android.
How to save
Please help me
Application/octet-stream format
I upload capture back camera image in android.
How to save
Please help me
Are you using PHP or Laravel to do that? Please tell us how? 🙏
Gowtham_Boopathiraj 2020-04-30 11:01:19
Laravel but i have using image/inverstion library to save but get file format
Gowtham_Boopathiraj 2020-04-30 11:01:25
How to fix the issue
2020-04-30 11:06:56
React native developer required. Send your resume to hr@syncsitetec.com
cayetanohosma 2020-04-30 11:16:50
Gowtham_Boopathiraj 2020-04-30 11:01:19
Laravel but i have using image/inverstion library to save but get file format
Which library are you using?
cayetanohosma 2020-04-30 11:17:04
2020-04-30 11:06:56
React native developer required. Send your resume to hr@syncsitetec.com
Can I spread your offer?
Gowtham_Boopathiraj 2020-04-30 11:19:02
cayetanohosma 2020-04-30 11:16:50
Which library are you using?
Use Invervention/Image/Facades/Image;
cayetanohosma 2020-04-30 11:20:01
I guess that you read the documentation at http://image.intervention.io/getting_started/installation, so what do you need to do exactly?