What is the best ticket package for laravel?

|
2019-09-03 17:50:31
actually i have already hosted the site
2019-09-03 17:52:35
mohammednehru 2019-09-03 17:49:56
@ost_myloc @leondesign this is my update function

dd($role);
put this after the first line and see the results, $role proply returns boolean in the first place

mohammednehru 2019-09-03 17:53:16
2019-09-03 17:52:35
dd($role);
put this after the first line and see the results, $role proply returns boolean in the first place

laravel_discuss-12379.jpg

mohammednehru 2019-09-03 17:53:25
yes
2019-09-03 17:53:36
So you cannot call method on boolean right ?
2019-09-03 17:53:52
find your problem then
DesolatorMagno 2019-09-03 17:55:07
You are calling update, update return a Boolean
mohammednehru 2019-09-03 17:55:33
laravel_discuss-12385.jpg

mohammednehru 2019-09-03 17:55:44
laravel_discuss-12386.jpg

mohammednehru 2019-09-03 17:56:23
it’s work now
mohammednehru 2019-09-03 17:56:35
thank you ❤️❤️❤️
DesolatorMagno 2019-09-03 17:56:41
Exactly, it was not a problem with the package, that’s would happen with any model.
DesolatorMagno 2019-09-03 17:57:12
Get used to debug, that’s half your work.
mohammednehru 2019-09-03 17:57:35
DesolatorMagno 2019-09-03 17:57:12
Get used to debug, that’s half your work.

I will, I am just fresh man on this 😁

DesolatorMagno 2019-09-03 17:57:42
(more than half when you start XD)
DesolatorMagno 2019-09-03 17:59:42
Yeah, but debug is not looking at the code and asking, why don’t you work, you have to learn how to move with the data, to know where to search, how to search in Google, how to understand the error that return the language, it take time to get better but everyone have to start.
mohammednehru 2019-09-03 18:00:52
So, it’s new start. 💪
KuttuKarthik369 2019-09-03 18:07:25
TeleMadDave 2019-09-03 16:53:01
Laravel 6 is now released!!

will have bug fixes until September 3, 2021

and

security fixes till September 3, 2022

KuttuKarthik369 2019-09-03 18:07:51
laravel 6 is now the latest lts version
mohammednehru 2019-09-03 18:54:47
@DesolatorMagno How can I check if the checkbox is unchecked?
mohammednehru 2019-09-03 18:55:59
laravel_discuss-12400.jpg
This code can assign the new checked permission but does not revoke the unchecked.
DesolatorMagno 2019-09-03 18:56:56
check if is null the request.
DesolatorMagno 2019-09-03 18:59:24
You can comment everything and start testing, you can also do a dd($request) to see what get to the controller.
mohammednehru 2019-09-03 19:00:16
I will try this now
richitorres 2019-09-03 19:02:56
mohammednehru 2019-09-03 19:00:16
I will try this now

Mohamed stop adding me to groups about religion, I don’t believe in any religion or God

richitorres 2019-09-03 19:02:58
plis
richitorres 2019-09-03 19:03:09
the next time i report you profile
mohammednehru 2019-09-03 19:03:47
richitorres 2019-09-03 19:02:56
Mohamed stop adding me to groups about religion, I don’t believe in any religion or God

What are you talking about?

2019-09-03 19:04:24
*jokes*
mohammednehru 2019-09-03 19:11:15
REALLY?
eneteache 2019-09-03 19:11:39
richitorres 2019-09-03 19:02:56
Mohamed stop adding me to groups about religion, I don’t believe in any religion or God

wtf?

mohammednehru 2019-09-03 19:11:44
DesolatorMagno 2019-09-03 18:59:24
You can comment everything and start testing, you can also do a dd($request) to see what get to the controller.

it’s the same problem man

richitorres 2019-09-03 19:16:36
mohammednehru 2019-09-03 19:11:15
REALLY?

yep, yesterday you adding me on a group about religion and god

mohammednehru 2019-09-03 19:19:42
richitorres 2019-09-03 19:16:36
yep, yesterday you adding me on a group about religion and god

It’s the first time I’ve seen your name in my life.
If there is a similarity in names, this is possible, I tell you that I am sorry instead of him

Esprit197 2019-09-03 21:16:24
laravel_discuss-12418.jpg
Hello guys can someone help me with this error there please
Esprit197 2019-09-03 21:26:50
laravel_discuss-12424.jpg
this is my .env
Esprit197 2019-09-03 21:28:01
How I can configure To make it work
lmdeman 2019-09-03 21:29:18
The same spoiled ones are here too?
Marvixino 2019-09-03 21:29:32
Any idea how to use factory to upload images to S3 and store records in the DB with user_id?
lmdeman 2019-09-03 21:31:22
the group should be called “read the documentation”
lmdeman 2019-09-03 21:34:19
what happens is that the documentation is dehumanized
lmdeman 2019-09-03 21:37:35
it’s a joke
lmdeman 2019-09-03 21:38:05
let’s talk about carpentry
lmdeman 2019-09-03 21:55:12
Marvixino 2019-09-03 21:29:32
Any idea how to use factory to upload images to S3 and store records in the DB with user_id?

reading the docs

Marvixino 2019-09-03 21:56:20
lmdeman 2019-09-03 21:55:12
reading the docs

did not find any related 😁

lmdeman 2019-09-03 21:58:05
do you see what is there? 👆👆👆👆
Marvixino 2019-09-03 21:59:40
I read this, but could not figure out how to use my model for upload, and read the result of aws rekognition to store in the DB
SM_NHosseini 2019-09-04 07:34:21
hi guys I’ve asked a question in stackoverflow i’d be grateful if someone could help me out :

https://stackoverflow.com/questions/57765578/efficient-way-to-populate-drop-down-dynamically-in-laravel

Efficient way to populate drop-down dynamically in laravelStack Overflow
I have multiple database tables which each one of them populates a dropdown, The point is each dropdown effects next dropdown.

I mean if I select an item from the first dropdown, the next dropdown

2019-09-04 08:45:55
Hi, I have a question
What is the best ticket package for laravel?
albertawe 2019-09-04 10:47:22
guys, is there any client side compression library to compress image from input type=”file”?
|