python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
not show decimals in PHP Value?
I have a web made in laravel, livewire and I need to hide decimals in variable: 'valor' => $countPoblacion->poblacion]
since it is currently showing decimals in all values.
class ConteoPoblacio...
365posadas
Votes: 0
Answers: 1
Call Blade Component on Controller (Livewire Component)
I am Trying to call Blade component on Livewire Component (Controller).
But its not working its just return ""
Controller
Rezult
I want to be return that is insite this component
Alpet Gexha
Votes: 0
Answers: 1
Laravel livewire display session message with javascript
I am trying to submit a contact form using laravel livewire like:
public $name;
public $email;
public $phone;
public $message;
public function submitForm()
{
$attributes['name'] = $this->name...
Bilal Yousaf
Votes: 0
Answers: 1
Method 'layout' not found in view instance livewire
I am stuck on componets rendering whereby am getting the error that layout method not found in view instance
<?php
namespace App\Http\Livewire;
use Illuminate\View\View;
use Livewire\Component;
...
Wanjala Alex
Votes: 0
Answers: 1