Contents:
What do you want to translate?
Please is der any reason y pusher dosent return data to my app?
What should I do to remove the html tags and make its have their own effects?
Can I copy it from another project?
why are you trying to save images in db?
Can we sync local database table with live database on one single click ?
Yes tats true ,how to make it ?
What do you want to translate?
Please is der any reason y pusher dosent return data to my app?
What should I do to remove the html tags and make its have their own effects?
Can I copy it from another project?
why are you trying to save images in db?
Can we sync local database table with live database on one single click ?
Yes tats true ,how to make it ?
oxbir 2019-08-01 00:05:07
yoofi_graham 2019-08-01 00:04:53
What do you want to translate?
Yes
yoofi_graham 2019-08-01 00:06:34
oxbir 2019-08-01 00:04:02
how to translate it now?
I don’t understand this
nimacode 2019-08-01 00:25:59
Hi my friends
nimacode 2019-08-01 00:27:33
I developed an micro mvc framework and would be happy to know what you think
daemon_coder 2019-08-01 01:39:55
Please is der any reason y pusher dosent return data to my app? all pusher ajax requests return code 204 instead of 200 even though I can c d data from my app in d pusher debug console.
R_IT_Geek 2019-08-01 10:57:18
hi
I would like to send my product details to the app.
What should I do to remove the html tags and make its have their own effects?
It didn’t work::
strip_tags(htmlspecialchars_decode($this->details))
EdcbaoO 2019-08-01 11:10:19
Good day everyone..
If I accidentally deleted the autoload. Php
Can I copy it from another project?
I tried but still facing the same problem no such file or directory
If I accidentally deleted the autoload. Php
Can I copy it from another project?
I tried but still facing the same problem no such file or directory
EdcbaoO 2019-08-01 11:10:48
I was trying to download carbon and it failed when I deleted it’s files this happened
2019-08-01 12:26:09
Hello friends I’m very newbie Please help me
I have a database ready And I didn’t build my models and by query get data and store them in the database
Now I want to save a picture in a table called message
what do I do?
$ image = $ request-> input (‘image’) -> store (‘uploads’, ‘image’); DB :: table (‘message’) -> insert ([ ‘image’ => $ image ]);
I wrote something like that 🤦♂🤦♂🤦♂
shubhamdhyani 2019-08-01 12:27:18
why are you trying to save images in db?
shubhamdhyani 2019-08-01 12:27:28
there is disk space or s3 for that
shubhamdhyani 2019-08-01 12:29:03
EdcbaoO 2019-08-01 11:10:19
Good day everyone..
If I accidentally deleted the autoload. Php
Can I copy it from another project?
I tried but still facing the same problem no such file or directory
If I accidentally deleted the autoload. Php
Can I copy it from another project?
I tried but still facing the same problem no such file or directory
tried composer install?
2019-08-01 12:30:50
shubhamdhyani 2019-08-01 12:27:28
there is disk space or s3 for that
No
I Just want to save the url of image in db
shubhamdhyani 2019-08-01 12:32:36
Storage::disk(‘public’)->put($filePath, file_get_contents($file->getRealPath()), ‘public’);
this will put the file at the location (filepath)
$url = Storage::disk(‘public’)->url($filePath);
}
this will put the file at the location (filepath)
$url = Storage::disk(‘public’)->url($filePath);
}
shubhamdhyani 2019-08-01 12:32:49
this will give you the url which you can save in db
2019-08-01 12:36:42
shubhamdhyani 2019-08-01 12:32:49
this will give you the url which you can save in db
Tnx
Manish Kumar 2019-08-01 14:13:49
Can we sync local database table with live database on one single click ?
PHP Begginer 2019-08-01 15:47:59
Failed to load resource: the server responded with a status of 500 (Internal Server Error) help
PHP Begginer 2019-08-01 16:45:24
How do i resolve the following problem on laravel 5.8
PHP Begginer 2019-08-01 16:45:27
: SQLSTATE[HY000]: General error: 1215 Cannot add foreign
key constraint (SQL: alter table attribute_values add constraint `attribute_values_attribute_id
_foreign` foreign key (attribute_id) references attributes (id))
key constraint (SQL: alter table attribute_values add constraint `attribute_values_attribute_id
_foreign` foreign key (attribute_id) references attributes (id))
PHP Begginer 2019-08-01 16:56:16
resolved
Sumanta_mukhopadhyay 2019-08-01 17:07:15
Hie
Sumanta_mukhopadhyay 2019-08-01 17:07:27
Is there any ways to connect to ftps from laravel
Sumanta_mukhopadhyay 2019-08-01 17:07:53
Please let me know
DesolatorMagno 2019-08-01 17:08:10
Yes.
Sumanta_mukhopadhyay 2019-08-01 17:08:21
How to do
Sumanta_mukhopadhyay 2019-08-01 17:08:39
Ftp is possible with filesystems
Sumanta_mukhopadhyay 2019-08-01 17:08:44
But what about ftps
DesolatorMagno 2019-08-01 17:08:56
YES
Sumanta_mukhopadhyay 2019-08-01 17:09:05
It shows connection closed by server
Sumanta_mukhopadhyay 2019-08-01 17:09:22
I made with ssl true
DesolatorMagno 2019-08-01 17:09:23
I made a app to download a file from ftp, ftps and URL.
Sumanta_mukhopadhyay 2019-08-01 17:09:46
How
DesolatorMagno 2019-08-01 17:09:58
But the config for ftp != Ftps
Sumanta_mukhopadhyay 2019-08-01 17:10:14
Yes tats true ,how to make it ?
DesolatorMagno 2019-08-01 17:10:15
Search the PHP league, they have a package.
Sumanta_mukhopadhyay 2019-08-01 17:10:23
Name me the package
Sumanta_mukhopadhyay 2019-08-01 17:10:35
Name the package
Sumanta_mukhopadhyay 2019-08-01 17:11:30
For ftps
DesolatorMagno 2019-08-01 17:12:40
I am sit down looking at the ceiling, with not internet and waiting for the electricity to return in (with luck) 4 hour, sorry but I am not gonna spend my mobile data to search it for you.
Just search the
PHP league fylesystem
Just search the
PHP league fylesystem
Sumanta_mukhopadhyay 2019-08-01 17:14:24
Ftp is by default available
Sumanta_mukhopadhyay 2019-08-01 17:14:34
By laravel
Sumanta_mukhopadhyay 2019-08-01 17:14:49
But what about ftps
DesolatorMagno 2019-08-01 17:17:33
My first project in Laravel after 5 years wiouth using PHP was using ftp + ftps, so yes is possible and not that hard.
Sumanta_mukhopadhyay 2019-08-01 17:18:34
I tried it it always show connection closed by server
Sumanta_mukhopadhyay 2019-08-01 17:20:13
Do i need enable something specially for ftps in php
Sumanta_mukhopadhyay 2019-08-01 17:20:27
.ini
Sumanta_mukhopadhyay 2019-08-01 17:24:06
Let me know guys if anyone have any experience
Sumanta_mukhopadhyay 2019-08-01 18:36:54
Anybody thete
Sumanta_mukhopadhyay 2019-08-01 18:37:11
To help me out