Support the ongoing development of Laravel.io →
posted 11 years ago

Case Sensitivity difference between Homestead and Forge?

I've started a new project in using Homestead on my Mac (Mavericks), and I'm using Forge to deploy t...

0 Likes
2 Replies

Wrong form gets submitted when I have multiple forms

Hello, I have a view file which looks like this: <div id = "div-question-form"> <form id="q...

0 Likes
2 Replies
Solved

Laracon EU 2014 Video: Sharing Laravel from Matt Stauffer

Would you like to discuss any ideas in this video? This is a great place to do so! Learn about utili...

0 Likes
0 Replies

Multi-page pdf using barryvdh dompdf Laravel-4 and loadView rather than loadHtml

I'm trying to create batched pdf invoices (using barryvdh/laravel-dompdf: https://github.com/barryvd...

0 Likes
0 Replies

Easily accessible tutorials for newcomers

Not sure where to put this these days - spend a few months away from the forums and then boom! - eve...

0 Likes
0 Replies
posted 10 years ago

Access what's inside View::share within controller

After i set a global view data using view::share() is there anyway to access what's inside it later...

0 Likes
0 Replies

Laracon EU 2014 Video: Decoupling the Model from the Framework from Mathias Verraes

Would you like to discuss any ideas in this video? This is a great place to do so! Decoupling the Mo...

0 Likes
0 Replies
posted 10 years ago

Set a multi-column primary key for a model

Hi, I know that if I can set the value for the $primaryKey protected field in my model in order to t...

0 Likes
0 Replies

Condition in routes.php?

Hey guys, what do you think about the following: Route::get('/', Auth::check() ? 'Controller\Menu@sh...

0 Likes
1 Replies

why whereRaw() not accepting pivot column

I have a ManyToMany relation Users controller public function measurement() { return $th...

0 Likes
0 Replies
posted 10 years ago

Form Post to subdomain or different domain

I have a form like below in a blade template file. {{Form::open(array('url' => 'http://b.xyz.app:...

0 Likes
1 Replies
posted 10 years ago

PHPUnit in PHPStorm doesn't autload workbench packages

Hi, In PHPStorm, I have as 'PHPUnit Library' the 'custom autoloader', which is 'vendor\autoload.php'...

0 Likes
0 Replies
posted 10 years ago

How to Accress Route in another namespace?

I have a namespace like foo/bar I have added this line: use Illuminate\Routing\Route; but still get...

0 Likes
1 Replies

Application development with multiple tables being affected in one view

We have a historical database application written in MS Access. The key screen allows the user to up...

0 Likes
0 Replies
posted 11 years ago

Fredrikstad/Oslo, Norway

Hello! I'm quite new in the Laravel community. I didn't see any other of my fellow countrymen, so ju...

0 Likes
1 Replies
posted 10 years ago

Function find()

anyone else has had a problem with the find function of eloquentORM?

0 Likes
1 Replies

Cache Eager Loading

Hi there How I can cache Eager loading in laravel? suppose that we have this query : $today_posts =...

0 Likes
0 Replies
posted 10 years ago

react.js + laravel example ?

their is any example to react.js + laravel ?

0 Likes
0 Replies
posted 10 years ago

When 4.3 will be released?

When 4.3 will be released?

0 Likes
5 Replies

(!) Problem with boolean attr

From my model... public function getNumberDeletedAttribute($value) { return (bool)$value; } public...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.