Support the ongoing development of Laravel.io →

php artisan - unknown table no matter which command I run

For some reason whenever I run any php artisan command I get an error saying one of my tables doesn'...

0 Likes
4 Replies
posted 7 years ago

Deleting a folder or file does not work

<?php namespace App\Http\Controllers; use Illuminate\Support\Facades\Storage; use Illuminate\Ht...

0 Likes
0 Replies

Artisan Tinker Opens & Closes Immediately

Here's a GIF of the issue: I feel like it's probably not related, but I noticed this issue after sw...

0 Likes
0 Replies
posted 7 years ago

Nicer way to append relationship count to model

So i've got two objects, a Client and Project, there is a hasMany relationship from the client to th...

0 Likes
1 Replies
posted 7 years ago

Laravel Matching to Wrong Routes Because of a Single Route With Three Parameters

Here are the relevant routes: Auth::routes(); Route::group(['prefix' => 'admin'], function () {...

0 Likes
0 Replies

Test input arrays in laravel 5.5 ignore empty or null input values

I am currently testing a championship tree with 16 competitors. Each competitor can be updated via a...

0 Likes
0 Replies

PHPUnit fails to count with group by on query to the database view (not table)

Laravel Version: 5.4.* PHP Version: >=5.6.4 Database Driver & Version: MySQL (Testing with S...

0 Likes
0 Replies
posted 7 years ago

Laravel Passport Personal Access Tokens are given Unauthenticated error on AWS

I have my code working properly on local system and development server working properly. But when I...

0 Likes
0 Replies
posted 7 years ago

Laravel store method problem

hey Guys i am using resources route for posts i have store method in my PostsCOntroller controller t...

0 Likes
1 Replies
posted 7 years ago

running phpunit inside laravel command

I trying to run phpunit inside larvel command but laravel affect the phpunit enviroment. public func...

0 Likes
0 Replies

Different PHP versions

I Use MAMP on my macbook. I allready have some Laravel 5.4 projects which run perfectly. But now I'm...

0 Likes
1 Replies

load more btn in laravel 5.4

Hi, I have theme installed in my laravel project and I convert it to dynamic but there a problem in...

0 Likes
0 Replies
posted 7 years ago

Adding new tables with migration without rollback

im trying to add new tables to already existing db using migration, i have one table 'users' and ive...

0 Likes
1 Replies

Tutorial Hotel booking system with Laravel and AngularJS

Hello, i'm Andrea, the owner of codetutorial.io. I've recently posted a tutorial on how to create a...

0 Likes
1 Replies

Laravel server transfer routing error

We just bought a new server becouse the old one was slow so this week we intended to transfer our la...

0 Likes
0 Replies
posted 7 years ago

Create new record and their relations

I am working in a project where the users have a rate plan associated. When a new user is created, a...

0 Likes
0 Replies
posted 7 years ago

Feedback on Blueprint Docs - an API Blueprint Renderer for Laravel

Last week I published my first Laravel package: Blueprint Docs – an API Blueprint Renderer. I'm look...

0 Likes
0 Replies
posted 7 years ago

ReflectionException Class Swift_Transport_Esmtp_Auth_CramMd5Authenticator does not exist

Laravel Version: 5.4 PHP Version: 7.0.22 Database Driver & Version: Mysql 10.1.26 Description: I...

0 Likes
0 Replies

Call to a member function getClientOriginalName() on null

posting my repository code /// public function saveAdvertiser($advertiser,$advlogo) { $industryId =...

0 Likes
0 Replies

Homestead NFS Sync on MacOS High Sierra

I'm using Homestead with NFS sync, and I'm relying on this setup heavily for the local development o...

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.