Support the ongoing development of Laravel.io →

Method that can be called both statically and non-statically

Hi, I wanted to create a method in the User model that behaves differently when called statically or...

0 Likes
0 Replies

Laravel Commenting System?

Hello! I am new using laravel framework. I want a simple commenting system to my application using l...

0 Likes
1 Replies

Two Auth filters

Hello I'm developing an application which have user area and admin area. I already created user area...

0 Likes
2 Replies

Error when installing Laravel with the Laravel installer

This is what greets me when typing laravel new app_name in terminal: ○ → laravel new myapp Crafting...

0 Likes
3 Replies

Get data of a foreign session

Hi everybody, just a hopefully short question: For a project we have several modules, old ones (code...

0 Likes
3 Replies

Laravel redirection (Redirect::intended)

Hi, I have an issue since several weeks now and I can't find any solution on Internet. Let's say I a...

0 Likes
0 Replies
posted 11 years ago

Problem with uploading images

Here you have my method. How you can see in line 28 I want to upload the image, but it doesn't work...

0 Likes
4 Replies
Solved

Testing Repository with model relationships

The last time I worked me through the ideas of ValidationServices, Repositories and all that stuff....

0 Likes
0 Replies

Databaseless Laravel - turn off database connection completely?

I am building an API calling app which needs no database. In trying to register a new class, I updat...

0 Likes
2 Replies
posted 11 years ago

Eloquent questions

I have a question regarding eloquent queries... The model looks like this: User->Value Value->...

0 Likes
2 Replies

using database for session storage in laravel framework

I am using Laravel framework of PHP for development.Now for my application, i want to stor...

0 Likes
0 Replies

Pros and Cons of different kinds of validation?

Hi everyone, I'm currently doing my first project with Laravel and I'm kinda stuck on validation, be...

0 Likes
8 Replies

Moving Laravel 4 To Live Website

Not sure best way to move larval 4 to live website so main page will show up in url with out typing...

0 Likes
6 Replies
posted 11 years ago

Installation - white screen

Hello, i installed laravel using composer, but when opening the public directory in the browser i do...

0 Likes
1 Replies

Adding css and js (jquerymobile)

Hi. I'm trying to add jquerymobile css and js files using {{ HTML::style( 'css/jquery.mobile-1.4.2.m...

0 Likes
2 Replies

Advanced relationships with eloquent

Hi, I have been struggled with this couple of days and i just can't get my head around with this. I'...

0 Likes
2 Replies
posted 11 years ago

Migration doesn't work

Hello! Sorry for my bad english I have migration: DB::table('settings')->insert([ [ 'name' =>...

0 Likes
2 Replies

Advanced search combined values of 2 columns

Hi, i'm trying to create a search functionality that uses 3 tables, and it uses combined values from...

0 Likes
5 Replies
Solved

Eager Load Constraints issue

i have the following tables users devices sensors measurements with the following relationships user...

0 Likes
2 Replies

Static call to a facade function from another

Hi, It looks like I cannot access a custom facade via a static call from another custom facade : Er...

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.

© 2026 Laravel.io - All rights reserved.