Support the ongoing development of Laravel.io →

844 Threads

REST API how to initiate clients to pull

I am designing a channeling app for SMS that uses REST API to accept HTTP requests to be sent via SM...

0 Likes
0 Replies
posted 7 years ago

Laravel 5.2 Randomly Expired Sessions

I am developing a website that would store some value into session. However, I am experiencing rando...

0 Likes
5 Replies

Why no alert is showing in Laravel 5?

this is my PostController.php, <?php namespace App\Http\Controllers; use Illuminate\Http\Reques...

0 Likes
1 Replies

Route middleware not working correctly

/* Social Register */ Route::get('social/register', [ 'middleware' => 'auth', 'as' => 'social:...

0 Likes
0 Replies

Json response removes key in array :(

Hi dd my array looks like this: array:8 [▼ 0 => "promo\1\images\2.jpg" 1 => &quo...

0 Likes
3 Replies
Solved

Laravel 5.2 and AngularJS 2 csrf_token() generate null

I used Laravel 5.2 as backend API, and AngularJS 2 as front-end framework. Therefore, angular2 woul...

0 Likes
1 Replies

How to move all models in separate folder in laravel 5.2

Greeting to everybody, I'm building a pretty big and complex application in laravel 5.2. it's going...

0 Likes
2 Replies

Trying to display orders on logged user

I'm trying to make a menu for user when he loggin to be able to check his order history. So far I go...

0 Likes
3 Replies
Solved

Fetch session by session ID

Hello fellow developers! Is there a way I can fetch a session by its id? I'm making a simple auth ap...

0 Likes
0 Replies

Another problem only with Chrome

Hi guys,.. today i've an error yet with Chrome.. This is the message that i see when i try to load t...

0 Likes
24 Replies

Redirect to previous page after login

Hi people, im trying, with the default Laravel authentication functionallity, to redirect the user t...

0 Likes
1 Replies
posted 9 years ago

Laravel 4.2 on Heroku: Session::flash() not working.

Hello there, My Laravel 4.2 is working fine on its local Homestead infrastructure, under HTTPS. I ha...

0 Likes
12 Replies
Solved

Use session('key') in config/app.php

Hello, I want to have 'locale' => session('locale'), But I get : Fatal error: Uncaught Reflection...

0 Likes
1 Replies
posted 9 years ago

Difference between "file" vs "cookie" session driver

What is the difference between "file" vs "cookie" session driver?

0 Likes
5 Replies
Solved

Android to Laravel

Hi Someone is developing an Android app for the website i am working on. This app will have two func...

0 Likes
3 Replies
Solved

Laravel 5.2 validation errors issues

Written with StackEdit. So i have this issues with displaying my custom errors and validation erro...

0 Likes
6 Replies

Laravel, mysql, sessions - return same row mutiple times

how do i return same row mutiple times? I tried using wherein('table' , \Session::get('memory')) asw...

0 Likes
0 Replies

Making sub category in laravel website

so i want to expand my site to have like region site, so when user open my site it will be ask to se...

0 Likes
1 Replies
posted 8 years ago

Laravel Session Id always changes every refresh in Laravel 5.2

I have just installed Laravel 5.2, but i have some issues when using Laravel Session as i have descr...

0 Likes
5 Replies
Solved

2 Forms 1 different hidden input

Hi guys, new here so go easy! I'm working on a site, and doing what I can in laravel, I have 2 regis...

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.