ā prev | next ā
MikaET 2020-06-29 02:03:41
from Ethiopia am starting laravel?
Inwizard1 2020-06-29 02:33:44
MikaET 2020-06-29 02:03:41
from Ethiopia am starting laravel?
From siberia with love. Laravel project lives metter
MikaET 2020-06-29 03:14:10
Inwizard1 2020-06-29 02:33:44
From siberia with love. Laravel project lives metter
Good so what you suggested guyes for new Comer’s
Inwizard1 2020-06-29 03:16:41
Comer?
Ameerul Adib MZA 2020-06-29 06:20:19
Hello. is there a way to simulate multiple form submission from multiple users at the same time? i am trying to test my observer to see if there’s any effect.
Siberfx 2020-06-29 07:45:54
What is the sense of this trying ?
Unknownuser009 2020-06-29 08:26:35
@csrf token should be add in form
Unknownuser009 2020-06-29 08:27:18
I cant find in ur code
Unknownuser009 2020-06-29 08:27:54
Ok got ir
2020-06-29 08:49:28
How to setup payment package module
2020-06-29 08:49:39
In laravel
2020-06-29 08:49:59
Using stripe
2020-06-29 08:50:15
Please tell me
coddex 2020-06-29 14:08:54
Hello guys! Iām using nexmo api sms otp for Laravel 7 and the code field in my dB table is showing null …
Can someone help me out
coddex 2020-06-29 14:10:59

Verification controller
coddex 2020-06-29 14:12:52

The class for sending otp to phone number and database
Siberfx 2020-06-29 15:30:28
Dafuq ?)
Siberfx 2020-06-29 15:31:02
Here are no girls to post personal photos :))
2020-06-29 15:33:06
https://bit.ly/3eIoQQj
PHP for Beginners – Become a PHP Master – CMS Project –
UdemyPHP for Beginners: learn everything you need to become a professional PHP developer with practical exercises & projects.
mohamad881231 2020-06-29 16:10:46
2020-06-29 15:33:06
https://bit.ly/3eIoQQj
Is this course free?
Jack_rub 2020-06-29 16:15:13
mohamad881231 2020-06-29 16:10:46
Is this course free?
no paid
. 2020-06-29 16:22:15
get free courses here #@fcoursesudemy
oxbir 2020-06-29 18:05:43
I want to upload and display image, but i get error Undefined variable: image_name
if ($request->hasFile(‘image’)) {
$image = $request->file(‘image’);
$image_name = $image->getClientOriginalName();
$image->move(public_path(‘images/images’), $image_name);
}
Style::create([
‘style_name’ => $request->style_name,
‘image’ => $image_name,
’email’ => $request->email,
‘style_logo’ => $filename,
‘founder’ => $request->founder,
‘website’ => $request->website,
]);
. 2020-06-29 18:40:36
oxbir 2020-06-29 18:05:43
I want to upload and display image, but i get error Undefined variable: image_name
if ($request->hasFile(‘image’)) {
$image = $request->file(‘image’);
$image_name = $image->getClientOriginalName();
$image->move(public_path(‘images/images’), $image_name);
}
Style::create([
‘style_name’ => $request->style_name,
‘image’ => $image_name,
’email’ => $request->email,
‘style_logo’ => $filename,
‘founder’ => $request->founder,
‘website’ => $request->website,
]);
have you included enctype=”multipart/form-data” in your form
Csteach16 2020-06-29 19:13:04
Csteach16 2020-06-29 19:13:18
how to slove this issue.
Lisendra 2020-06-29 19:24:04
Siberfx 2020-06-29 15:30:28
Dafuq ?)
i think it’s perfect with all these photo shoot of screens š
Lisendra 2020-06-29 19:27:08
Csteach16 2020-06-29 19:13:04
as written in your error message did you log from your from browser on the link (it’s divided in 3 lines) ? seem to be the usual google auth verification that happen from time to time
Csteach16 2020-06-29 19:28:25
how to send message in laravel?
Lisendra 2020-06-29 19:28:55
what kind of message ?
Csteach16 2020-06-29 19:37:17
Lisendra 2020-06-29 19:28:55
what kind of message ?
confirmation message after booking
Abidesoft 2020-06-29 19:38:30
Please help the code of Email functionality in Laravel with vuejs
Inwizard1 2020-06-29 19:51:46
Siberfx 2020-06-29 15:31:02
Here are no girls to post personal photos :))
Here are some girls. But pretty?
Inwizard1 2020-06-29 20:05:06
Loves him )
Siberfx 2020-06-29 20:05:59
So please folks i am not the troll here )))
Siberfx 2020-06-29 20:06:42
Worked more than 30 hours without a break, so nobody loves me :))
Inwizard1 2020-06-29 20:09:36
I am just try to get divorce. Stop girls. I am tired
Siberfx 2020-06-29 20:11:05
Lets talk about how to divorce without notification maybe through restfull way
Inwizard1 2020-06-29 20:13:13
everyone must suffer even laravel proggers
Marvixino 2020-06-29 20:40:57
How to use the built in password forgot/reset?
Roham0010 2020-06-29 20:48:19
Marvixino 2020-06-29 20:40:57
How to use the built in password forgot/reset?
Use
Auth::routes(); in your route file and then publish auth views with artisan command or just print out the route list with artisan commands to see what are they so then you can use urls in your auth view pages..
Siberfx 2020-06-29 20:48:20
in which version ?
Marvixino 2020-06-29 21:11:32
7
Marvixino 2020-06-29 21:11:51
Siberfx 2020-06-29 20:48:20
in which version ?
7
Marvixino 2020-06-29 21:12:49
Roham0010 2020-06-29 20:48:19
Use
Auth::routes(); in your route file and then publish auth views with artisan command or just print out the route list with artisan commands to see what are they so then you can use urls in your auth view pages..
Is it the same with API?
Siberfx 2020-06-29 21:14:00
I thought he was asking about how to use auth at all,, but as long as he doesnt wants to override the defaults, its built-in and exists
Roham0010 2020-06-29 21:15:21
Marvixino 2020-06-29 21:12:49
Is it the same with API?
Yes I have used it for api too just with some changes by overriding some functions like for returning the token and some others
Marvixino 2020-06-29 21:16:19
Roham0010 2020-06-29 21:15:21
Yes I have used it for api too just with some changes by overriding some functions like for returning the token and some others
Did you try with sanctum
Roham0010 2020-06-29 21:16:27
Marvixino 2020-06-29 21:16:19
Did you try with sanctum
Yes
Marvixino 2020-06-29 21:19:09
Roham0010 2020-06-29 21:16:27
Yes
I wrote my own user model, but now to time to write this part
ā prev | next ā