guys,any of you have implemented a one login for your domain and subdomain using laravelpassport?
can you guys give me the idea how that actually work?
what do you want to do exactly?
where exactly can you deploy the typescript?
In the resource folder?
Is it the same when I typing the input ?
How to fix the error?
Are you senior developer used laravel package for this or write custom code ?
Sir package name please ?
It’s solved
Join upwork lots of jobs thier
what do you want to do exactly?
may you explain?
may you explain?
there
i think you can handle it using token
first you should connect your apps to your DB and then set token for each user that logged in your website then in your apps you should check if token is valid yet or not (not expired) if it was valid automaticaly make him login
I have standart project laravel+Vue
But there are new tasks for the typescript.
where exactly can you deploy the typescript?
In the resource folder?
first you should connect your apps to your DB and then set token for each user that logged in your website then in your apps you should check if token is valid yet or not (not expired) if it was valid automaticaly make him login
yes,but this time the apps have DB on its own,it doesnt share the same DB
Self Mr. T. Raja Muruugan, Working as an associate software engineer at Private Limited Company on Tiruchirappalli, Tamil Nadu, India.
Now, I am new to this Laravel framework, Below here, I attached my issues note, please anyone clarify it.
If a new user can register into my application after the registration it’s asking some questions after he answers the question it’s going to the dashboard if he logout a.d comes back to log in again the application can ask the same questions to the existing user.
If you need any more clarification about the issues please contact me.
GOOD QUESTION
Self Mr. T. Raja Muruugan, Working as an associate software engineer at Private Limited Company on Tiruchirappalli, Tamil Nadu, India.
Now, I am new to this Laravel framework, Below here, I attached my issues note, please anyone clarify it.
If a new user can register into my application after the registration it’s asking some questions after he answers the question it’s going to the dashboard if he logout a.d comes back to log in again the application can ask the same questions to the existing user.
If you need any more clarification about the issues please contact me.
What do you want to do?
yes iam interested


How to add add more option for like this and saving into db…can you please give me any reference
Any one interested, Ping me, i will do my best
$builder->whereHas(‘bookeddates’,function (Builder $builder) use ($daysarr){
$builder->whereNotIn(‘date_range’,$daysarr);
});
})->get();
for($i=0; $i<=$diff; $i++){
$days = Carbon::parse($request->input(‘arrival_date’))->addDay($i)->format(‘Y-m-d’);
array_push($daysarr,$days);
}
Are you senior developer used laravel package for this or write custom code ?
Are you senior developer used laravel package for this or write custom code ?
Use package, dnt waste time to write from scratch, if you r learning then write from scratch.
Sir package name please ?
https://spatie.be/docs/laravel-permission/v5/introduction
Ok sir thank you so much
Sir if we face a problem in laravel are we can share with you personal(chat) ?
task scheduler
It only works for me when I do it from the terminal, it doesn’t work automatically