Support the ongoing development of Laravel.io →

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

is it safe to do composer update in L5?

Since it is still in development

0 Likes
5 Replies

JS issue with bllim laravel4-datatables-package

Hi, I am using bllim\laravel4-datatables-package using the tutorial in the below link, I am able to...

0 Likes
1 Replies
posted 10 years ago

static functions of helper files not working after composer update in L5

myClass::myStaticFunction() not working after the latest composer update...any idea why?

0 Likes
1 Replies

Help: How to make an Admin panel?

Hello, i have created my first app in Laravel, which contains: 1.Login 1.1.Profile 2.Logout I would...

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