Support the ongoing development of Laravel.io →

Can I automate the laravel installation process?

Is there a way I can install Laravel with a custom script or another Laravel iteself? How can I run...

0 Likes
2 Replies

Auth Error Problem

Hello, All I meet some problem about Laravel 5 auth. I create project and want to use default auth f...

0 Likes
4 Replies

How to mock eloquent models

Hi, I have service classes that retrieves Eloquent models using a repository and performs some opera...

0 Likes
0 Replies
posted 9 years ago

How to pass hardcoded data from route to controller

Is there a way to pass data (that is not a route parameter but just hardcoded data) to a controller...

0 Likes
0 Replies
posted 9 years ago

Laravel Localization Question - Not being inherited

so if I have a master blade named master.blade.php like such: {{$app->getLocale()}} @yield('conte...

0 Likes
0 Replies

Not able to configure whmcs in laravel 5

I am trying to configure whmcs in laravel 5 by following https://github.com/mgufrone/whmcs-api . Whe...

0 Likes
0 Replies

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 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

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.