Does anyone know a way to handle laravel routes with packages?

|
sadeqi125 2020-01-16 07:32:13
fore multiple row
sadeqi125 2020-01-16 07:32:40
can help me
skys215 2020-01-16 07:41:18
Only value?
sadeqi125 2020-01-16 07:47:29
skys215 2020-01-16 07:41:18
Only value?

yes

skys215 2020-01-16 07:50:24
Have you googled?
sadeqi125 2020-01-16 08:59:33
public function depjobstore(Request $request){

$jobs=[$request->jobs];
$dep =$request->dep;
//$data= array();
for($i=0; $i<count($jobs);$i++) {
$item = new tsdepjobmodel(array(‘depjobdep’ => $dep, ‘depjobdesc’ => $jobs[$i]));
$item->save();
}

sadeqi125 2020-01-16 08:59:34
}
sadeqi125 2020-01-16 09:00:10
this query dont create new row just concitinate with ,
sadeqi125 2020-01-16 09:00:16
can help me
ransikoo 2020-01-16 09:22:46
i am need toturial for create api with jwt and laravel . please help me?
benson_kb 2020-01-16 09:29:21
Any one from India. Laravel Support me in project with nodejs knowledge
shrirangjoshi 2020-01-16 09:53:49
ransikoo 2020-01-16 09:22:46
i am need toturial for create api with jwt and laravel . please help me?

What is JWT ? JSON Web Token ExplainedYouTube
What is JSON Web Token, How JWT is created, Why is JWT used, Where JWT is used, What is JWT Payload, What is JWT Header.

Check https://bitfumes.com For ads free and more advanced courses
(use Coupon code WELCOME60 to get 60% discount)

Learn all these things in this video for having great knowledge about JWT

Get real project courses at https://bitfumes.com/courses

You can donate any amount via Paypal follow this link https://goo.gl/JhWsKC

Join Our Slack Community – https://goo.gl/pqCjZH

–You May Also Like —

Real Time Chat Series – https://goo.gl/ri42FD

Git ans Github series – https://goo.gl/BXyPxf

Blog with Admin panel Series – https://goo.gl/S5JGyt

Laravel Authentication Series: Multi Auth – https://goo.gl/TyCLlX

Vue Beginner To advanced Series – https://goo.gl/1bjdGg

Sublime Text Best Package Series – https://goo.gl/6phTPP

Laravel Ajax Todo Project …

ozgunmustafa 2020-01-16 10:27:13
how can i remove lang support ?
ozgunmustafa 2020-01-16 10:27:19
what i should
ozgunmustafa 2020-01-16 11:01:12
laravel_discuss-24250.jpg

MatPk 2020-01-16 11:48:46
does anyone know a way to handle laravel routes with packages?
MatPk 2020-01-16 11:50:55
when we have a lot of routes we can not manage them easily. i wanna use a package or something.
rebory 2020-01-16 12:03:40
how i can crop image top 100px using intervention in laravel?
rebory 2020-01-16 12:04:18
any buddy help me
rebory 2020-01-16 13:03:43
i have project in laravel 5.7 but there is intervention not work i dont know know why i face error in every where like getClientOriginalExtension();
rebory 2020-01-16 13:05:04
laravel_discuss-24266.jpg

rebory 2020-01-16 13:07:35
laravel_discuss-24267.jpg

rebory 2020-01-16 13:09:15
ok i understand
rebory 2020-01-16 13:09:51
if($request->hasFile(‘slide_image’)){
$img = $request->image;
rebory 2020-01-16 13:10:29
hmmm image is mistake when i use $erequest->image
rebory 2020-01-16 13:10:51
very sorry
rebory 2020-01-16 13:10:59
but i puzzle
rebory 2020-01-16 13:11:13
now i fix this thank you bro
rebory 2020-01-16 13:12:15
yes samuel i need help here
prabhjd 2020-01-16 13:15:58
laravel_discuss-24285.jpg

prabhjd 2020-01-16 13:16:05
laravel_discuss-24286.jpg

prabhjd 2020-01-16 13:16:41
prabhjd 2020-01-16 13:16:05

How can we achieve this from tree above

skys215 2020-01-16 13:22:28
See every node as a record in a database
Xper1 2020-01-16 14:31:24
https://t.me/vjsworld
behindfactss 2020-01-16 15:06:55
laravel_discuss-24301.jpg
Any one help to solve this problem i tried a lot😞 Actually i tried on Mailtrap mail its works fine . i used shared hosting email Service but its not working
behindfactss 2020-01-16 15:08:20
checked
behindfactss 2020-01-16 15:08:25
not no use
behindfactss 2020-01-16 15:09:08
sure wait
behindfactss 2020-01-16 15:10:18
laravel_discuss-24313.jpg

behindfactss 2020-01-16 15:11:32
I raised the complained to shared hosting company but didn’t slove
behindfactss 2020-01-16 15:11:57
tls to ssl
behindfactss 2020-01-16 15:13:28
laravel_discuss-24321.jpg

behindfactss 2020-01-16 15:14:13
i tried its stuffs and all no use 😔 any other ideas
behindfactss 2020-01-16 15:16:59
Yes I tired account is working
behindfactss 2020-01-16 15:17:35
i able to send and receive mail
behindfactss 2020-01-16 15:18:40
twoday before its works
behindfactss 2020-01-16 15:20:34
actually it was working in one module.
behindfactss 2020-01-16 15:20:58
forgot password was working without any error
behindfactss 2020-01-16 15:21:24
i can able received token key
behindfactss 2020-01-16 15:22:30
yes
|