Support the ongoing development of Laravel.io →

File upload through ajax in laravel

I am doing ajax call on click of submit button. then that call goes to controller. In controller i w...

0 Likes
2 Replies

Erro: SQLSTATE[HY000] Unable to connect: Adaptive Server is unavailable or does not exist (severity 9)

Sorry my bad English... In my vagrant debian virtual machine show error on connect sqlsrv database E...

0 Likes
0 Replies

Eloquent Query takes long time

Hi, I am trying to fetch ALL rows from a table in my dB. I need to get all rows because the data is...

0 Likes
1 Replies

Serve CSS and JS from outside of public folder

I understand this sort of breaks the structured point of Laravel, but there is method to my madness....

0 Likes
0 Replies

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 11 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 10 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
posted 10 years ago

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

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.