Support the ongoing development of Laravel.io →

319 Threads

Pictures linked to posts

Hello, I'm trying to create a system that will link multiple images with posts, for example, I want...

0 Likes
6 Replies
Solved

Validation, 2 fields unique

How can I have a unique validation rule on 2 fields? a. The application should not allow two people...

0 Likes
1 Replies
Solved

General error that field doesn't have a default value

I'm running into an error that I can't solve. The mentions online aren't giving me a viable solution...

0 Likes
4 Replies
Solved

Form Model Binding and Radio Buttons

I am building a form to edit a row with Form Model Binding, the problem is all radio buttons are unc...

0 Likes
7 Replies
Solved

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
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

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 get base url form json in laravel 5.3?

My javascript code is like this : $.getJSON("{{ url('/dropdowns/satkers') }}" + "/&qu...

0 Likes
1 Replies
Solved

Google ReCaptcha

Basically I'm using this guide to get recaptcha on my website. Ran composer update and all but when...

0 Likes
5 Replies
Solved

Why my DELETE Ajax Request in laravel 5.3 does not working?

I have table with rows and their id, in view smth like this: <body> <table> <tb...

0 Likes
2 Replies
Solved

How to send ID's array to controller through POST method?

I have table, there are are rows with checkboxes. I have script that counts all checked checkboxes w...

0 Likes
3 Replies
Solved

How to upload file/s (specifically pdf)?

Hi, can someone help me with the uploading of file/s. . .

0 Likes
3 Replies
Solved

Problems with adding styling to active nav route

Hello, I want to create a means for me to show users where they are at a page. Currently my menu is...

0 Likes
4 Replies
Solved

No supported encrypter found

I just updated to 5.2 and am having a log of problems. I think that I got them all solved but this o...

0 Likes
8 Replies
Solved

Wanna Add some text before text insert to database

<div class="form-group"> {!! Form::label('eMail', 'e-Mail', ['class'=>'co...

0 Likes
4 Replies
Solved

About Form::textarea

<textarea rows="4", cols="54" id="keterangan" name="keterangan...

0 Likes
1 Replies
Solved

Adding a Vue Component to Spark

Has anyone got a step by step example of actually adding a vue component such as the awesome vue-mul...

0 Likes
2 Replies
Solved

renaming "attribute" by lang in validation message

Hi, I start with sample code. This is part of form: <form> <input type="name&quo...

0 Likes
1 Replies
Solved

Form generated fully by javascript - how to generate the csrf_token

Hi! I am generating an edit form of an object, that is returned by Ajax. Everything's fine, but I ha...

0 Likes
2 Replies
Solved

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.