I am validating a form with the following $validator = \Validator::make($request->all(), [ 'p...
i'm using laravel auth, but i have a navbar that auth::chech and change the navbar, but don't work o...
I have a laravel site and wordpress site running on the same domain. http://www.domain.com - laravel...
Hello, I created a multi-step forms, I don't want to store data on every stem to database, because i...
Hi, I am confused about the following thought. In my case I was using an underscore in the subdomain...
I'm trying to output my posts and for that in a specific page I call a function with foreach to load...
I'm upgrading my app from Laravel 4.2 to 5.3. I finally got everything working except one strange th...
Hey everyone, I recently upgraded to Laravel 5.3 from 5.2. In my code, I am saving a session as such...
#Relevant System Information System - Virtual Box Ubuntu 16.04, PHP 7.0, Google Chrome 55.0.2883.87...
Hello, is it save to always add the CSRF token to the HTML code of the main layout? E. g.: <body...
Hi, I'm a bit new to laravel (and coding in general), so sorry if this question is basic! My issue r...
I have been using the helper app()->setLocale(session('lang')); However, I can get to change the...
How and where would you store that? I'm using a Redis based session storage for my Laravel based loc...
i dont know why......... thats my route.php <?php /* |------------------------------------------...
Hi, in my application i installed the laravel authentication controllers and routes via artisan make...
Laravel Version: 5.3 PHP Version: 5.6 Description: I am trying to create session like below code but...
I've got a working auth system built using the built in auth system provided by Laravel 5.2. It's wo...
Hey, I'm currently having a big problem with accessing the Session content inside of a Service Provi...
I am encountering a weird problem on my Laravel 5.2 project. I have a DataTable with filters that ma...
I have got this login form: <form class="form-horizontal" role="form" method=...
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