Hi Guys When i add an Authorization header <Bearer xcxcxcxc> to my api call which used JWT tok...
Hello, Before my caching works fine, then I used the latest feature of Laravel 5.5, API Resource, I...
Simple one here. I have image paths in my table. The images are in /public. I would call those paths...
Hi! Let me show you my project that I'm working on a while. It's a content management system created...
ttimot24 liked this thread
I am writing a newsletter system for my client. They write the email body with CKEditor and I want t...
i am trying to upgrade from laravel 5.4 to 5.5 but I get the below error .Kindly assist please $ com...
I've been trying to fix this for the past 3 hours and currently, I'm not getting anywhere... Anyone...
Hi everyone! I am creating a new package and save it on packagist at https://packagist.org/packages/...
Hi, I'm building a package called under-construction. When this package is activated in a config fil...
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...
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