Support the ongoing development of Laravel.io →

2,389 Threads

Slow responses on Homestead

I'm having some issues with Homestead or better yet Vagrant and Virtualbox itself. The requests I'm...

0 Likes
3 Replies

Generic resource routing with Polymorphic models

What would my route::resource look like for a model that can be created off of others. I have 3 basi...

0 Likes
1 Replies

ReflectionException (Request does not exist) after deployment

Hello, i followed this guide to deploy my application at a hostgator shared host: Guide Everything w...

0 Likes
1 Replies
Solved

Guzzle6 - Curl can't resolve external website from my development environment.

I am unable to use Guzzle with external, publicly accessible websites (ie. Google.com) from my local...

0 Likes
0 Replies

how pass # chars as urls parameters ?

i tried validate (following validator docs ) using regex but didnt' work...need i to do something mo...

0 Likes
2 Replies

Laravel Route wont work on server. Im using Cloudways and Digital Ocean as the Cloud Provider

Im developing an API (without auth) that returns JSON data. When I make GET request. It works fine b...

0 Likes
0 Replies

Saving to two models not sure how to get it to work

Hi i'm new to Laravel so I apologize for asking a easy questions, I'm just can't quite figure out my...

0 Likes
0 Replies

Laravel project in subfolder.

I have inserted laravel project in. http://domain.dd.dd/myproject/laravel and path to index looks li...

0 Likes
0 Replies

Ajax Request Laravel 5.1

Hi i have a problem with my Ajax return response in Laravel 5. My form : <form id="frm"...

0 Likes
2 Replies

Move image to 2 directory

$request->file('image')->move('images/products/', $imageName); $request->file('image')->...

0 Likes
3 Replies

Viewing output of Artisan console command that defers to model

I have a console command that defers to a model. The model has Log::info("blah blah"); Whe...

0 Likes
0 Replies

Stateless HTTP authentication

I am following the stateless http authentication code stated at http://laravel.com/docs/master/authe...

0 Likes
0 Replies

My routes don't work

Hello everyone, I am making a custom cms but I cannot get my routes to work. Here is a gist to my ro...

0 Likes
2 Replies
posted 8 years ago

Route sequence important?

If I have Route::get('user/{id}', 'Admin\UserController@show'); Route::get('user/create', 'Admin\Use...

0 Likes
1 Replies

Laravel 5.0 Upload File Error

I am trying to upload a photo with Request::file('file')->move('location/file.type'); But it does...

0 Likes
0 Replies

Can I use scope?

Hi, I have this on every method on my controller: if(Auth::user()->cannot('see_all')) $post=...

0 Likes
2 Replies
posted 8 years ago

Naming resource routes patch

Hi, I have a trouble with resource controller how to naming resource routes [PATCH] ? routes.php...

0 Likes
2 Replies

get parameter route to construct controller

Hi, can laravel send parameter from route to construct controller? Route::group(['prefix' => '{si...

0 Likes
6 Replies
Solved

How to get some specific datas.

Heya, i'm a newbie with Laravel,i'm trying to show some specific informations from my database, but...

0 Likes
2 Replies

Cannot route post request

Hello everyone! I am getting an error when I use post request. Here is the code: http://laravel.io/b...

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