Support the ongoing development of Laravel.io →

35 Threads

I want to shorten the routing file Api

Excuse my strange English. I originally touched Codeigniter and started Laravel 8 about a week ago,...

0 Likes
1 Replies

Move routes jetstream

Hello, I'm a PHP programmer but I'm starting in Laravel. I recently saw some videos on Youtube about...

0 Likes
1 Replies

Post Method Not Working

Dear Sir/Mam, I have developed my software code in Laravelframework8, same i have uploaded the sourc...

0 Likes
3 Replies
posted 2 years ago

sub domain routing

i recently setup subdomain routing in my local dev env and it works fine but when i move the code t...

0 Likes
2 Replies
posted 2 years ago

If Route is Missing Go New Route

Route::get('/{page:slug}', [App\Http\Controllers\PageController::class, 'show'])->missing(functio...

0 Likes
0 Replies

Custom Route Binding when using withTrashed on routes.

I am having a problem with implicit model binding on routes for Soft Deleted Models. When using the...

0 Likes
1 Replies
Solved

display a view on laravel 8 and not have a 404 NOT FOUND

I try to display a view but I get a 404 not found error, but my code seems correct. I have version 8...

0 Likes
2 Replies

How do I use routes without unique prefix?

Hello, I want to use routes without unique prefix like this: `Route::get('/{category:sef}', [App\Htt...

0 Likes
1 Replies

Why I am getting wrong URI?

I am currently on http://127.0.0.1:8000/cars/ I have a link that has to route me to http://127.0.0....

varun6578 liked this thread

1 Likes
3 Replies

Error when caching routes

When running the route:cache command I get the error below exactly 50% of cases. Exactly every other...

0 Likes
1 Replies

resource route /admin not found on this server

I have been working on my site and after changing my routes to point to admin, i received that error...

0 Likes
2 Replies
Solved

laravel-livewire-routes: Automatic routing for Livewire

https://github.com/bastinald/laravel-livewire-routes Laravel Livewire Routes Automatic routing for y...

mrkalmdn, denisdulici liked this thread

2 Likes
0 Replies

SQLSTATE[42S02]: Base table or view not found: 1146 Table

Below is the full error am getting SQLSTATE[42S02]: Base table or view not found: 1146 Table 'archfx...

0 Likes
1 Replies
Solved

Creation of route

Hello, I'm working a laravel project. And in this project I have a media table, controller, Model .....

0 Likes
1 Replies

Resolve Spark Billable Model w/ Explicit Route-Model Binding

Note - I am using the latest version of Spark (not Spark classic). My application has a many:many re...

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.

© 2024 Laravel.io - All rights reserved.