Posts by raphael • 75 points
4 posts
-
5
votes1
answer937
viewsQ: Deleting local image of Laravel product
Well I have a product and I have an image being recorded locally. I need that in the backend when the product is deleted the local image is deleted. When I delete deletes the database data deletes…
-
2
votes1
answer446
viewsQ: Taking data from the checkbox and sending it to the bank
I am creating a form and need to send to the bank the selected checkbox. I have the table conta, conta_categoria and categoria. In the conta_categoria have the id_conta and the id_categoria. How…
-
0
votes2
answers3068
viewsA: Dynamic Combobox with jQuery + Laravel
I’m using the Laravel 5.0 version class Estado extends Model { protected $primaryKey = 'id_estado'; protected $fillable = [ 'nome', 'regiao', 'sigla' ]; public $timestamps = false; public function…
-
0
votes2
answers3068
viewsQ: Dynamic Combobox with jQuery + Laravel
I am on a registration screen where there is a combobox of State and Cities. City has q be filled after the state is selected. I have create.blade.php <div class="form-group"> {!!…