Does anyone know how to do this on pdf generated files with laravel?

|
Kymfyy 2022-09-15 12:18:36
yared01100001 2022-09-15 11:46:05
Hi everyone… how to connect flutter with Laravel backend

Http or dio package or use webview

#Math 2022-09-15 12:42:20
yared01100001 2022-09-15 11:46:05
Hi everyone… how to connect flutter with Laravel backend

Create laravel api and use it in ur application

h_a_r_s_a_l 2022-09-15 13:17:28
Anyone knows how to make row editable in datatable???
sanitizerx 2022-09-15 13:52:58
h_a_r_s_a_l 2022-09-15 13:17:28
Anyone knows how to make row editable in datatable???

I can help

Kymfyy 2022-09-15 13:56:33
https://bootcamp.laravel.com

Laravel – Learn the PHP Framework for Web ArtisansLaravel
Together let’s walk through building and deploying a modern Laravel application from scratch.
smirnovlyosha01 2022-09-15 14:04:36
I am Russian. As a web and blockchain developer, I want to be your close friend. I have a few problems. A year ago I was working as a freelancer on Freelancer and the Upwork platform. However, the account was suspended due to sanctions. Can I borrow Freelancer and Upwork accounts? If possible, you pay $150 if your monthly income is less than $1000 and 15% if your monthly income is more than $1000. (Freelance $50 or 5%, Upwork $100 or 10%) Please help…
smirnovlyosha01 2022-09-15 14:04:54
I am Russian. As a web and blockchain developer, I want to be your close friend. I have a few problems. A year ago I was working as a freelancer on Freelancer and the Upwork platform. However, the account was suspended due to sanctions. Can I borrow Freelancer and Upwork accounts? If possible, you pay $150 if your monthly income is less than $1000 and 15% if your monthly income is more than $1000. (Freelance $50 or 5%, Upwork $100 or 10%) Please help…
Brammie 2022-09-15 14:21:43
$data = Http::get(“Http://”);
$response =json_encode($data->body());
from this api I got data , but how to send it to database through the product import file
web design 2022-09-15 15:09:47
radio button required validation laravel
web design 2022-09-15 15:10:18
I have a form of gender.
web design 2022-09-15 15:11:30
laravel_discuss-138433.jpg

web design 2022-09-15 15:11:58
laravel_discuss-138434.jpg

Senthil Guru 2022-09-15 16:05:58
laravel_discuss-138437.jpg
Hi team, im new to laravel,
Already in route list i have (In image) , Now i would like to add admin.customers.edit, but i dont know how to do this in routes , So please help me.
rahul8180 2022-09-15 16:47:26
Anyone implement cross site scripting in php
itsAxton 2022-09-15 16:51:22
does anyone know how to do this on pdf generated files with laravel ?

This simple Trick Makes any document impossible to Photocopy on any Printer (Like Money)YouTube
In this video we will see how to protect any document from photcopy !

does it work ?
i will use the mecanism that protects Money bill around the world from being copied !
impossible photocopy

please comment what you think about it, i will add some explanations later on the comment section.

R Ayubkhan 2022-09-15 19:19:34
I am looking laravel developer 2 to 3+ experience
Animator_kid_004 2022-09-15 19:20:28
Anyone know about auth0 api authentication
Denno_IT 2022-09-15 19:22:05
Animator_kid_004 2022-09-15 19:20:28
Anyone know about auth0 api authentication

https://laravel.com/docs/5.8/api-authentication

Laravel – The PHP Framework For Web ArtisansLaravel
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Animator_kid_004 2022-09-15 19:22:27
Denno_IT 2022-09-15 19:22:05
https://laravel.com/docs/5.8/api-authentication

I need auth0

Abdu081680 2022-09-15 20:15:25
Here is me
bisratekle 2022-09-15 20:16:32
How was yesterday laracon presentation ?
teEVILJOKER 2022-09-15 20:21:20
I want help to send messasage from controller to blade without redirect
teEVILJOKER 2022-09-15 20:21:40
Give me suggestions please
Yousef Dhrooj 2022-09-15 20:38:00
hello , how i can upload file with vue.js ?
Dani 2022-09-15 20:59:29
teEVILJOKER 2022-09-15 20:21:20
I want help to send messasage from controller to blade without redirect

you could use Session::flash

Dani 2022-09-15 21:00:06
Yousef Dhrooj 2022-09-15 20:38:00
hello , how i can upload file with vue.js ?

show your code

stiff_choco 2022-09-15 21:03:00
When all the exchange rates are loaded the page should also show a number that is the length of the longest array that meets the following conditions:
for elements of the array should be considered only exchange rates for the currently selected currency (for example if USD is selected: USD-EUR, EUR-USD, USD-BGN, BGN-USD, etc.)
the absolute difference between any two elements of the array is <= 0.5
For example let’s say that all the USD exchange rates are:
USD-EUR 1.3
EUR-USD 2.1
USD-CAD 2.0
CAD-USD 1.4
USD-BGN 1.5
BGN-USD 1.2

The output should be: 4
Because the longest array we’ve found is: USD-EUR (1.3), CAD-USD (1.4), USD-BGN (1.5), BGN-USD (1.2)

stiff_choco 2022-09-15 21:03:23
stiff_choco 2022-09-15 21:03:00
When all the exchange rates are loaded the page should also show a number that is the length of the longest array that meets the following conditions:
for elements of the array should be considered only exchange rates for the currently selected currency (for example if USD is selected: USD-EUR, EUR-USD, USD-BGN, BGN-USD, etc.)
the absolute difference between any two elements of the array is <= 0.5
For example let’s say that all the USD exchange rates are:
USD-EUR 1.3
EUR-USD 2.1
USD-CAD 2.0
CAD-USD 1.4
USD-BGN 1.5
BGN-USD 1.2

The output should be: 4
Because the longest array we’ve found is: USD-EUR (1.3), CAD-USD (1.4), USD-BGN (1.5), BGN-USD (1.2)

could anyone please help me understand this, please, I seemingly can’t understand how the answer is 4

DesolatorMagno 2022-09-15 21:43:25
Because there are only 4 elements that fulfill the requirement.
kazem_canaanite 2022-09-15 21:45:14
Welcome
kazem_canaanite 2022-09-15 21:45:56
I’m trying to learn laravel
kazem_canaanite 2022-09-15 21:46:15
But when i started
kazem_canaanite 2022-09-15 21:46:41
I encountered a bug in the route
kazem_canaanite 2022-09-15 21:46:53
controlers
DesolatorMagno 2022-09-15 21:47:20
You could try to send more word for message, explain the problem and show code.
|