Contents:
are your css doing fine at the pdf?
How are you loading the css?
How can i fix this?
Hi, I have a contract table and another table that is related to the first one, and I need to export to excel with the structure, a line with the contract data and below the data related to the contract, how could I do it?
Hi how to change password in laravel?
U solved this one?
Please how to install laravel?
are your css doing fine at the pdf?
How are you loading the css?
How can i fix this?
Hi, I have a contract table and another table that is related to the first one, and I need to export to excel with the structure, a line with the contract data and below the data related to the contract, how could I do it?
Hi how to change password in laravel?
U solved this one?
Please how to install laravel?
nishan_b 2019-06-20 16:34:23
👀 Browser Detect
👇
https://madewithlaravel.com/browser-detect
Browser Detect – Made with Laravel – Madewithlaravel
Laravel Browser Detection
Laravel Browser Detection
albertawe 2019-06-20 17:34:31
hi, anyone know a library that work well on generating html+css to pdf?
GauravGohil 2019-06-20 19:07:45
Laravel socialite Google login not working
GauravGohil 2019-06-20 19:07:56
There is not any error showing
GauravGohil 2019-06-20 19:08:05
But it’s not logging in the user
GauravGohil 2019-06-20 19:08:10
What is the problem
GauravGohil 2019-06-20 19:08:11
Hwlp
mrhalil 2019-06-20 19:09:54
I think, there is some error . But you cant see
Coinwell 2019-06-20 19:16:08
albertawe 2019-06-20 17:34:31
hi, anyone know a library that work well on generating html+css to pdf?
Dompdf/dompdf laravel wrapper. Used it several times
albertawe 2019-06-20 19:17:38
Coinwell 2019-06-20 19:16:08
Dompdf/dompdf laravel wrapper. Used it several times
are your css doing fine at the pdf?
pappu_019 2019-06-20 19:17:53
albertawe 2019-06-20 17:34:31
hi, anyone know a library that work well on generating html+css to pdf?
You may try this package
https://github.com/barryvdh/laravel-dompdf/blob/master/readme.md
barryvdh/laravel-dompdf – GitHub
A DOMPDF Wrapper for Laravel. Contribute to barryvdh/laravel-dompdf development by creating an account on GitHub.
A DOMPDF Wrapper for Laravel. Contribute to barryvdh/laravel-dompdf development by creating an account on GitHub.
albertawe 2019-06-20 19:18:16
my css wont came out when i use that package 😫
Coinwell 2019-06-20 19:18:52
albertawe 2019-06-20 19:18:16
my css wont came out when i use that package 😫
How are you loading the css?
albertawe 2019-06-20 19:19:13
its just a simple css with adding bording around a table
Coinwell 2019-06-20 19:19:23
albertawe 2019-06-20 19:17:38
are your css doing fine at the pdf?
Yes
albertawe 2019-06-20 19:19:38
im gonna try more
albertawe 2019-06-20 19:20:20
thanks a lot guys
pappu_019 2019-06-20 19:20:46
Coinwell 2019-06-20 19:19:23
Yes
I think you need enable html render option in config
albertawe 2019-06-20 19:20:58
the html5 render?
pappu_019 2019-06-20 19:21:04
Yes
albertawe 2019-06-20 19:21:05
okay
albertawe 2019-06-20 19:21:15
thankyou!
pappu_019 2019-06-20 19:21:31
Welcome!
GauravGohil 2019-06-20 19:37:09

GauravGohil 2019-06-20 19:37:26

GauravGohil 2019-06-20 19:37:37
Tried to see error using this
GauravGohil 2019-06-20 19:37:41
This is what it show
praneet81 2019-06-20 20:12:03

praneet81 2019-06-20 20:12:38

praneet81 2019-06-20 20:12:50
I’ve a model with has many relationship
praneet81 2019-06-20 20:12:58

praneet81 2019-06-20 20:13:25
And I’m trying to paginate it with order by created at in descending order
praneet81 2019-06-20 20:13:41
But when i do that i can’t get the relationship
praneet81 2019-06-20 20:13:53
But when i remove oderby i get the result
praneet81 2019-06-20 20:13:58
How can i fix this?
yoandryrf 2019-06-20 20:22:47
Hi, I have a contract table and another table that is related to the first one, and I need to export to excel with the structure, a line with the contract data and below the data related to the contract, how could I do it?
oxbir 2019-06-20 21:04:17
Hi how to change password in laravel?
farshidrezaeii 2019-06-20 21:12:26
oxbir 2019-06-20 21:04:17
Hi how to change password in laravel?
reset password
Sharath 2019-06-20 21:41:21
GauravGohil 2019-06-20 19:37:26
U solved this one?
Nomiilk 2019-06-20 21:42:51
Please how to install laravel??
farshidrezaeii 2019-06-20 21:43:51
Nomiilk 2019-06-20 21:42:51
Please how to install laravel??
https://laravel.com
Laravel – The PHP Framework For Web Artisans – Laravel
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.
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.
Sharath 2019-06-20 21:45:04
Sharath 2019-06-20 21:41:21
U solved this one?
https://stackoverflow.com/questions/30240840/laravel-5-socialite-curl-error-77-error-setting-certificate-verify-locations
Laravel 5 Socialite – cURL error 77: error setting certificate verify locations – Stack Overflow
I am using socialite in Laravel 5 to setup facebook login. I followed the instructions carefully until I got stuck with the following error
I am using socialite in Laravel 5 to setup facebook login. I followed the instructions carefully until I got stuck with the following error
cURL error 60: SSL certificate problem: unable to get lo…
Sharath 2019-06-20 21:45:35
Nomiilk 2019-06-20 21:42:51
Please how to install laravel??
Install composer first globally
Sharath 2019-06-20 21:48:10
Then use this command in phpstorm terminal
composer create-project laravel/laravel project_name
Nomiilk 2019-06-20 21:53:21
Thanks.
ErgashevXurshid 2019-06-20 22:10:38
Nomiilk 2019-06-20 21:42:51
Please how to install laravel??
laravel.com/docs
Laravel – The PHP Framework For Web Artisans – Laravel
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.
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.
GauravGohil 2019-06-21 11:22:55
Laravel logout not working
farshidrezaeii 2019-06-21 11:26:17
GauravGohil 2019-06-21 11:22:55
Laravel logout not working
why?
2019-06-21 11:27:46
salam . kasi hast ?
GauravGohil 2019-06-21 11:46:58
Laravel socialite login aska Google login for first-time only