Class Channel extends Model { ... ... public function getSubscribersAttribute(){ return $this-&...
Hello! I'm trying to build a scope to filter banned users. I have two table : One called users: id,...
Hi I'm using Laravel 4 I have a section on my site that displays my portfolio, The problem I'm havin...
Hi, i'm trying to create a modular application using laravel packages, but i don't want to use contr...
I can´t manage to find a correct solution for this situation (simplified example): index.blade.php...
Hello, I need some help Please, for I'm beginner with Laravel and MVC. I want to remove the "pu...
Hello all! I've searched a lot about this but couldn't find anything related to what i need. I need...
I'm new using laravel 5. What's the best redirect to use to pass parameters without send to URL?
Hi. I create my routes like so Route::model('projects', 'Project'); Route::bind('projects', functio...
I am trying to display custom views on errors. I have already modified the code in global.php as bel...
hello how I hook "#myTab" to route method? return redirect()->route('generate_path') an...
Hello everyone! I have a website built with Laravel and Bootstrap. The website is loading pretty slo...
Hi, I have two related tables in the main table have the id from another table but I would rather ge...
Hi,when i access my local site http://example.com/admin,just got 500 exception. routes.php: Rou...
Hi, everyone. I am a beginner of Laravel and PHP. I do not know how the login and registration schem...
Hi, I have to realize a system for massive invoices generation. I try to use dompdf,fpdf and other p...
Hello... Im just started to codes in Laravel 5... I need help to auto update my view when theres new...
Ok so the thing is I have laravel 4.2 installed and it's working great. Up to today when I did a cou...
The below code works great in Laravel 4.2: //other code up here $data['owners'] = \Illuminate\Suppor...
elixir.extend('start', function() { new Task('start', function() { elixir.mixins.sass('a...
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