← prev | next →
2020-12-14 23:56:32
I need a very good laravel php developer whose worked with flutter as well to help make some small changes onto an activate app api changes and a few functionalities changes
Kibeish 2020-12-15 00:53:25
404|Not Found was because of spaces on the crsf_field i also did not have .. brackets ()
Kibeish 2020-12-15 00:54:04
Kibeish 2020-12-14 23:26:36
404|Not Found
solved
Kibeish 2020-12-15 00:54:16
Kibeish 2020-12-14 23:27:59
Delete snippet
solved
Kibeish 2020-12-15 00:54:33
Kibeish 2020-12-14 23:28:54
function delete
solved
Kibeish 2020-12-15 00:54:44
Kibeish 2020-12-14 23:29:59
routes
solved
JeevaniSM 2020-12-15 10:58:55
GistOf 2020-12-14 07:58:59
If you are the kind of person who wants to be told what to learn and which resources to use for it, then go to college. There are people whose 9-5 is doing that for you
Man that is a bit harsh 😳
Relaxed Guy 2020-12-15 11:05:07
Guys ….images upload offline but they cant online wat Cud be the reason I hosted on the shared hosting
amirvalhalla 2020-12-15 11:05:48
Relaxed Guy 2020-12-15 11:05:07
Guys ….images upload offline but they cant online wat Cud be the reason I hosted on the shared hosting
You have change the ajax address if you’re using it for upload image
Relaxed Guy 2020-12-15 11:06:12
M not using ajax
Relaxed Guy 2020-12-15 11:06:28
Let me share ma code
GistOf 2020-12-15 11:09:10
JeevaniSM 2020-12-15 10:58:55
Man that is a bit harsh 😳
You think?
2020-12-15 11:10:24
Do anyone have an basic project in laravel 8 with latest package
H_Bakhtar 2020-12-15 11:11:38
Hi why unlink is not working in host but is working in localhost for delete image
amirvalhalla 2020-12-15 11:13:30
H_Bakhtar 2020-12-15 11:11:38
Hi why unlink is not working in host but is working in localhost for delete image
Are you using storage for store links?
H_Bakhtar 2020-12-15 11:14:17
amirvalhalla 2020-12-15 11:13:30
Are you using storage for store links?
no
amirvalhalla 2020-12-15 11:14:57
H_Bakhtar 2020-12-15 11:14:17
no
So check your path, maybe it was wrong
2020-12-15 11:15:15
2020-12-15 11:10:24
Do anyone have an basic project in laravel 8 with latest package
Or any links for reffer
H_Bakhtar 2020-12-15 11:16:21
amirvalhalla 2020-12-15 11:14:57
So check your path, maybe it was wrong
if i use storage for store links what problem may happen?
pavelk1103 2020-12-15 11:16:26
H_Bakhtar 2020-12-15 11:11:38
Hi why unlink is not working in host but is working in localhost for delete image
Maybe folder doesn’t have the required permissions. On Linux servers it should have 666 permission
amirvalhalla 2020-12-15 11:18:02
H_Bakhtar 2020-12-15 11:16:21
if i use storage for store links what problem may happen?
If your os was windows you have some problems with storage because storage use symlink and windows doesn’t understand it so when you transfer your project to host you have to remove. The file that you created it by artisan command and then the problem will fix
H_Bakhtar 2020-12-15 11:38:50
amirvalhalla 2020-12-15 11:13:30
Are you using storage for store links?
if($book->photo_id){
$photo= Photo::findOrFail($book->photo->id);
unlink(public_path() . $book->photo->path);
$photo->delete();
}
$book->delete();
return redirect()->back();
amirvalhalla 2020-12-15 11:39:24
H_Bakhtar 2020-12-15 11:38:50
if($book->photo_id){
$photo= Photo::findOrFail($book->photo->id);
unlink(public_path() . $book->photo->path);
$photo->delete();
}
$book->delete();
return redirect()->back();
You said unlink not delete!
H_Bakhtar 2020-12-15 11:39:58
amirvalhalla 2020-12-15 11:39:24
You said unlink not delete!
for delete image
amirvalhalla 2020-12-15 11:40:47
H_Bakhtar 2020-12-15 11:39:58
for delete image
I don’t know how is your path but try dd, part to part and check the result, it helps you alot
H_Bakhtar 2020-12-15 11:41:52
amirvalhalla 2020-12-15 11:40:47
I don’t know how is your path but try dd, part to part and check the result, it helps you alot
ok
natghi2010 2020-12-15 12:37:07
H_Bakhtar 2020-12-15 11:41:52
ok
I thought you were a hacker?
H_Bakhtar 2020-12-15 12:41:33
natghi2010 2020-12-15 12:37:07
I thought you were a hacker?
How
natghi2010 2020-12-15 12:41:52
H_Bakhtar 2020-12-15 12:41:33
How
I saw you
H_Bakhtar 2020-12-15 12:42:06
natghi2010 2020-12-15 12:41:52
I saw you
Where
natghi2010 2020-12-15 12:43:06
natghi2010 2020-12-15 12:43:16
H_Bakhtar 2020-12-15 12:42:06
Where
Here
natghi2010 2020-12-15 12:45:29
Granted you were young here
H_Bakhtar 2020-12-15 12:49:39
natghi2010 2020-12-15 12:43:06
hahahahh
Meet Makwana 2020-12-15 13:21:14
I want to create a CMS in Laravel then which package I need to use
Can you please help me?
← prev | next →