Hi guys, new here so go easy! I'm working on a site, and doing what I can in laravel, I have 2 regis...
This seems like such a simple task but after an hour I still can't figure it out. It's just a login...
Hello everyone. I have a problem with my Laravel setup. This is a system that we have been working o...
Hi every one! I have three routes, linking to different functions in the controller. Two of them set...
Urgent!!! I Applied Oauth On my API, It's working fine on GET, POST Method, when calling API I passe...
HI there, I am very new to Laravel 5.1 and i am working on an existing project. There is a Login and...
Hello, I am uploading files using Dropzone, and save them after the upload has been performed (first...
Hello, So everything was working brilliant before I shut my laptop down and rebooted it, and when I...
Hi all, Just wondering, the XSRF Token cookie provided by Laravel 5.1 isn't created with a HttpOnly...
HI my routes look like Admin Routes Route::group(['middleware' => ['web']], function() { Route::g...
In regards to this same issue: https://github.com/laravel/framework/issues/12076 Basically, I've bee...
I'm trying to add a post to my posts table. public function createPost(Request $request) {...
I started with the default Laravel authentication setup. Then I expanded on this somewhat in the sen...
Hey guys, I am having a problem with downloading a .msi file from the server. The moment I open up t...
Hi, I believe I have googled this but havent got clear answer. I have this AuthController that contr...
mineland405 liked this thread
Route::get('admin/dashboard', function () { return 'Welcome to admin page'; })->middleware('...
Hi everybody. First of all, I need to mention that my knowledge about Laravel is ZERO. I just instal...
We have website that we have launched in UK. Our website uses a lot of cookie. So the question arise...
I'm getting exceptions when I'm trying to resolve malformed session_cookies for laravel.. Is there a...
In the app/Exceptions/Handler.php file's render function, I added if ($e instanceof \Illuminate\Sess...
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