Support the ongoing development of Laravel.io →

How to solve MethodNotAllowedHttpException in RouteCollection.php line 218:?

My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...

0 Likes
1 Replies
posted 8 years ago

Understanding the route method in laravel

I have the following a tag in my code , like below: ```<a href="{{ route('showQualityResult'...

0 Likes
1 Replies
posted 8 years ago

Eloquent: Array key value pair

Hello, using eloquent as stand alone in my app. Trying to select two columns and return an array whe...

0 Likes
1 Replies

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

How to solve Missing argument 2 for App\Http\Controllers\UserController::destroy() in laravel 5.3?

My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...

0 Likes
2 Replies
posted 8 years ago

Homestead vagrant NFS in windows error

Hi so i have problem about using homestead.As you know using homestead in windows has very slow resp...

0 Likes
4 Replies

php artisan migrate results in PDOException

Hi everyone, I've been dabbling with Laravel and while so far so good,I am stuck with my database co...

0 Likes
0 Replies

Looking for Eloquent equivalent to this basic query using "DISTINCT"

SELECT DISTINCT user_id FROM picks WHERE weeknum = 1 I'm having a hard time finding examples using &...

0 Likes
6 Replies
Solved

How to get parameter in url (laravel 5.3)?

My url is like this : http://localhost/mysystem/public/users/index/2016 I want to get 2016, because...

0 Likes
3 Replies

Passport install error with 'php artisan passport:install'

Hi I'm using Laravel 5.3 with vagrant/homestead setup. Everything working fine, no issues until sett...

0 Likes
1 Replies

How to solve route not defined in laravel 5.3?

My controller code is like this : public function store(CreateUserRequest $request) { $input = $...

0 Likes
1 Replies
posted 8 years ago

How can I check local mode

I wanna shows the route errors when I work on my local. My code in App\Exceptions\handler.php I trie...

0 Likes
1 Replies

Laravel course for PHP programmers with no framework experience. What would you like to learn?

Hi, I'm teaching a Laravel 5 class to mostly self-employment people that have knowledge of PHP and b...

0 Likes
1 Replies

Stripe-php library update!

Hi, I have a problem with Stripe and my server. Stripe support said me that I have to update the Str...

0 Likes
1 Replies

How can I create Scout search function with several models with relationship?

Hi All, I have build a simple Scout function with Algolia. However, if there is relationship with ot...

0 Likes
0 Replies
posted 8 years ago

Problem in view

Hello, I am working on a forum in Laravel 5.3 and when I look at my view I get: " ["Inform...

0 Likes
2 Replies
Solved
posted 8 years ago

[5.2] Unexisting URL doesn't lead to the 404 page

I'm testing a website, I've just tried to put an unexisting URL to see my custom 404 page, but inste...

0 Likes
1 Replies

Allow package routes to work depending on whether user has installed auth or not

Hi there Im writing a package which adds new routes. If the user has installed the auth then I want...

0 Likes
0 Replies

How to get parameter in laravel 5.3?

My view is like this : <li class="{{ Request::is('users*') ? 'active' : '' }}">...

0 Likes
1 Replies
posted 10 years ago

[PROBLEM] asset() not point to public folder

Hi everyone. after install laravel. I was copy index.php from public to root folder and change confi...

0 Likes
9 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.