For some reason whenever I run any php artisan command I get an error saying one of my tables doesn'...
<?php namespace App\Http\Controllers; use Illuminate\Support\Facades\Storage; use Illuminate\Ht...
Here's a GIF of the issue: I feel like it's probably not related, but I noticed this issue after sw...
So i've got two objects, a Client and Project, there is a hasMany relationship from the client to th...
Here are the relevant routes: Auth::routes(); Route::group(['prefix' => 'admin'], function () {...
I am currently testing a championship tree with 16 competitors. Each competitor can be updated via a...
Laravel Version: 5.4.* PHP Version: >=5.6.4 Database Driver & Version: MySQL (Testing with S...
I have my code working properly on local system and development server working properly. But when I...
hey Guys i am using resources route for posts i have store method in my PostsCOntroller controller t...
I trying to run phpunit inside larvel command but laravel affect the phpunit enviroment. public func...
I Use MAMP on my macbook. I allready have some Laravel 5.4 projects which run perfectly. But now I'm...
Hi, I have theme installed in my laravel project and I convert it to dynamic but there a problem in...
im trying to add new tables to already existing db using migration, i have one table 'users' and ive...
Hello, i'm Andrea, the owner of codetutorial.io. I've recently posted a tutorial on how to create a...
We just bought a new server becouse the old one was slow so this week we intended to transfer our la...
I am working in a project where the users have a rate plan associated. When a new user is created, a...
Last week I published my first Laravel package: Blueprint Docs – an API Blueprint Renderer. I'm look...
Laravel Version: 5.4 PHP Version: 7.0.22 Database Driver & Version: Mysql 10.1.26 Description: I...
posting my repository code /// public function saveAdvertiser($advertiser,$advlogo) { $industryId =...
I'm using Homestead with NFS sync, and I'm relying on this setup heavily for the local development o...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community