Any one who is from India n has 1-2 years of experience in Laravel n looking for full time job?

|
Inwizard1 2020-03-21 10:10:12
yabzik 2020-03-21 10:08:56
да, интересная формулировка)

Это жесткий троллинг. Хорошо буржуи не понимают по русски

yabzik 2020-03-21 10:10:31
да не то слово жесткий
victorvolkov 2020-03-21 10:11:05
What are you talking about?
Inwizard1 2020-03-21 10:11:36
victorvolkov 2020-03-21 10:11:05
What are you talking about?

We are talking about your destiny

Inwizard1 2020-03-21 10:12:41
victorvolkov 2020-03-21 10:11:05
What are you talking about?

Вутя ты же писал так. Я помню это

Metahero Announcements 2020-03-21 13:04:22
Hallow devs. How can one license laravel software
sagar_dave_1997 2020-03-21 14:22:32
Nice one thanks dude
AlaaDq 2020-03-21 14:24:03
Welcome 😀
Gabby_Json 2020-03-21 16:00:44
achetronic 2020-03-20 22:19:03
what things do you want to learn? look for me (@achetronic) in medium and i have one article that help you a lot to start using Laravel with docker compose and several things already done by me to make it easier for beginners 😊

@achetronic thanks man, I’m waiting

Eliberio 2020-03-21 16:03:46
Hello, Connect from laravel to FCM easily with our component
https://t.co/kpDiZdiEzY

laradevs/notifications-fcmGitHub
Notifications to Firebase Cloud Message with Jobs – laradevs/notifications-fcm
Prakash D 2020-03-21 17:04:57
I am trying to upload a image to database but I got this error below
Prakash D 2020-03-21 17:05:19
laravel_discuss-30358.jpg

Prakash D 2020-03-21 17:05:41
Please help me to clear the error
agust1k 2020-03-21 17:13:28
try store method
Prakash D 2020-03-21 17:20:10
I tried it it also error
AlaaDq 2020-03-21 17:21:28
show me the code
Prakash D 2020-03-21 17:22:40
laravel_discuss-30363.jpg

AlaaDq 2020-03-21 17:30:33
try somthing like this
if($request->hasFile(‘image’))
{
Designe::create([
‘title’=>$request->title,
‘type’=>$request->type,
‘price’=>$request->price,
‘description’=>$request->description,
‘image’=>time().$request->image->getClientOriginalName(),
‘user_id’=>auth()->user()->id,
]);
}
AlaaDq 2020-03-21 17:31:53
or use this package it will make your life easier
http://image.intervention.io
AlaaDq 2020-03-21 17:33:48
AlaaDq 2020-03-21 17:31:53
or use this package it will make your life easier
http://image.intervention.io

the code will became like this
if(request()->hasFile(‘image’)){
$post->update([
‘image’=> request()->image->store(‘uploads’,’public’),
]);

$image=Image::make(public_path(‘storage/’.$post->image))->resize(444,220);
$image->save();
}

2020-03-21 17:46:25
✨ Nuevos Cursos disponibles en virtud de el COVID-19 sera 100% remotos 👩‍💻👨‍💻,

CURSO GRATIS PARA APRENDER A PROGRAMACIÓN
Aqui toda la info 👇🏻
https://forms.gle/wKhDAx58GPmTa1Qr9

CURSO DE ANGULAR CON OPORTUNIDAD DE BECA DE TRABAJO
Aqui toda la info 👇🏻
https://forms.gle/Qkz1FeWdX5rWVTEF8

INSTAGRAM
https://www.instagram.com/bioonixacademy/?hl=es-la
@bionixacademy

Grupo de whatsapp
https://chat.whatsapp.com/C27WiCYLRQN8KFz0Y2UtRx

Comparte a tus amigos

Curso de Programación BásicaGoogle Docs
Bioonix Academy impartirá próximamente el curso de Programación Básica.

Costo del curso: Totalmente Gratis.
Duración: 10 Clases (2 clases por semana).
Ing: Jorge Gutiérrez

Disponible desde el próximo lunes 23 de Marzo de 2020

Modalidad: Online

¡Quédate en casa!

achetronic 2020-03-21 17:54:38
AlaaDq 2020-03-21 17:31:53
or use this package it will make your life easier
http://image.intervention.io

+1

Relaxed Guy 2020-03-21 18:36:26
Guys
Relaxed Guy 2020-03-21 18:36:36
Who has used google sheets with larael
Relaxed Guy 2020-03-21 18:36:40
Please pm
rethdaro 2020-03-21 18:37:24
laravel_discuss-30373.jpg
How to pass like that
2589 2020-03-21 18:44:41
has exceeded the ‘max_connections_per_hour’ resource (current value: 500)
2589 2020-03-21 18:44:49
how can i fix this?
yabzik 2020-03-21 18:49:03
rethdaro 2020-03-21 18:37:24
How to pass like that

this.api_token = this.$userToken

yabzik 2020-03-21 18:49:08
in mounted()
rethdaro 2020-03-21 19:04:16
yabzik 2020-03-21 18:49:03
this.api_token = this.$userToken

laravel_discuss-30378.jpg
it undefined key

yabzik 2020-03-21 19:05:46
so $userToken is undefined too, check it
rethdaro 2020-03-21 19:07:29
laravel_discuss-30380.jpg

rethdaro 2020-03-21 19:08:17
in blade app
<meta name=”user-token” content=”{{ Auth::user()->api_token }}”>

in Vue
Vue.prototype.$userToken = document.querySelector(“meta[name=’user-token’]”).getAttribute(‘content’);

Nimit1906 2020-03-21 20:42:09
Suraz Ghimire 2020-02-21 19:15:45
Hello folks. Any one who is from India n has 1-2 years of experience in Laravel n looking for full time job?

Yes I m

Nimit1906 2020-03-21 20:49:28
What?
iamnomana 2020-03-22 01:41:21
Inwizard1 2020-03-21 09:44:36
But i writed it in 21 febraury

Just came online😁

Inwizard1 2020-03-22 01:44:30
iamnomana 2020-03-22 01:41:21
Just came online😁

And other time you are ofline?

iamnomana 2020-03-22 01:48:41
Inwizard1 2020-03-22 01:44:30
And other time you are ofline?

Yes

Inwizard1 2020-03-22 01:49:22
iamnomana 2020-03-22 01:48:41
Yes

Have you limited internet?

iamnomana 2020-03-22 01:49:59
Inwizard1 2020-03-22 01:49:22
Have you limited internet?

Not really

Inwizard1 2020-03-22 01:53:49
iamnomana 2020-03-22 01:49:59
Not really

Are you female specialist laravel?

iamnomana 2020-03-22 01:54:47
Inwizard1 2020-03-22 01:53:49
Are you female specialist laravel?

I’m a male

Inwizard1 2020-03-22 01:55:18
iamnomana 2020-03-22 01:54:47
I’m a male

Oh. Sorry

iamnomana 2020-03-22 01:55:52
Inwizard1 2020-03-22 01:55:18
Oh. Sorry

Never mind😁

Inwizard1 2020-03-22 01:56:27
Lol. I am russian. It is ok
will171 2020-03-22 01:57:17
Inwizard1 2020-03-22 01:56:27
Lol. I am russian. It is ok

Lol programmist

Inwizard1 2020-03-22 01:57:57
will171 2020-03-22 01:57:17
Lol programmist

It is rofl. Css programmer

Inwizard1 2020-03-22 02:02:43
Very soon i will become a millionaire. And i collect my own programmers and designers team.
Inwizard1 2020-03-22 02:04:01
I dont want to work for anybody. I want to work myself
|