Hi, I have a question regarding system design of a REST API. I have users and roles and want to atta...
Hello. I am trying to create a way so that user's must enter their password twice on signup, and it...
I am using this code for use Auth::user() outside Laravel 5.1 and works properly: require '../larave...
Hi I am Eslam Salem I am the CEO & Founder of Shieldfy. We at shieldfy decided to plan and relea...
I'm creating a form with Form::model , but when defining the fields i sometimes do this: @if (Auth::...
I created the login using php artisan make:auth I read I have to override AuthController.php but , I...
Hi Someone is developing an Android app for the website i am working on. This app will have two func...
I have developed an application using Laravel 5.2 that uses the default authentication. I have the f...
I try to Entrust in my Laravel code. At this moment I have users, permisions and roles. create admin...
Hello, I tried to search for answers to my questions and well couldn't find anything after hours of...
Hi! I'm creating an app where I'm using a User model that represents Hotels. The columns for these h...
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...
Hi All, I have a project with Laravel 5.2 and besides that I have an other program that has the poss...
Hi, I'm implementing roles and permission for a project, and using policies, but I have a problem wh...
I started with the default Laravel authentication setup. Then I expanded on this somewhat in the sen...
Hi, I am creating a project using laravel.io git repo as base. I am stuck in creating a new thread g...
Hey! For fun, I'm creating an API in Laravel to learn the framework and general new stuff. I have a...
I have Laravel 5.2 on windows, using apache XAMPP for db mysql connection. I use php artisan serve t...
Hi, I've a form, on submit of the form I'm connecting to remote server to create a file in the home...
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.