In previous Laravel 4, to set a no value attribute I used: {{ Form::open( array( 'url' => 'test',...
Dear all, I find it difficult to mounting homestead in win 7, just information to me using xampp apa...
I've installed Laravel Cashier (v3.0.4) in my project and am at the point of allowing users to updat...
As the question, what shall I do?
Greetings, I used php artisan make:model candy to create my Eloquent model for my seeded DB Table &q...
In Laravel 4, I could go: Show::all(); But in Laravel 5, I have to go: \Show::all(); or \App\Model...
Hi, I search a way to use the new L5 form request validation for validate an array of posted files....
My user model public function profile() { return $this->hasOne('Profile'); } My...
I'd like the change the default Laravel 5 auth directory to something else - for example, 'authentic...
Hello, i have some problems with artisan i create couple databases, but without notice i have some r...
Hey peeps, new to laravel here (using version 4.2). Now, I have a User model as shown below: <?ph...
I am using Laravel 5 and am trying to access the Expedia API. I am find it hard working with Ajax an...
I have a scenario where I need to validate my model data prior to saving. All examples I can find u...
Hi there, I am currently working on a multi-language website. The current database setup is: product...
Hi! I need some help whit this... I have a controller that creates a view where multiple selects, fo...
Hello, I am developing an application with Laravel 5 and I am hoping to build a UI that allows the i...
After upgrading to Homestead 2.0 on my Yosemite Mac, I'm having problems. Using vagrant commands (e....
Hi there I've struggled a bit with my Homestead yaml file. Still struggling in fact. I'm totally ne...
Hi people! I am making an admin package and I'd like to have the possibility to choose the admin pan...
I'm new to Laravel (and programming in general), and I'm wondering what the most efficient way to st...
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