Support the ongoing development of Laravel.io →

Multisite configuration

Is it possible to do multi site/sub-domain configuration such as demo.org , demo.com, app.demo.com e...

0 Likes
1 Replies

Laravel on Windows 7 /WAMP Env. doesn't support the Comment TAG {{-- comment --}}

Using the default L4 comment TAGs for Templates '{{-' & '--}}' will produce a BlankSOD on a syst...

0 Likes
2 Replies

Return specific column

$this->model->find($id)->tags()->get()->toJson(); Not return columns the table tags I...

0 Likes
1 Replies

Can't upload a photo to laravel

Hello everyone I'm trying to add some products to my db and I have to upload photo of this product....

0 Likes
14 Replies
posted 11 years ago

Adding Foreign Key Constraint for Char() Data Type

I'm using migrate to add foreign key constraints to my tables and I want to link two columns that ar...

0 Likes
0 Replies

extending html functions

Hi, I am using the HTML::link function to create my links through the entire site. Now, I was wonder...

0 Likes
3 Replies
Solved

Integrating java into laravel

Is it possible to integrate java into laravel? I've researched on the net, by using Java Bridge, jav...

0 Likes
1 Replies

Where can I keep my collection filters?

Hi, I have controller filters like those: <?php $stats = Stats::all(); $stats_today = $stats-...

0 Likes
4 Replies
posted 11 years ago

One-to-One relationship on inventoory

I have created 2 tables and UnderFiftyDollars will contain all items under $50 to show on a promotio...

0 Likes
1 Replies

Command Bus Returning Error/Redirect

I am working with Jeffery Way's Laravel Commander for a new project using the command bus architectu...

0 Likes
0 Replies

Cannot run the development server in ubuntu

I am new to Laravel. When I run 'php artisan serve' command i am getting the following error when l...

0 Likes
1 Replies

Is there a better way?

Hi everyone, http://laravel.io/bin/kYVa9 In the above snippet, you may recoil in horror when you see...

0 Likes
0 Replies
posted 11 years ago

acces to data from views includes

i have this code View::composer('includes.navbar', function($view) { $loggedUser = User::Get_User...

0 Likes
1 Replies
Solved

/MySqlGrammar.php - Maximum function nesting level of '500' reached, aborting!

I'm getting an error when I wanna insert a lot of items. How can I prevent this of being thrown? It...

0 Likes
3 Replies

Get column of other table in Laravel ORM from self referencing table get N level hierarchy JSON

i have two tables abc and def. i have models of these two tables named respectively Abc and Def. i A...

0 Likes
0 Replies
posted 11 years ago

Workflow for developing private packages

Hi. I need to develop a package that's specific to a single project I'm working on. I rather use add...

0 Likes
2 Replies
Solved
posted 11 years ago

Get table name that is using scope (inside of scope)

So I have scope with following code public function scopeSortable( $query ) { if(Input::has(...

0 Likes
3 Replies
Solved
posted 11 years ago

Laravel ModelNotFound exeption handling with namesapces

I have this problem where laravel ModelNotFound exeption handler catches all exeptions not only rele...

0 Likes
0 Replies
posted 11 years ago

.blade templates do not parse variables

Can anyone point me to the direction on how to fix this? I changed the delimiter to <% %> beca...

0 Likes
3 Replies
posted 11 years ago

Select Box Fields with "auto-associative" values (not numbered)

Hi, i'm using this form: {{ Form::select('year', [date("Y"), date("Y")+1, date(&...

0 Likes
1 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.