Hey, i do not know if this is the right category, but it seemed the closest. When i access a laravel...
Here is what I have: routes.php Route::controller('colaboradores', 'ColaboradorController'); fi...
Hi Guys, I have a question about the naming convention of the tables. We have multiple tables with s...
Hi ! I have written a package to generate lang files for you. Write your templates, controllers, ......
Hi Laravel Team, I have had some deep trouble on writing Eloquent queries for multiple nested reques...
I am having troubles deploying Laravel to shared hosting. I have to point out that I have been doing...
Hi, We are a team of developers, and each one is running tests locally before commit, each one confi...
I test Event::listen('test', function () { return 'hello'; }); // and $event = Event::fire('...
I am using the file cache for an in office application which has about 5 users. The cache is workin...
I started using Laravel on a couple of projects, and for simple logic it's pretty straight forward....
Hey Guys, So i'm just learning Laravel as a side project and have come across an interesting sort of...
Hi, I am still in the progress of learning Laravel and I already used the api. The only thing I miss...
Hi, artisans I created a package for Laravel 4 that generate an RESTful explorer from apiDoc. The pa...
Hi, this works fine // route.php Route::get('nuovo-utente', array('before' =>'guest','as'=> 'u...
What I'm trying to do is: Output results with a filter from a pivot table where 'posts' can have up...
Its early here, so i'm sure i'm missing something obvious This works fine Route::get('users/login',...
So some domains or email addresses will cause a timeout, such as [email protected]. Or any other inval...
Hi there, I'm using Laravel 4.1.26 with the following app::before filter: App::before(function($requ...
When I try to run php artisan I have this error "error":{"type":"Symfony\\...
hello every body, i am new to laravel frame work , when i read tutorial install laravel, they tell m...
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