So I have creted my group in web.php `Route::redirect('/', '/it'); Route::group(['prefix' => '{lo...
Hi! I'm using vapor to deploy laravel applications to AWS. The build step succeeds, but after it fai...
I am trying to get the tasks of the logged in user into a vuejs component via axios but I keep getti...
I had the same problem working with laravel in version 5.5 presented in the thread erkanarslan, howe...
[hello thank you for explaining if there is a solution, already try several things like composer upd...
Hello, I have started my first Laravel 7 project. If I want to start a database with it I get an err...
Hello, I am facing a stranger issue which is recover password email is not working in Application bu...
How fix error lluminate \ Database \ QueryException (42S02) SQLSTATE[42S02]: Base table or view not...
Laravel Version: 6 PHP Version: 7.3 Description: After installing Laravel 6, i get the following e...
I have created the middleware to add the authorization header (Bearer token) for every API request....
Hello, after upgrading Laravel according to the docs to v7 I ran composer update. Then I'm getting t...
Hello, I made the huge mistake of ugprading my app to laravel 7 and since then I haven't be able to...
Hello guys, i cant figure out the problem. All routes work fine, except for when i want to post some...
I'm currently working on a website with a main domain and sub-domains like this: mywebsite.com dev....
Hi There, I want a little help from you guys. The method i use to integrate an admin panel Dashboard...
`$ad = Ad::create([ 'title' => 'This is first ad', 'body' => '', ]); dump($ad->title);...
Hi there my name is Zia, I'm new in this channel I have built a blog in Laravel, coffeequery.com but...
Hi . I just create a migration to add a column to my "cvs" table , but when I run migrate...
I am trying to send axio fetch request to laravel backend url = /search?searchBy=product_id&sear...
i am running laravel 6.17.1 I am trying to make auth using "composer require laravel/ui --dev&q...
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.