Dear friends, How could be possible to use a database table as a connection container in place of us...
Hey all, I'm developing a package (1) that requires another package (2) with its own Laravel configu...
I'm passing a model collection ($occurrences) from the controller to the view, and there I convert t...
Hi I am new to Laravel, How to create a multiple select drop-down list. Can any one please help me !...
Hey fellow artisans in Denmark! We are arranging a meetup in Copenhagen on the 12th of June! Check i...
The example code is {{ Form::open(array('class' => 'form-signin', 'role' => 'form')) }}...
Is there any IDE with Blade support ( highlighting, code recognition...) I am currently using NetBea...
I'm working with some log data and it returns about hundreds and thousands of data. Without using ch...
i have a array, store ID, and i wanna do update their position number. something like: UPDATE table...
I'm trying to figure out why a specific constellation doesn't work in the same way, maybe some of yo...
I have following code: public function delImage($path, $id) { $page = Page::find($id); \File::d...
Hi everyone, What's the simplest way for users of my project to update to the latest version of my p...
Hi, Why can't I run artisan commands at live environment? https://www.dropbox.com/s/yv2yisdzjmahvaq/...
Hey guys, We just released version 1.0.0 of our Laravel Excel packages. https://github.com/Maatwebs...
is there any possible way to join tables with eloquent queries? i have 3 tables Users, Blogs & B...
Hi! I've started developing a multilingual (with multiple domains) and with multiple subdomains. Now...
Hi, I'm having some error trying to call a view from a subfolder. First, this thing works Route::get...
route.php Route::controller('tipounidademedida', 'TipoUnidadeMedidaController'); tipounidademedidac...
Hi all, I have a line in my blade file like that: <img src="{{ asset('img/users/Auth::user()...
hi, i use cviebrock/eloquent-sluggable (https://github.com/cviebrock/eloquent-sluggable) My slugs ar...
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