Support the ongoing development of Laravel.io →

(5.0) Undefined Method bindinstallpaths() in Bootstrap/start.php after Composer Update

This weird error occurred from another, I deleted a class that was a copy of another, and that cause...

0 Likes
1 Replies
posted 10 years ago

Eager loading with aggregate functions/relations

Hey. I have pretty standart Post - Rating Models. Post Table: id, text, created_at, updated_at Ratin...

0 Likes
1 Replies
Solved

Many-To-Many Relationship not working across databases

I'm trying to integrate a new Laravel app with an legacy application. That's why I'm in need to use...

0 Likes
6 Replies
Solved
posted 10 years ago

index2.php

Hi, I am trying to do something like http://myapp.dev/index2.php/test but it doesn't work. It works...

0 Likes
2 Replies

Use of View::composer

Hi. In a controller method i got a patient record from database that i send to a view, so, i need to...

0 Likes
6 Replies

Log date and time when someone starts a session and ends a session.

So I am trying to figure out a way to track the amount of time someone was on my site (Roughly) and...

0 Likes
6 Replies

Options with InputOption::VALUE_REQUIRED can be omited ?

Hi guys, I have a command with options defined this way : protected function getOptions() { return a...

0 Likes
2 Replies
Solved

Reference configs for Codeception/Travis/Scrutinizer CI build

I've created a repo of reference configs for a Laravel5 project. They should be easy to modify to s...

0 Likes
0 Replies

bootstrap/start.php missing and other startup problems

I just installed php 5 with composer. Ran composer update (after a white screen on public) so now I...

0 Likes
1 Replies

Auth::attempt command always fails using laravel 4.2.16

I am trying to do some basic form authentication but the Auth:: command always fails, i am using lar...

0 Likes
8 Replies
posted 10 years ago

[Forum] Mark laravel.io topics with my contribution

It would be so much easier to see the list of topics with some kind of badge on topics where I took...

0 Likes
4 Replies

Database Table relationship

I have 4 tables namely - users, user_projects, project_rooms and user_wishlists their table columns...

0 Likes
0 Replies

Best way to do lots of query calculations?

I am creating a finance logging system for some club managers, it logs things like payments, attenda...

0 Likes
2 Replies

How to get inserted id of pivot when attach()

Hey. I need to get the ID of pivot when inserting related items in Many to Many. Ex. $pivot_id = $pe...

0 Likes
2 Replies
Solved

Problem with Authentication / Login

Hello, people. I'm trying use Laravel Authentication in my aplication, but the Auth::attempt always...

0 Likes
4 Replies
Solved
posted 11 years ago

URL::action generator - how to add parameters as query strings (?a=a&b=b) and not as short url (a/a/b/b)

example: Route::controller('spiel','SpielController'); $u = URL::action('SpielController@getIndex',...

0 Likes
4 Replies

Suggest a good Chart Framework or package for Laravel

Hi Everyone.. I am developing laravel web application , now i want to display a daily work report gr...

0 Likes
2 Replies

artisan queue:list --tries=3 >> through config file

Hello, i would like to set the number of max tries for the queue through my config file (f.eg app.ph...

0 Likes
1 Replies
Solved
posted 10 years ago

Magic methods in Eloquent

Hey guys, is it possible to implement my own __call() method in Eloquent models? I created users per...

0 Likes
2 Replies
Solved

Laravel - Overwrite Blade Template with another

I'm using Laravel 4.1.30 I was wondering if it's possible to to overwrite a template with a differen...

0 Likes
1 Replies
Solved

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.