Support the ongoing development of Laravel.io →

Homestead: How to bind default ports only locally?

Hey there, is it possible to change the binding of Homesteads forwarded default ports to loopback in...

0 Likes
1 Replies
posted 10 years ago

schedule database-manager package

Hi Guys, I can't figure it out so i'm asking here. What would the artisan command be to schedule a b...

0 Likes
7 Replies

Help getting new install of l4 to work

Hello everyone. I'm trying to install laravel but I have no succes. Technical: I've downloaded a LAM...

0 Likes
4 Replies
Solved

Homestead in an Ubuntu Hyper-V Environment

Hello all. First time post. First off, a brief description of my setup: Proliant DL360 G5 running Wi...

0 Likes
1 Replies

updatedBy, createdBy, deletedBy - user ID or user name?

I store these columns in some of my Models, my question is, should I store the users id or the users...

0 Likes
7 Replies

Having trouble updating a one-to-one relationship through PUT request

Hi everyone. I'm a junior dev at an agency building a site for a client with Laravel and Angular tha...

0 Likes
0 Replies

Login as guest instead of User

In my AuthenticatedsUsers.php, the postLogin() method correctly run the Auth::attempt() and return t...

0 Likes
1 Replies
Solved
posted 9 years ago

Non-static method App\Curl\CurlService::to() should not be called statically, assuming $this from incompatible context

I 've created the facade class Curl, I put folder Curl in app/ folder "autoload": {...

0 Likes
0 Replies

Call to undefined method Illuminate\Database\Query\Builder

I've got two models: <?php namespace blog; class Posts extends \Eloquent { /** * The databas...

0 Likes
5 Replies
Solved

blade doesn't process string in jquery callback function if the js file is set alone in public/js and removed from html

I have a jquery function that renders some part of the view with data after a successful ajax post r...

0 Likes
9 Replies

Laravel Authentication Issues

I have ran into an issue with persistent authentication. The use case: A user attempts to access a p...

0 Likes
18 Replies

Multiple fileds validation in rules

Hi all, i am trying to figure out how to solve this problem... i have a form with 4 inputs : beginDa...

0 Likes
0 Replies

@inject method throws error on live server

I am developing a laravel 5 app. In my code I inject a class that I created in App/Utilities/class.p...

0 Likes
1 Replies

One to One: Inverse relationship not working

I have two models Groups and Roles, i can fetch the groups of a role, but if i try to fetch de roles...

0 Likes
3 Replies
Solved

Override default json data name

Hey, I'm wondering if there's a quick way of over-riding the data array in a json reponse. For examp...

0 Likes
0 Replies

Can not connect to Homestead (php 7) on windows 10 (virtualbox 5 and vagrant1.7.4)

$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if...

0 Likes
0 Replies

Form problem

Hi Guys, I am new on Laravel 5, I try to create a Form with the Formbuilder. I guess my problem is r...

0 Likes
2 Replies
posted 9 years ago

Laravel 5/Javascript Remember Old Input

I have a form that has dynamic properties to add new rows of input. In this case candidates. As you...

0 Likes
0 Replies
posted 10 years ago

Pagination gives empty set on non existing page number

Pagination gives me an empty set when the page parameter refers to a non existing page (e.g. page=3...

0 Likes
5 Replies

View Composer not accepting string variable in view->with method

Hello, I am really stumped by this one issue... I have the following code in my custom view composer...

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.

© 2025 Laravel.io - All rights reserved.