Hello, I want to create a means for me to show users where they are at a page. Currently my menu is...
I have the following in my controller namespace App\Http\Controllers\Settings; use Illuminate\Http\...
I have $formas_pagos variable loaded with FormasPago model data. When i iterate trough $formas_pagos...
Controller: public function editar($id){ $emitentes = Emitente::all(); $destinatarios = destinatario...
Hello, Im using Laravel 5.3 Id like to allow registrations just for users who are currently logged i...
Hello, First, I'm no expert with Laravel, Vue or webpack.. However, I've been testing 5.3 (yes, pre-...
I will start a new project using laravel and an metronic admin template. As you may guess, there are...
I have install laravel 5.2 on LAMP in Digital ocean . After installation and configuration I run php...
http://stackoverflow.com/q/39963901/5863315
I have one Controller eg. VendorContoller in index.blade.php i have display all details in table wit...
Hello, I have created a new Laravel 5.3 application and I have a problem with utf-8 chars which are...
I've created a master page for our site so that we maintain a similar layout throughout, but our hom...
Route::get('admin', 'AdminController@index'); Route::get('adduser', 'AdminController@adduser'); Rou...
I have two tables users id | name images id | user_id User model class User extends Authenticatabl...
Has anyone got a step by step example of actually adding a vue component such as the awesome vue-mul...
Hi, I have uploaded laravel project on godaddy server and updated .env file and also updated all req...
Hi, I'm having troubles to define a delete route, can someone showme an example about how to define...
Dear all, I am quite new at Laravel. I have a Product Model and a Category-Model. Each Product has o...
Hi everyone, I am new in laravel, i am using patch method but i am getting error "Missing requi...
Noob question here. Is their a way I can reuse a $var??? example.. public function funcA(){ $var...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community