Support the ongoing development of Laravel.io →

619 Threads

Call to a member function getClientOriginalName() on a non-object with intervention

public function postCreate() { $validator = Validator::make(Input::all(), Product::$rules); if ($...

0 Likes
12 Replies
Solved

No input file specified.

Hey, I installed Laravel with Homestead. Dependent on the Laravel documentation. The Project-Folder...

0 Likes
3 Replies
Solved

Cashier BadMethodCallException Method newSubscription() does not exist, why?

Model <?php namespace App\Entities; use Laravel\Cashier\Billable; use Prettus\Repository\Contr...

0 Likes
5 Replies
Solved

How do i send a text message in laravel

Hi I'm using laravel 5.1 and I need to send text messages. I had a look at simple sms but they have...

0 Likes
6 Replies
Solved

Alias service class to service class

I'm using https://github.com/kristijanhusak/laravel-form-builder for my forms. It creates 2 services...

0 Likes
1 Replies
Solved

subdomain folder structure

I am planning to install my laravel app in a subdomain. I can create a folder (for subdomain) outsid...

0 Likes
1 Replies
Solved

php artisan optimize [PHPParser_Error] "Namespace declaration ...."

Hey guys, I've setup vagrant + homestead on my dev machine. Running "composer update" work...

0 Likes
3 Replies
Solved

TokenMismatchException Issue Only on Dreamhost

I just uploaded my site to DreamHost (http://thepixelshades.com) and I'm now getting a TokenMismatch...

0 Likes
1 Replies
Solved

Laravel Mailable Headers

Hi! First time posting here but always reading issues and solution. Great Forum. My issue is that I...

0 Likes
1 Replies
Solved

How to use my constants in Larvel

Hi, I am very new to Larvel. I have been doing development in CI. My question is that we used to def...

0 Likes
13 Replies
Solved

Class Not Found Calling a Laravel Script from Supervisord

I'm using Laravel workers to execute some background tasks. When I invoke the worker using 'php arti...

0 Likes
1 Replies
Solved

Queue stopping mid-code

Hi, I have a treatment that generates 2 PDF files, and then send them by mail. When I run this direc...

0 Likes
1 Replies
Solved
posted 9 years ago

Laravel + Forge = No input file specified

I'm running a site on Laravel 4.2, deployed to DigitalOcean 1gig server via Laravel Forge on the ngi...

0 Likes
5 Replies
Solved

5.2: Ajax Auth not picking up session?

I've got a working auth system built using the built in auth system provided by Laravel 5.2. It's wo...

0 Likes
4 Replies
Solved

How to add and update config varaibles in laravel

I have a config variable file which I'm using it in my controllers instead of mysql for faster perfo...

0 Likes
1 Replies
Solved

How to add page number for every page in laravel dompdf?

I get from here : https://github.com/barryvdh/laravel-dompdf My controller is like this : public fun...

0 Likes
2 Replies
Solved

CPanel Based Install - Intermittant 500 Internal Server Error.

Hi, I am an administrator of a WHM/Cpanel Server and an experienced Laravel developer, I have multip...

0 Likes
3 Replies
Solved
posted 9 years ago

Resource route names without prefix

Hi, When I use route group with prefix and place route resource inside this group, all resource rout...

0 Likes
6 Replies
Solved

How do you change the view path without changing the config file?

I want to change the view path (view.paths) based on a set variable. I've tried with App::before(fun...

0 Likes
5 Replies
Solved

Avoiding laravel from redirecting user after login

I'm trying to show "logged in" message after user logged in to my application, actually wh...

0 Likes
1 Replies
Solved

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.

© 2024 Laravel.io - All rights reserved.