I have the following doubt: I would like to have routes with the following form. In the main route h...
laravel 9.0 y older version laravel5.5 route is not supported for e,g laracontroller@method is not...
I have a Laravel project, where i am managing domain and subdomain altogether. That domain and subdo...
I am working on a Laravel 8 blogging application with articles, categories and comments. The goal I...
ddiskandar liked this thread
Excuse my strange English. I originally touched Codeigniter and started Laravel 8 about a week ago,...
Hello, I'm a PHP programmer but I'm starting in Laravel. I recently saw some videos on Youtube about...
Dear Sir/Mam, I have developed my software code in Laravelframework8, same i have uploaded the sourc...
i recently setup subdomain routing in my local dev env and it works fine but when i move the code t...
Route::get('/{page:slug}', [App\Http\Controllers\PageController::class, 'show'])->missing(functio...
I am having a problem with implicit model binding on routes for Soft Deleted Models. When using the...
I try to display a view but I get a 404 not found error, but my code seems correct. I have version 8...
Hello, I want to use routes without unique prefix like this: `Route::get('/{category:sef}', [App\Htt...
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
When running the route:cache command I get the error below exactly 50% of cases. Exactly every other...
I have been working on my site and after changing my routes to point to admin, i received that error...
https://github.com/bastinald/laravel-livewire-routes Laravel Livewire Routes Automatic routing for y...
mrkalmdn, denisdulici liked this thread
Below is the full error am getting SQLSTATE[42S02]: Base table or view not found: 1146 Table 'archfx...
Hello, I'm working a laravel project. And in this project I have a media table, controller, Model .....
Note - I am using the latest version of Spark (not Spark classic). My application has a many:many re...
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