Hi how can i a generate a chart in laravel controller and then return it as image and i dont want to have any view?

|
NeutronStein 2020-01-22 01:12:47
Then loop over users and get books using $user->books within the loop
NeutronStein 2020-01-22 01:14:48
If you are only trying to get the total of books without actually needing the books then use User::withCount(‘books’)->get(); In the for each loop get the total book count by $user->books_count
Fatima 2020-01-22 01:55:38
LiceaPacheco 2020-01-22 01:09:41
Hope this help Fátima

Thanks I will try it🌹🌹🌹

LiceaPacheco 2020-01-22 03:01:22
Fatima 2020-01-22 01:55:38
Thanks I will try it🌹🌹🌹

If you need More help, just ask me, okay

Fatima 2020-01-22 10:43:53
Hello🤔
H_Bakhtar 2020-01-22 10:50:30
Hi how to solve this problem

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

H_Bakhtar 2020-01-22 10:52:05
H_Bakhtar 2020-01-22 10:50:30
Hi how to solve this problem

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

i wanna after user registered redirect to a route but show this error

skys215 2020-01-22 12:18:44
You need to login
skys215 2020-01-22 12:18:49
Maybe passing the token
skys215 2020-01-22 13:45:13
Sorry, English group
LiceaPacheco 2020-01-22 14:50:42
Good morning Fatima
Dee2499 2020-01-22 14:50:47
Anyone from Iran????
MxGato 2020-01-22 15:02:51
Ukraine +
RoNin9392 2020-01-22 15:17:32
My cookie does not carry forward data from one iframe to another in safari, I have a scenario like this:
I have parent domain ex: website.com , Inside that I have a iframe with this url ex. parent.com where I am setting cookie for parent while submitting form so I am setting cookie like this domain=”.parent.com” (so it will set cookie for subdomain automatically)

When form is submitted I move to another page like website2.com and inside that page I have a iframe with subdomain like parent.child.com Now issue is I am not able to get cookie which were set by parent.com in safari

Other browser works great

Rahul 2020-01-22 15:26:55
How I start to learn Laravel….I have core knowledge
Rahul 2020-01-22 15:33:35
Can anyone reply???
Rahul 2020-01-22 15:34:50
I thought here I’ll get the right way for learning but all are mute…
Blast06 2020-01-22 15:34:52
Dee2499 2020-01-22 14:50:47
Anyone from Iran????

Whats your opinion about what happened?

Blast06 2020-01-22 15:35:11
Rahul 2020-01-22 15:26:55
How I start to learn Laravel….I have core knowledge

Go to laracast

Dee2499 2020-01-22 15:35:30
Blast06 2020-01-22 15:35:11
Go to laracast

Need a help from Iran

🅳🅰️🅽🆂 2020-01-22 15:39:31
Rahul 2020-01-22 15:26:55
How I start to learn Laravel….I have core knowledge

Do you want something like video tutorial?I saw some at coursedrive.org

🅳🅰️🅽🆂 2020-01-22 15:50:35
The only laravel with English subtitles on there is ‘Laravel 2019 the complete guide with real projects’ the others don’t include subtitle
bourseAdviser_Dev 2020-01-22 18:22:24
hi how can i a generate a chart in laravel controller and then return it as image and i dont want to have any view?
prabhjd 2020-01-22 19:05:04
Hi can anyone share any tutorial on implementing reset password functionality in laravel without using php artisan auth
LiceaPacheco 2020-01-22 19:29:25
Rahul 2020-01-22 15:26:55
How I start to learn Laravel….I have core knowledge

Using the Laravel doc, Is a good start point

LiceaPacheco 2020-01-22 19:31:32
bourseAdviser_Dev 2020-01-22 18:22:24
hi how can i a generate a chart in laravel controller and then return it as image and i dont want to have any view?

You can use dompdf package or the gd library

LiceaPacheco 2020-01-22 19:31:57
Can you send More info
Dhraval99 2020-01-22 19:34:30
https://medium.com/@dhraval99/laravel-6-11-with-a-firstwhere-eloquent-builder-method-a8e70a186c82

Laravel 6.11 with a firstWhere eloquent builder method.Medium
Laravel v6.11.0 was released in 14 Jan 2020 with a new eloquent method firstWhere and other fixes and other changes in 6.x branch.
bourseAdviser_Dev 2020-01-22 19:54:13
LiceaPacheco 2020-01-22 19:31:32
You can use dompdf package or the gd library

is it generate chart?

LiceaPacheco 2020-01-22 20:34:44
Theres Is a package call consoletv
LiceaPacheco 2020-01-22 20:35:03
Search about this package
RAFI RAFF 2020-01-22 20:52:08
https://youtu.be/8IQuhH50bqc

How to convert images into PDF file using python scriptYouTube
Large no of images can quickly convert into pdf file, such as we take photos of documents and need to merge them as well as pdf document, This script is more quickly and best practices
(No Sound)

#Youtube #python #trending

Fatima 2020-01-23 02:21:52
Hi, I have a user who defines a course and each course has only one category , so course table has one to many rel with users and one to many rel with category table,
With this:
auth()->user()->courses()->create($request->all);
I can create a course for one user but how can I say this course is for selected category????
Fatima 2020-01-23 02:22:03
Fatima 2020-01-23 02:21:52
Hi, I have a user who defines a course and each course has only one category , so course table has one to many rel with users and one to many rel with category table,
With this:
auth()->user()->courses()->create($request->all);
I can create a course for one user but how can I say this course is for selected category????

Is there any sync method ????

Begroups 2020-01-23 02:29:16
How to get data user logged in an middleware
Begroups 2020-01-23 02:29:31
I do Auth::user () but its retun null
LiceaPacheco 2020-01-23 03:42:04
Begroups 2020-01-23 02:29:16
How to get data user logged in an middleware

You must first do a login, after that the user object have the data

Begroups 2020-01-23 03:45:32
I have see problem
Begroups 2020-01-23 03:45:59
Its in kernel when i register my middleware
Begroups 2020-01-23 03:46:17
I should put this after startsession’s middleware
Emma250 2020-01-23 04:05:15
am from ukraine
ErSoul 2020-01-23 06:31:16
Fatima 2020-01-23 02:21:52
Hi, I have a user who defines a course and each course has only one category , so course table has one to many rel with users and one to many rel with category table,
With this:
auth()->user()->courses()->create($request->all);
I can create a course for one user but how can I say this course is for selected category????

you should append the category id in the request data

dineshmali164 2020-01-23 07:35:34
Hello guys
I am send mail via laravel but in local enviormemt it work fine but when I staging on server it not working

What can I do ???

dineshmali164 2020-01-23 07:40:57
laravel_discuss-25133.jpg

dineshmali164 2020-01-23 07:41:16
I find on Google but I can’t get anything result that work for me
Share Market 2020-01-23 07:41:58
Change the server credentials in config/mail.php file.
Share Market 2020-01-23 07:42:26
Then cache clear and composer dump autoload.
dineshmali164 2020-01-23 07:44:43
On server how clear cache
skys215 2020-01-23 07:47:59
dineshmali164 2020-01-23 07:44:43
On server how clear cache

Run command
Or read the code and delete those files

Ant_Jr 2020-01-23 07:49:48
I thought someone might still need this!
|