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

Laravel 4 RESTful Controller PUT Request not working

Hi, I'm using laravel 4 with backbone and it has been working fine up till now. I'm trying to update...

0 Likes
3 Replies
posted 11 years ago

how to set path for my laravel files

-Hello Developers ,I want to set paths in public/index.php and bootstrap/paths for my cpanel my home...

0 Likes
2 Replies

Session not persisting

Hello! After the user login on the admin panel I redirect him to the dashboard, but on that page the...

0 Likes
0 Replies
posted 11 years ago

The $model returned by the create method of Model doesn't contain all attributes such as deleted_at

for example: $input = ['username'=>'abcd123']; $user = \User::create($input); $user attributes:...

0 Likes
4 Replies
Solved
posted 11 years ago

Overriding package controller

Hi there, I don't know if my question makes sense, but let me explain my issue first: I'm using a pa...

0 Likes
0 Replies

In mysql.log only PREPARE, why?

I try run this code: $rows = DB::table(CustomerNumber::TABLE) ->join(NumberGroup::TABLE, functio...

0 Likes
0 Replies

Mod rewrite enabled but no clean urls

Guys, Im running Linux Ubuntu on my server, but i dont get clean URLs. My htaccess is laravels defau...

0 Likes
1 Replies
posted 11 years ago

Where can I find documentation of particular feature of @extends syntax?

All of my views basically start like this: @extends("templates.core",["title"=&g...

0 Likes
0 Replies

Paginator view

Hy guys, I would appreciate a lot if someone could help me. My problem is that I have frontend and b...

0 Likes
0 Replies

Minimalistic starting structure and using just parts of Laravel

Hi, I am new to Laravel, and as always that bothered me is the configurations of the frameworks... i...

0 Likes
1 Replies
posted 11 years ago

belongsToMany relationship and has('relation') ==> Has() don't work

Hi, When i use Has() to have only result where the other table is not empty, that don't work. I have...

0 Likes
0 Replies

Search based on provided input

Is there a clever way of composing an eloquent search where it only applies values sent thought and...

0 Likes
1 Replies

Eagerloader with no select *

I have the query like this $article = new Article(); $query = $article->with('user')...

0 Likes
3 Replies

Problem with homestead/vagrant and image upload

Hello everybody! I am running into a problem with Homestead. I have a piece of code that works well...

0 Likes
1 Replies
Solved

Laravel controllers functions ?

Hello every one. I am trying to make a function in my controller public function new(){ return View:...

0 Likes
1 Replies

Laravel 4 - Too much logic in my view template?

Hello, I created a search functionality within my Laravel project - the user can search for teamname...

0 Likes
3 Replies

Session out side laravel

Hello, I would like to know, how to use the sessions below in another php file outside laravel proje...

0 Likes
1 Replies
Solved

how to edit records

Hello all! I have a table called users (surprisingly). I have a view where we can visualize all the...

0 Likes
2 Replies
posted 11 years ago

Laravel Speed

Hi, I'm new to Laravel. Been using CodeIgniter for some years and since we all know what happened de...

0 Likes
1 Replies
posted 11 years ago

Adding #comment after the URL when redirecting

Hey, I'm making a comment form and I'd like to send the user directly to the form after submitting t...

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.