All guys, I stuck with , how to sent point to Users when they click on the link in Laravel 6?

|
Gowtham_Boopathiraj 2020-08-26 07:31:49
Hi
I have sesion lifetime put 10 mins.
All pages working after 10 mins redirect login page

But one page not working
How to solve the problem
Laravel 5.8

Chi_Thian 2020-08-26 07:32:47
Hello All guys , I stuck with , how to sent point to Users when they click on the link in Laravel 6 ?
Chi_Thian 2020-08-26 07:33:00
Thanks 🙏
GistOf 2020-08-26 08:17:33
ctoze 2020-08-26 00:57:54
Hello everybody. Hope that u are doing great. I’m a new comer and woul like to train myself in laravel

Welcome to the group and welcome to Laravel the framework. Are you building something with Laravel already? Are you learning and practicing?

GistOf 2020-08-26 08:19:30
Chi_Thian 2020-08-26 07:32:47
Hello All guys , I stuck with , how to sent point to Users when they click on the link in Laravel 6 ?

What exactly are you trying to do?

GistOf 2020-08-26 08:29:05
Chi_Thian 2020-08-26 07:32:47
Hello All guys , I stuck with , how to sent point to Users when they click on the link in Laravel 6 ?

If I understand what you’re trying to do, then you may need to look at Livewire

GistOf 2020-08-26 08:29:59
Also upgrade to Laravel 7
GistOf 2020-08-26 08:32:39
Well, you’re talking to developers, so…
GistOf 2020-08-26 09:16:45
What I mean is that most people here are able to do stuff for themselves. That’s not to say there aren’t developers who need extra hands though
GistOf 2020-08-26 09:17:43
How fast are you? How clean is your code? Any repos you can share?
GistOf 2020-08-26 09:21:53
Don’t be too sensitive. You said you want freelance work. I’m helping you expose yourself to people who can potentially hire you
DesolatorMagno 2020-08-26 09:26:23
GistOf 2020-08-26 09:17:43
How fast are you? How clean is your code? Any repos you can share?

Lol, a little to over defensive.

GistOf 2020-08-26 09:27:14
Yea, LOL 😀
DesolatorMagno 2020-08-26 09:28:18
In a group of 3700+ developers, if you want to get work the best way is to be visible, to show yours skills so other ppl can take you serious.
GistOf 2020-08-26 09:32:04
I agree
Himanshu sharma 2020-08-26 10:18:52
Does anybody know how to create a web link that on click open a embedded google drive file to specific page
sriniprabu 2020-08-26 10:32:20
Also are you cheap then others matters these days !
sriniprabu 2020-08-26 10:34:20
DesolatorMagno 2020-08-26 09:28:18
In a group of 3700+ developers, if you want to get work the best way is to be visible, to show yours skills so other ppl can take you serious.

very true! i see a lot of people asking questions but very less people suggesting answers. if some one give answer to many questions people know that he is a laravel Guru and they will subcontract work.

Himanshu sharma 2020-08-26 10:41:17
I’m trying to share a link to large .pdf uploaded Google Drive. I would like the .pdf to open to a specific page, but I can’t seem to get that to happen. I’ve tried appending “&page=12”, “?page=12”, “:#0.page.12” to the end of various URLs and I can’t get any result other than a 404 or the first page of the document. Any help?
niyazvpp 2020-08-26 11:20:30
Himanshu sharma 2020-08-26 10:41:17
I’m trying to share a link to large .pdf uploaded Google Drive. I would like the .pdf to open to a specific page, but I can’t seem to get that to happen. I’ve tried appending “&page=12”, “?page=12”, “:#0.page.12” to the end of various URLs and I can’t get any result other than a 404 or the first page of the document. Any help?

https://webapps.stackexchange.com/questions/58681/how-can-one-link-directly-to-a-specific-page-of-a-pdf-in-google-drive

How can one link directly to a specific page of a PDF in Google Drive?Web Applications Stack Exchange
I’d like to provide a link to a PDF document in Google Drive like [documenturl]?page=4 and have that link jump to the specified page.

With a quick search, I was only able to find this unresolved f…

israa2912 2020-08-26 11:35:48
laravel_discuss-48825.jpg
any know why this error, I can not run “Add new” .. I use laravel with Vue
Himanshu sharma 2020-08-26 11:41:55
niyazvpp 2020-08-26 11:20:30
https://webapps.stackexchange.com/questions/58681/how-can-one-link-directly-to-a-specific-page-of-a-pdf-in-google-drive

Yeah worked thanks for suggestion

Nimit1906 2020-08-26 12:09:11
http://www.webnotionitsolutions.in/
2020-08-26 12:29:38
hi i usede a button and when it clicked it will move to there page while route to other page it take cus_id but no cus_id is diaplyed in otherpage ….can any one help to slove it
farhanahjam 2020-08-26 13:11:15
How to fix mysql error
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND tenure =’6” at line 5 (SQL: CALL spending-trend(”,”,”,”, ◀ ”,”,” ,”,”,”,”,”,’6’)) “””
farhanahjam 2020-08-26 13:12:05
$spendingTrend = DB::select(DB::raw(“CALL `spending-trend`(‘”. $request->store_name . “‘,'”.
$request->brand_name . “‘,'” . $request->product_name . “‘,'” . $request->priceRange . “‘,
‘” . $request->campaign_name . “‘,'”. $request->paymentMode . “‘,'”. $request->payStatus . “‘
,'”. $fromDate . “‘,'”. $toDate . “‘,'”. $request->campaignType . “‘,'”. $request->priceMin .”‘,'”. $request->priceMax .”‘,'”. $request->tenure .”‘)”));
farhanahjam 2020-08-26 13:12:24
this is the query that is causing problem
Unknownuser009 2020-08-26 14:12:39
Ok i found error
Unknownuser009 2020-08-26 14:12:50
🙏 thanks
Christoph 2020-08-26 16:48:27
farhanahjam 2020-08-26 13:12:05
$spendingTrend = DB::select(DB::raw(“CALL `spending-trend`(‘”. $request->store_name . “‘,'”.
$request->brand_name . “‘,'” . $request->product_name . “‘,'” . $request->priceRange . “‘,
‘” . $request->campaign_name . “‘,'”. $request->paymentMode . “‘,'”. $request->payStatus . “‘
,'”. $fromDate . “‘,'”. $toDate . “‘,'”. $request->campaignType . “‘,'”. $request->priceMin .”‘,'”. $request->priceMax .”‘,'”. $request->tenure .”‘)”));

Why wouldn’t you use the “eloquent” way to make this query?

2020-08-26 21:51:44
Hey Guys! I need someone who knows laravel and AWS…
2020-08-26 21:51:54
Will pay once per week
2020-08-26 21:52:32
simple tasks, crm maintenance
2020-08-26 21:58:02
Hi guys, I got internship on Laravel Framework. I already done my 4 months
shaildark 2020-08-26 22:06:30
Anyone know how to upload laravel website on bytehost, I created my account on that to upload my demo project so that I can show it in job interview, it shows only htdocs folder on online file manager
2020-08-27 00:17:05
Guys please do not paste code directly as it’s hard to read the code, take screenshot and share here for better & easy view.
Mk_7_6 2020-08-27 00:43:49
Guys, is there a best source of video tutorial for laravel broadcast and events.
Siberfx 2020-08-27 00:53:44
youtube has everything you desire guys.
Wilkersonmesquita 2020-08-27 03:22:14
okk
Wilkersonmesquita 2020-08-27 03:22:32
Robot top hehe
Wilkersonmesquita 2020-08-27 03:23:03
Hey, who time from business? BRAZIL
Ollytheestallion 2020-08-27 04:04:28
Pls who knows abt bitcoin investment website here..I mean programmers
baya097 2020-08-27 06:51:48
hi there! can someone tell what’s the different betwem this expression {$cmient} and {$client ?? ‘ ‘ } ?
Nimit1906 2020-08-27 07:52:07
How to read rfid device in laravel website
sriniprabu 2020-08-27 08:01:08
device provider will give their own api and libraries
sriniprabu 2020-08-27 08:01:21
use that
2020-08-27 09:45:07
Anyone used dropzone for multi file upload? I’m stucked, need help.
Nimit1906 2020-08-27 10:03:19
@sriniprabu brother divice provider give the sdk so how i work on it
israa2912 2020-08-27 11:01:23
laravel_discuss-48870.jpg
hi i face this error with laravel Vue , I am use vue-draggable to build something like Trello
rebory 2020-08-27 11:37:07
laravel_discuss-48871.jpg
i need help while run cron job in laravel get this error according to hosting provider cron job work fine but error in your code
|