I´m having no access to run composer on my clients server - so what to do when I change my controlle...
Hello, Any idea as to why a call such as this: $response = $this->action('POST', 'feedbackControl...
Hi, I would like to customize the JSON which is returned by the index and show functions of the cont...
I'd like to be able to do things like URL::route('viewUser',['{{id}}']) without the { and } chars ge...
So, I had a pretty common need to generate a query against a table based on multiple column values....
We recently moved our application to Laravel. This has all been going great, but we ran into one pro...
I want to use Eloquent outside of Laravel, but I need to be compatible with PHP 5.2. Which version s...
Coming over from Kohana to try out Laravel. I'm using the Homestead vagrant box. Following the Quick...
Hi, I'm using laravel 4 with backbone and it has been working fine up till now. I'm trying to update...
-Hello Developers ,I want to set paths in public/index.php and bootstrap/paths for my cpanel my home...
Hello! After the user login on the admin panel I redirect him to the dashboard, but on that page the...
for example: $input = ['username'=>'abcd123']; $user = \User::create($input); $user attributes:...
Hi there, I don't know if my question makes sense, but let me explain my issue first: I'm using a pa...
I try run this code: $rows = DB::table(CustomerNumber::TABLE) ->join(NumberGroup::TABLE, functio...
Guys, Im running Linux Ubuntu on my server, but i dont get clean URLs. My htaccess is laravels defau...
All of my views basically start like this: @extends("templates.core",["title"=&g...
Hy guys, I would appreciate a lot if someone could help me. My problem is that I have frontend and b...
Hi, I am new to Laravel, and as always that bothered me is the configurations of the frameworks... i...
Hi, When i use Has() to have only result where the other table is not empty, that don't work. I have...
Is there a clever way of composing an eloquent search where it only applies values sent thought and...
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