β prev | next β
skys215 2020-08-21 10:43:47
An_Unknown_Ghost 2020-08-21 10:38:31
this is also done
clear view cache
An_Unknown_Ghost 2020-08-21 10:47:00
still getting the same problem
skys215 2020-08-21 10:47:32
how are you generating that image url
Boopathi K 2020-08-21 10:48:44
Hi folks,
Any one share the laravel web push notifications front end jquery, I tried some reference its not working
An_Unknown_Ghost 2020-08-21 10:51:05
skys215 2020-08-21 10:47:32
how are you generating that image url
i am calling the picture from a local folder inside views using “http://localhost/sodashimunger/resources/views/images/1976.jpg”
An_Unknown_Ghost 2020-08-21 10:51:37
is this because of “http://localhost”??
skys215 2020-08-21 10:51:59
An_Unknown_Ghost 2020-08-21 10:51:37
is this because of “http://localhost”??
yes
skys215 2020-08-21 10:52:26
use url() function to generate url
An_Unknown_Ghost 2020-08-21 10:52:26
then how can i call the image in local folder??
An_Unknown_Ghost 2020-08-21 10:52:37
ok
skys215 2020-08-21 10:52:57
it must be under public folder
search for storage:link in laravel doc
An_Unknown_Ghost 2020-08-21 10:54:02
ok thanks π
sagar verma 2020-08-21 12:16:52
Hello, guys I am stucked in lumen project where I use authenticate middleware to authenticate the API, I am facing the when my request body is filled it automatically take 11sec to execute, when it’s empty it takes milliseconds to execute how to fix this. Please help me
Anoop Shukla 2020-08-21 12:19:54
Meera 2020-08-20 22:15:57
Done thank u
Wlcm
skys215 2020-08-21 13:33:35
check your .env
pratik0099 2020-08-21 13:43:42
guys
pratik0099 2020-08-21 13:43:59
I’m trying to run php page with xampp
pratik0099 2020-08-21 13:44:09
but I’m getting a error
pratik0099 2020-08-21 13:44:32
MishalLeo 2020-08-21 14:20:20
Hello friends any one have used csv file in seeding in laravel
2020-08-21 14:23:38
How to delete pictures so that they are deleted?
Now 404 error when clicking on the button
a route like this Route :: get (“/ products / product / delete / {id}”, “AdminProductsController @ destroy”);
So made the link
<a href=”public/uploads/product_images/delete/ {{{$image-> id}} “class =” card-link “> delete </a>
such an error when deleting a picture from a product
Symfony Component HttpKernel Exception MethodNotAllowedHttpException
The GET method is not supported for this route. Supported methods: POST.
http: //bossphp.x: 8080 / products / product / edit_store / 39? _method = DELETE & _token = nDgQqOFjdPKoOzAigZhlcIbLoocByXaihbxX6GTD & authorized_price = 32 & category_id = 19 & description =% D05% B5% D0% D05% B5% D0 % B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 & keywords =% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 & path% 5B0% 5D = & price = 53113 & title =% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 % D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5
http: //bossphp.x: 8080 / products / product / edit_store / 39? _method = DELETE & _token = nDgQqOFjdPKoOzAigZhlcIbLoocByXaihbxX6GTD & authorized_price = 32 & category_id = 19 & description =% D05% B5% D0% D05% B5% D0 % B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 & keywords =% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 & path% 5B0% 5D = & price = 53113 & title =% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 % D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5
2020-08-21 14:24:02
https://pastebin.com/QCrKQ5Fm
– Pastebin.com –
PastebinPastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
2020-08-21 14:38:16
Hello guys, any one who is seeking for the full time job with basic knowledge of oops, laravel or magento
skys215 2020-08-21 14:44:16
2020-08-21 14:38:16
Hello guys, any one who is seeking for the full time job with basic knowledge of oops, laravel or magento
Remote? Or post your location
2020-08-21 14:45:03
Itβs remote, as no one want to meet corona on the way to office I guess π
WahidinAji 2020-08-21 14:48:02
i have searched the internet and i always fail to multi auth laravel 7. so, anyone have a reference for multi auth?
KlicksTech 2020-08-21 14:53:55
Hi guys ,
Please is there any way to hide JavaScript errors in console ?
MishalLeo 2020-08-21 15:40:49
How we can add created_at while seeding
MishalLeo 2020-08-21 15:40:59
Please need a help
MishalLeo 2020-08-21 15:45:32
MishalLeo 2020-08-21 15:40:49
How we can add created_at while seeding
Anyone knowing about this?
2020-08-21 15:50:07
You can do something like
$model->created_at = /Datetime(βnowβ);
MishalLeo 2020-08-21 15:55:13
MishalLeo 2020-08-21 15:55:31
Database seed file is like this
Unknownuser009 2020-08-21 16:13:02

When i dd i get two value
Unknownuser009 2020-08-21 16:13:16
But when i save record it will get error below
Unknownuser009 2020-08-21 16:14:07
Unknownuser009 2020-08-21 16:14:27
This error occure while save data
Unknownuser009 2020-08-21 16:14:58

This is my migration file
Unknownuser009 2020-08-21 16:15:10
Unknownuser009 2020-08-21 16:14:07
Plz solve it
YashGhantala 2020-08-21 16:16:02
Unknownuser009 2020-08-21 16:15:10
Plz solve it
Please first Learn Laravel Completely then try it….
Unknownuser009 2020-08-21 16:22:47
YashGhantala 2020-08-21 16:16:02
Please first Learn Laravel Completely then try it….
I m already learning not a expert thats why i m asking this one
YashGhantala 2020-08-21 16:26:39
Change table->string (city) to string(name)
YashGhantala 2020-08-21 16:27:01
And run artisan migrate –force
2020-08-21 16:27:21
Unknownuser009 2020-08-21 16:14:58
This is my migration file
You dont have Column ‘name’ .
Add this line to migration file :
π
$table->string(‘name’);
YashGhantala 2020-08-21 16:30:31
YashGhantala 2020-08-21 16:27:01
And run artisan migrate –force
Run this carefully…
Unknownuser009 2020-08-21 16:36:02
YashGhantala 2020-08-21 16:26:39
Change table->string (city) to string(name)
Thanks sirjee
Unknownuser009 2020-08-21 16:36:59
2020-08-21 16:27:21
You dont have Column ‘name’ .
Add this line to migration file :
π
$table->string(‘name’);
Thank you sirjee
Shijinsubramanniam 2020-08-21 16:47:49

Please hlp
Shijinsubramanniam 2020-08-21 16:47:50
MishalLeo 2020-08-21 17:10:48
MishalLeo 2020-08-21 15:55:13
What about this?
β prev | next β