Hi there, Does anyone know how I can modify the data a form request object contains before it is use...
I'm making an administrator section where the admin can change Users passwords. I am able to Create...
My site has a feature that allows users to create posts (like Facebook). I have a form with a "...
My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...
My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...
My url is like this : http://localhost/mysystem/public/users/index/2016 I want to get 2016, because...
My controller code is like this : public function store(CreateUserRequest $request) { $input = $...
My view is like this : <li class="{{ Request::is('users*') ? 'active' : '' }}">...
Just wondering what is the best way to validate a single field. Situation is laravel is the backend...
Hi, i have a Controller with a function : public function Upload(Request $request) { $file = $r...
Hey guys, I am having trouble coming up with a plan on how to populate the "team_user" tab...
So I've been finagling with this for a couple hours. I've read all the posts on the GitHub issue twi...
Hi I want use laravel for creating a vulnerable web application portal to teach web attack to our st...
I want to create a dropdown list where the data retrieved from the database, ie dropdown level. the...
Hi everybody, I'm very new in Laravel. I have been watching some videos and I saw this route.php use...
I’m having an issue with a file upload. I’m getting the following error in my laravel log. [2016-12-...
I want to use the Kendo UI in Laravel. It is work good, while I dont want to make a CRUD things with...
I fetch serious problem in token mismatch frequently. I followed many instruction from "LaraCas...