Support the ongoing development of Laravel.io →

1,384 Threads

Convert value password to md5 on MySQL and About database

it's my form code for password.. {!! Form::open(['url'=>'c_adduser']) !!} ... <div class="...

0 Likes
2 Replies

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

Laravel5 - validation: ignore a given id for multiple uniqueness condition

I have created a validation form using Validator::make on laravel 5: Validator::make($request->al...

0 Likes
2 Replies

Route to delete method

Hi, I'm having troubles to define a delete route, can someone showme an example about how to define...

0 Likes
2 Replies

Check if request has a set of inputs

I'm trying to check if my request has a set of input (using or ) but I can't figure out if the metho...

0 Likes
0 Replies

getting error on patch method

Hi everyone, I am new in laravel, i am using patch method but i am getting error "Missing requi...

0 Likes
0 Replies

How to retrieve Sub-Categories according to Parent category selection?

I have two tables 'Sectors' and 'Categories' $sectors = Sector::lists('name','id')->all(); $categ...

0 Likes
4 Replies

How to convert multiple Form input value of get parameter into one value?

I have four input field Location, lat, lng and formated_address when i click on button URL should be...

0 Likes
0 Replies
posted 7 years ago

Form macros in Laravel 5.3

I am trying to setup Form Macros in 5.3, I have a service provider working: /App/Providers/MacroServ...

0 Likes
1 Replies

when i import the excel sheet using maatwebsite, showing the error message “Call to undefined function: simplexml_load_string()”

i have use the import excel sheet using maatwebsite in local. its working fine. but live server its...

0 Likes
1 Replies

User edits on blade update database

Hey guys, I am fairly new to the Laravel framework. Currently in my blade I have a few fields that u...

0 Likes
2 Replies

can't send mail from my web application, and no errors

Hi I am trying to send a contact us mail with attachment, when I submit the form, it just comeback w...

0 Likes
2 Replies

Laravel broadcast (events) like notifications without Pusher (FREE)

Hi How i can implement events and broadcast (like notifications for example) in a FREE way? Pusher i...

0 Likes
1 Replies

How to send http/api request to a local server behind DMZ.

Here is the senario, example.com is hosted laravel project on internet and a user/office is accessin...

0 Likes
0 Replies

file upload laravel problem

I've been 5 hours on this :( Cant find what is the error : ErrorException in ContestController.php...

0 Likes
2 Replies

[L5.1] Auth not working (attempt method)

Hi everybody, since this morning i try to make a login form to access to an admin panel but the Auth...

0 Likes
0 Replies

Pass ID to create action of RESTful controller

Hi people, i have a problem. I have a RESTful controller called SCHEDE. I want to insert new row in...

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