I'm using October CMS (based off Laravel), and it's file-based, so I'm not working much with routes. This means I cannot return a view with errors to access the $errors variable (Session::get('errors') returns null as well).
Any way I can access the errors without permanently setting the session variable? If I manually Session::put() the errors using the message bag, everything works.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community