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

SAAS role setup

I am trying to use Entrust for one of my projects. I want to figure out how to do this. For my appli...

0 Likes
0 Replies

APP_URL with Homestead?

In Laravel's configuration, there is an APP_URL variable in the app.php file. Assuming my yaml file...

0 Likes
0 Replies

add module nginx in laravel homestead

Hello, I want add a module RTMP for nginx but I need to use ./configure command for install the modu...

0 Likes
0 Replies

Hey, Known some php and want to start LARAVEL.

I have 1 year to build final degree project. what do you think? it's enouge time to do so? I'm soft...

0 Likes
3 Replies
posted 10 years ago

ReflectionException error on running command in singleton model of Laravel.

I meet with one ReflectionException error when running a command. And it seems it's related to a sin...

0 Likes
0 Replies
posted 10 years ago

change text of "Whoops, looks like something went wrong.", with App::abort's texts

how can i add the text i add here: return App::abort(403, "THIS TEXT"); in the response o...

0 Likes
0 Replies

code within a Route runs more than once

Hi, I have this route: Route::get('/develop/building/{building_id}', ['as' => 'develop.building',...

0 Likes
8 Replies

How to pass an object in a function

Hello, I'm using Baum nested sets to create parent - child categories and relate my categories with...

0 Likes
8 Replies
Solved
posted 10 years ago

Cache View

Hi, In my app every controller method return a view object like this: $rslt = View::make($this->l...

0 Likes
0 Replies

Can't find artisan Commands

I just tested Commands successfully on my XAMP at home. Now I've uploaded updates to my live server...

0 Likes
1 Replies
posted 10 years ago

I am facing problem in My first rest Api

I am very new on laravel .....and my company wants to make an api on laravel ....But i am unable to...

0 Likes
4 Replies
Solved
posted 10 years ago

Applying a where() clause for each table using Eloquent

I have a problem that the docs don't seem to cover (or I'm just not seeing anything in the docs that...

0 Likes
2 Replies
Solved

Problem with {{ Form::text('{{name}}') }} in Blade?

I have problem with {{ Form::text('{{name}}') }} in Blade. Please help me.

0 Likes
7 Replies

Eloquent relations

Im having a bit of trouble to find the best and correct way to set up my Models relationships to fet...

0 Likes
1 Replies
posted 11 years ago

How to add a dyanmic appends to a model

I've got restful API set up in the /components/index/ route. Components have a belongsToMany relatio...

0 Likes
5 Replies

Pessimistic Locking - Can Someone Explain??

I'm trying to understand what Pessimistic Locking is. It's referenced in the documentation (http://l...

0 Likes
1 Replies

How to allow not $fillable field to be mass-assigned in certain situations?

I have a general User model with general mass-assign white listing of fields as protected $fillable....

0 Likes
5 Replies
Solved

View::composer() runs twice when $response->getOriginalContent() is used.

Hi, I'm new to Laravel, not to PHP programming, the following is driving me nuts. I have in filters....

0 Likes
2 Replies

Manually set belongsToMany relation

Hi I'm trying to manually set relations according to the configuration file. In my constructor for e...

0 Likes
0 Replies

Upload to host

I am using laravel 4.2 on windows with bitnami wamp stack. It came with wamp stack. Rather than be...

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