Ever tried building a tool other developers can use and rely on?

|
loveycom 2020-05-16 11:18:32
Developer_124 2020-05-16 11:17:22
How can we generate token while login in laravel?

Use laravel passport or jwt or oauth

loveycom 2020-05-16 11:18:56
They are packages. Search the Internet. I would advise passport
Developer_124 2020-05-16 11:19:31
OK
loveycom 2020-05-16 11:19:41
Prakash D 2020-05-16 11:02:59
{
“examName” : “”,
“std” : “II-A”,
“subjectName” : “Tamil”,
“dataList” : [
{
“name”: “studentname”,
“sid”: “2”,
“mark”: “50”,
“roolno”: “2250”,

},
{
“name”: “studentname”,
“sid”: “2”,
“mark”: “50”,
“roolno”: “2250”,

}
]
}

Prepare it using array and json_encode the array

Developer_124 2020-05-16 11:37:01
loveycom 2020-05-16 11:18:32
Use laravel passport or jwt or oauth

What is the use of token generation.how can we use this token in front?

2020-05-16 12:30:56
Use English pls
Roham0010 2020-05-16 12:48:15
You need to first learn laravel by a toturial or a movie course, your problems are not problem it’s like asking how to hit a ball in soccer

It’s just a suggestion to avoid waisting your time..

hisham_alalimi 2020-05-16 12:48:23
Is the link between laravel and sql server good? And what do you think about that, I will only take api
Marvixino 2020-05-16 14:05:22
devink0430 2020-05-16 05:47:57
https://github.com/vuetifyjs/vuetify/issues/8082

I need to disable the theme … and fix for it

Jay_1 2020-05-16 15:10:25
Any one know how to call popup model in yajra datatable ?????
Jay_1 2020-05-16 15:10:36
On click
Jay_1 2020-05-16 15:11:38
Help me with remote desktop
Jay_1 2020-05-16 15:11:47
Any desk or zoom app????
Jay_1 2020-05-16 15:11:49
Any one
Jay_1 2020-05-16 15:16:06
?????
rijisoft 2020-05-16 15:21:11
Hey guys

I have an input set like this

0 => array:2 [▼
0 => 13 //A1
1 => 8 //B1
]
1 => array:2 [▼
0 => 18//A2
1 => 15//B2
]
2 => array:2 [▼
0 => 11 //A3
1 => 10 //B3
]
3 => array:2 [▼
0 => 11 //A4
1 => 12 //B4
]

I want to comparison each subarray (A1 with B1) , (A2 with B2) , (A3,B3) , (A4,B4)
the comparison function is like this
if(A1 > B1 ) then A1 selected
if(A1<B1 ) then B1 selected
if(A1 == B1) then both of them selected ( A1 , B1 )
and for each subarray select winner

for this inputs
[ [13 ,8 ] , [18,15] , [11,10] , [11 , 12] ]
we have this output
only one winner set :
[A1 , A2, A3 , B4 ]

with this input
[ [13 ,8 ] , [18,15] , [11,10] , [11 , 11] ]
we have two winner sets
[ A1 , A2 , A3 , A4 ] ,[A1 , A2, A3 , B4 ]

for this one

[ [13 ,8 ] , [10,15] , [10,10] , [14, 14] ]

we have 4 winner sets
[ A1 , B2 , A3 , A4 ] ,[A1 , B2, A3 , B4 ]
[ A1 , B2 , B3 , A4 ] ,[A1 , B2, B3 , B4 ]

in the case like this
[ [13 ,13 ] , [13,13] , [13,13] , [13, 13] ]
we must print 16 answers

i want to find an algorithm for solve this problem
I find a solution with recursive function
But i want to find a way with bit flags , I’m not very good with PHP

DesolatorMagno 2020-05-16 17:10:24
Jay_1 2020-05-16 15:10:25
Any one know how to call popup model in yajra datatable ?????

Stop using that packages and build the datatable normally in the front is the best way.

alfredolopez80 2020-05-16 18:50:31
Hello guy, what do you think about Laragon good? Bad?? How environment for development in windows local??
DesolatorMagno 2020-05-16 19:25:50
Is good for a start.
AlkaouDembele 2020-05-16 20:38:09
Hello everyone, how Can i deploye my app Laravel ?
AlkaouDembele 2020-05-16 20:50:32
Ok, thanx
Roham0010 2020-05-16 22:34:30
https://www.youtube.com/watch?v=xzV1Hej61CY

The best way to sit at your desk at workYouTube
There’s a lot of false information about the proper posture you need to use when sitting at a desk. Cornell University ergonomics professor Dr Alan Hedge sets out why the 90˚ rule does more damage than good, and what the proper way to sit at your desk is.

Read more: http://www.techinsider.io/

FACEBOOK: https://www.facebook.com/techinsider
TWITTER: https://twitter.com/businessinsider
INSTAGRAM: https://www.instagram.com/businessinsider/
TUMBLR: http://businessinsider.tumblr.com/

@DEADEYE 2020-05-16 23:25:13
https://www.youtube.com/channel/UCr5We1ZHtTWFi_786vjrQ3g

Da Vinci0122YouTube
Subscribe to my channel for cool upcoming videos… #@show love
@DEADEYE 2020-05-16 23:25:26
@DEADEYE 2020-05-16 23:25:13
https://www.youtube.com/channel/UCr5We1ZHtTWFi_786vjrQ3g

Subscribe plz

Marvixino 2020-05-17 00:42:19
laravel_discuss-37693.jpg

Marvixino 2020-05-17 00:42:20
How to chunk the files with Mix?
Ikram San 2020-05-17 01:38:52
Marvixino 2020-05-17 00:42:19

https://pritomkumar.blogspot.com/2020/03/laravel-mix-webpack-public-path-set.html

Laravel-mix Webpack Public Path | Set custom path for chunk files | Using Laravel Mix with webpack for All Your AssetsBlogspot
Ikram San 2020-05-17 01:39:00
this link can help u
Marvixino 2020-05-17 01:52:39
Ikram San 2020-05-17 01:39:00
this link can help u

I did the same, yet there is 1 js file app.js, size 3Mb

MahdyAdel 2020-05-17 03:05:12
Class ‘Stripe’ not found
RdotDev 2020-05-17 05:31:57
Use slug after id or replace id with slug for SEO friendly URL
Inwizard1 2020-05-17 05:37:44
RdotDev 2020-05-17 05:31:57
Use slug after id or replace id with slug for SEO friendly URL

Which modules are seo for laravel? Can you write about them?

MahdyAdel 2020-05-17 05:52:52
hi guys what is the prlblem
MahdyAdel 2020-05-17 05:52:53
Class ‘Stripe’ not found
2020-05-17 09:14:13
Hi guys.
I have tried several times running laravel on my PC but it’s not working.
Pls I need your help🙏
justJP 2020-05-17 09:16:41
2020-05-17 09:14:13
Hi guys.
I have tried several times running laravel on my PC but it’s not working.
Pls I need your help🙏

If you would share the issue that you are facing then maybe someone can help

! 2020-05-17 09:49:51
https://github.com/irazasyed/telegram-bot-sdk

GitHub – irazasyed/telegram-bot-sdk: 🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.GitHub
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box. – GitHub – irazasyed/telegram-bot-sdk: 🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots eas…
! 2020-05-17 09:50:02
! 2020-05-17 09:49:51
https://github.com/irazasyed/telegram-bot-sdk

Does this package work with laravel 7? is there any people who used it with laravel 7.I have some problems

Hfally 2020-05-17 10:42:33
Morning guys.

Ever tried building a tool other developers can use and rely on?

Checkout my latest post on medium.

“Being a Developer’s Developer”

by Henry Falade

https://link.medium.com/usmZFP8vy6

Being a Developer’s DeveloperMedium
After years of freelancing and full-time jobs, it struck me, how can I write tools that will be beneficial to me first and the community as…
Hfally 2020-05-17 10:55:38
Thank you 😊
sedhossein_dev 2020-05-17 12:23:51
سلام دوستان، هرکس کانال، پیج یا سایت برنامه نویسی داره که توش تبلیغات قبول میکنه ممنون میشم بهم یه پیام بده، یا بهم معرفی کنید اگر میشناسید کسی رو

مرسی❤️

akjasim 2020-05-17 12:51:19
The new way of doing Authentication in Laravel.

Laravel Authentication TutorialYouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
BvkDev 2020-05-17 12:51:25
Hello friends, how can I define these characters in JQuery?
Example: apvoklr

I just want the user to be able to use these letters when typing

lookmaniak 2020-05-17 13:04:20
laravel_discuss-37718.jpg
Hi… Need help, How to get this query using query builder? Thankyou
Gabby_Json 2020-05-17 13:51:16
laravel_discuss-37719.jpg
i installed axios but is keeps giving me this error when i want to send a request. explain pls
hisham_alalimi 2020-05-17 14:42:15
Can i connect laravel with sql server? And is there any problems with that coz i want to make api
natghi2010 2020-05-17 14:46:26
hisham_alalimi 2020-05-17 14:42:15
Can i connect laravel with sql server? And is there any problems with that coz i want to make api

change the .env file

hisham_alalimi 2020-05-17 14:53:00
natghi2010 2020-05-17 14:46:26
change the .env file

Ok then, Is there any problems i will focus when i creat api

justJP 2020-05-17 16:07:56
! 2020-05-17 09:50:02
Does this package work with laravel 7? is there any people who used it with laravel 7.I have some problems

You can join their telegram group. You will get help there.

2020-05-17 16:43:08
Does anyone have the link to download composer
|