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

When to register callback in 'finish callback'? 'shutdown callback'?

Hi, I'm new to Laravel and currently learn it by read the source code. I saw it execute the 'finish...

0 Likes
0 Replies

Conflict between Redactor and withInput() in Laravel

Hi there, I'm using Redactor editor as WYSIWYG editor in my project. I have description field using...

0 Likes
14 Replies
Solved

Why do I get “Undefined variable” in Laravel view?

i uploaded one of my sites to laravel forge running on digital ocean and the site's views couldnt ac...

0 Likes
1 Replies

How to decrypt hash password using normal pHp?

I am having trouble encrypting my password that is being sent from my Android application to php, be...

0 Likes
2 Replies

Date Validation

How can I validate arrival and departure date where the arrival date should not be earlier than the...

0 Likes
0 Replies

Auth from different domain

Hi, a customer has a laravel app and a wordpress site on different domains. Is it possible to have a...

0 Likes
3 Replies

Looping over relationship inside foreach

Hi guys, I cannot seem to figure out why this does not work. I want to show the opening hours for my...

0 Likes
5 Replies

Updating hasMany items with ease

While updating an entity model needs to update a hasMany attribute with multiple items. $user->la...

0 Likes
1 Replies

Beginner Needs help

I am trying to update table data.. Here is error I am getting . ErrorException (E_UNKNOWN) Argument...

0 Likes
2 Replies
posted 10 years ago

joining tables

Hello all - I'm looking to create a game scheduler for sports. I have two tables: teams: id name g...

0 Likes
5 Replies
Solved

Eloquent object truncating long text?

Hey folks, I started a Stack Overflow question about this but I thought I'd see if anyone here might...

0 Likes
2 Replies
Solved
posted 10 years ago

login in website

hi,i want write login page .. i have login.blade.php and i have one table 'users' by this column : I...

0 Likes
6 Replies

Polymorphic relationships with FQN

I'm using polymorphic relationships. I've just realized they wasn't working due to fully qualified n...

0 Likes
0 Replies

LARAVEL 4.1 probably issue on select float

Hi guys, on one of my site that i've builded with laravel 4.1, i've something strange with select da...

0 Likes
1 Replies
posted 10 years ago

where the form validator extends laravel

this is code in route Route::post('form-submit', function(){ //get all inputs $inputs = Input::a...

0 Likes
0 Replies

[Auth] Problem

Hello all, i know that this is global problem with the Auth::attempt , but when i saw other peoples...

0 Likes
0 Replies
posted 10 years ago

Laravel + Codecept + beforeFilter

I'm building an app, where there are several subdomains, and I use a beforeFilter to check if the su...

0 Likes
0 Replies
posted 10 years ago

Associating models without saving them directly

The following is just an example:Take the following two models with their relationships User =>...

0 Likes
5 Replies

migrate without composer

i'm working on script the client couldnt use composer how can i excute php artisan migrate without c...

0 Likes
3 Replies
Solved

Using pivot table's id as a foreign key in another table

Hi, I need to use pivot tables id as a foreign key in another table. for example i have following ta...

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