Support the ongoing development of Laravel.io →

1,384 Threads

How to use my constants in Larvel

Hi, I am very new to Larvel. I have been doing development in CI. My question is that we used to def...

0 Likes
13 Replies
Solved

Good or not: Always add CSRF token to HTML

Hello, is it save to always add the CSRF token to the HTML code of the main layout? E. g.: <body...

0 Likes
4 Replies
Solved

Laravel 5.2 form validation call back function with ajax

I am trying to do a call back in form validation. But i can not access the $request['beginningDate']...

0 Likes
0 Replies

Is it possible to have Eloquent model $fillable attributes conditionally?

For example, you might have a "My Account" section on the frontend for users, and a User E...

0 Likes
2 Replies

Simple AJAX post response in LARAVEL 4

Hi there, I have the same problem I want to create a simple post in ajax but it seems I am having pr...

0 Likes
13 Replies
posted 7 years ago

HTTP ERROR 500

Hello, Please advise I've an error during method POST in form. An error occurred: The dev.localhost....

0 Likes
2 Replies
Solved

Laravel 5.3 Validation

When I use variables in $rules and in $validator the code doesn`t work. Where is my mistake? $sumaRa...

0 Likes
0 Replies

How to set a variable in blade (laravel 5.3)?

I try like this : ... @if(is_null($key['p3'])) {{--*/$p3 = $key['p3']/*--}} @else...

0 Likes
1 Replies
Solved

How to store user avatar into another table and access?

I am creating user profile page. For that i have two tables 1 is user and another is user_avatar now...

0 Likes
0 Replies

Submitting data after image upload

My site has a feature that allows users to create posts (like Facebook). I have a form with a "...

0 Likes
5 Replies

How to solve MethodNotAllowedHttpException in RouteCollection.php line 218:?

My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...

0 Likes
1 Replies

How to solve Missing argument 2 for App\Http\Controllers\UserController::destroy() in laravel 5.3?

My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...

0 Likes
2 Replies

How to get parameter in url (laravel 5.3)?

My url is like this : http://localhost/mysystem/public/users/index/2016 I want to get 2016, because...

0 Likes
3 Replies

How to solve route not defined in laravel 5.3?

My controller code is like this : public function store(CreateUserRequest $request) { $input = $...

0 Likes
1 Replies

How to get parameter in laravel 5.3?

My view is like this : <li class="{{ Request::is('users*') ? 'active' : '' }}">...

0 Likes
1 Replies

why fa-angle-left icon in adminlte laravel infyom generator untidy?

I get the adminlte from here : https://github.com/InfyOmLabs/adminlte-generator In here : https://gi...

0 Likes
0 Replies

Single Field Validation

Just wondering what is the best way to validate a single field. Situation is laravel is the backend...

0 Likes
0 Replies

How to join in laravel infyom generator?

My controller is like this : <?php namespace App\Http\Controllers; ... class UserController ex...

0 Likes
0 Replies

TokenMismatchException Issue

So I've been finagling with this for a couple hours. I've read all the posts on the GitHub issue twi...

0 Likes
0 Replies

Form Submission after Authentication

I was developing a form which is public but user must be logged in to submit the form. Here is my ro...

0 Likes
3 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.