← prev | next →
Jadidi_82 2020-09-15 18:58:51

this is what I want to set for them
Bhuvi100 2020-09-15 18:59:42
Jadidi_82 2020-09-15 18:58:51
this is what I want to set for them
Round it off and send to the view
Bhuvi100 2020-09-15 18:59:52
Bhuvi100 2020-09-15 18:56:49
Like this @if($product->rating_average===1) selected @endif
And use this
DesolatorMagno 2020-09-15 18:59:59
Jadidi_82 2020-09-15 19:00:53
Bhuvi100 2020-09-15 18:59:52
And use this
and then send $sum to each of those values?
Bhuvi100 2020-09-15 19:02:52
Jadidi_82 2020-09-15 19:00:53
and then send $sum to each of those values?
See like this <input type=”radio” value=”1″ @if($sum===1) selected @endif>
Bhuvi100 2020-09-15 19:03:04
Do like this for all radio buttons
Jadidi_82 2020-09-15 19:03:14
yes
Bhuvi100 2020-09-15 19:03:44
Mmm
Roham0010 2020-09-15 19:04:00
Jadidi_82 2020-09-15 19:03:14
yes
Do a for loop through your number!
Jadidi_82 2020-09-15 19:04:02
and do you how can I roud them off
Bhuvi100 2020-09-15 19:04:54
Roham0010 2020-09-15 19:04:00
Do a for loop through your number!
Understood
Roham0010 2020-09-15 19:05:15
DesolatorMagno 2020-09-15 18:59:59
And use this type of query it’s shorter and faster
Jadidi_82 2020-09-15 19:05:17
some how
aleemont 2020-09-15 20:10:59
imhajiiii 2020-09-15 17:34:57
What is $count?
jumzeey 2020-09-15 20:52:49
Hello guys, i need help. On local, my app displays image type as jpegs, but on production host it displays the image as text/html. Please how can i fix this?
Meysam_biz 2020-09-15 21:30:19
jumzeey 2020-09-15 20:52:49
Hello guys, i need help. On local, my app displays image type as jpegs, but on production host it displays the image as text/html. Please how can i fix this?
What’s your web service? Apache or Nginx ?
ouboros 2020-09-15 21:30:56
i guess its apache
ouboros 2020-09-15 21:31:06
i bet on it
satish9323 2020-09-15 21:58:28
My friend Shraddha Jadhav has been diagnosed with idiopathic pulmonary artery hypertension. Her heart and lungs are not functioning properly and so She is on oxygen support. Doctors have said that She needs lung and heart transplants in order to survive. Please support to raise funds for her.
Can you please help her raising this fund?
https://lnkd.in/eSfGbpE
Mentioned below are bank details:
Bank Name: State Bank of India
Account Number: 39571723758
Account Name: Shraddha Jadhav
IFSC code: SBIN0051320
Branch: Anand nagar, Dahisar
Google Pay/Bhim App : 9029364127
can you please donate whatever you can and also encourage your friends to do the same?
It would be a great favour if you post it on your FB/Twitter wall so that it reaches to maximum people.
I know her personally since last 7 years and can say that this is a true case, not a fraud one.
Please share so that it reaches to maximum people.
Your small help and effort can go a long way in healing a family which is bearing all this trauma for the last 5 years.
Single mother is struggling to fund her daughter’s life-saving treatment. Help by Meera –
Ketto.orgMeera wants to raise funds for Single mother is struggling to fund her daughter’s life-saving treatment. Help. Your donation has the power to help them move closer to their goal amount. Please contribute.
AMIT 2020-09-15 22:39:48
https://twitter.com/FullstackNL/status/1305570284926271492?s=19
Full-stack Utrecht –
TwitterWe have a new event organised for our members! Next month Jonathan Reinink (@reinink) will be giving us a presentation about Inertia.js 😎 Come join us! https://t.co/d9pScpO5ni
amirAutomationEnginner 2020-09-15 23:11:19
Hi i put recaptcha for register page but i cant take its error into persion
amirAutomationEnginner 2020-09-15 23:12:33
Abrar 2020-09-15 23:55:50
Anybody knows how to make a video call applicaion with laravel?
PeterMukk 2020-09-16 00:44:48
Anyone who know how to make google map application with laravel
yish_mael 2020-09-16 01:05:52
I need a job guys.. I’m okay with php and laravel.
yish_mael 2020-09-16 01:06:58
PeterMukk 2020-09-16 00:44:48
Anyone who know how to make google map application with laravel
You can embed google maps into your application.
Parsa212 2020-09-16 01:12:08
Arab username? What’s the problem? 😐
aleemont 2020-09-16 04:09:06
How do I call a livewire component from href?
I have to create a link in my page which redirects to a page where I have an input tag and a textarea tag
I want to use liberwire’s synchronized input
But I don’t know how to mske it work
I’ll explain better:
I have the website management page where I have a link which redirects to a page where I can create a new post
This new post has to be sent to a DB
And shown in the main page of the site
I thought I could call the post-creation page with
<a href=”path/to/CreatePost.php”>Create new post</a>
Where CreatePost.php is the file generated with
php artisan:make livewire create-post
But it’s not working
Any help?
DesolatorMagno 2020-09-16 04:10:51
I work with normal views and inside the views i use LiveWire in the place i need and for what i need.
aleemont 2020-09-16 04:15:08
DesolatorMagno 2020-09-16 04:10:51
I work with normal views and inside the views i use LiveWire in the place i need and for what i need.
Oh I see
So I make a normal view into resources->views
Where I put everything? (Both html and php)
DesolatorMagno 2020-09-16 04:15:43
Have you work with components before?
aleemont 2020-09-16 04:16:50
I used another framework
I’m trying to getting used to Laravel
But in a general way, I’m new in php too
So I’m doing some trials
DesolatorMagno 2020-09-16 04:17:59
Because what you are writing sound really off, like someone that have not use Laravel Before.
Try going small, first make a view work using Livewire.
DesolatorMagno 2020-09-16 04:19:35
https://laravel-livewire.com/docs/2.x/quickstart
Using Livewire is kinda weird per se, but the doc is a good start
Quickstart | Livewire –
LivewireA full-stack framework for Laravel that takes the pain out of building dynamic UIs.
DesolatorMagno 2020-09-16 04:20:45

That is what i do, i make my layout, and my view, and i use livewire for something specific, like a form or a table.
aleemont 2020-09-16 04:35:17
Yeah I used this before
I think I will look into the screencasts so I can refresh my mind
aleemont 2020-09-16 04:35:29
Thank you and sorry for wasting you time sir
profsr123 2020-09-16 06:04:30
any body have laravel 7 crud operation file for products ?
profsr123 2020-09-16 06:05:34
any body have laravel 7 crud operation file for products ?
DesolatorMagno 2020-09-16 06:05:44
nice
flyingdragons 2020-09-16 07:13:44
profsr123 2020-09-16 06:05:34
any body have laravel 7 crud operation file for products ?
Hi i have written an article on resourceful controllers. Which is basically a CRUD. Kindly reffer it
flyingdragons 2020-09-16 07:13:56
https://stackcoder.in/posts/what-is-laravel-resourceful-controllers
What Is Laravel Resourceful Controllers? | StackCoder –
StackCoderMost of the time in your development process you will be creating CRUD operations and it may take up some time to do so because you need to create CRUD functions in Controllers and Web Routes in web.php file
This is all simplified in Laravel with single line of artisan command & one line code in web.php
2020-09-16 10:40:46
Require Laravel Developer
2020-09-16 10:40:58
Ping in dm
Jadidi_82 2020-09-16 10:55:41
hello guy how can I set my databace on the host
Jadidi_82 2020-09-16 10:55:55
with all of its tables
Jadidi_82 2020-09-16 10:56:16
not creating them one by one
AMIT 2020-09-16 11:11:14
Guyz you may like to have a look at Laravel India group
2020-09-16 12:11:48
who know image uploading?
← prev | next →