Support the ongoing development of Laravel.io →

1,185 Threads

Getting data before loading the view

Hi I am creating a permissions system using Sentry however this permission system is costumizable by...

0 Likes
0 Replies

Mass CRUD REST edit/update controller: how to

Hello I'm new to Laravel and the forum. I am trying to create a RESTful CRUD controller with a littl...

0 Likes
1 Replies

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

Form data not flashing back to view on validation failed

This is my post request validator for a form <?php namespace App\Http\Requests; use App\Http\Re...

0 Likes
9 Replies

Spark Form and vue problems

Hi All, hope you can help me, I'm working on an small spark project where I need some input to be fi...

0 Likes
1 Replies

How to upload file/s (specifically pdf)?

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

0 Likes
3 Replies
Solved

hide the label of text box

hi there, i am new to the forum and this is my first post with laravel. i would like to know how to...

0 Likes
4 Replies

Unit Tests fails with unexpected response code

I'm quite new to laravel development. I'm trying to create a unit test, which should fail (response...

0 Likes
3 Replies
Solved

Laravel 5.3 bug, view is defaulting to the wrong controller with a similar name to the desired controller

This is a problem which our team has faced previously however we thought it was a merge conflict on...

0 Likes
1 Replies
posted 7 years ago

File:delete don't delete the file

I have this function to delete image when the row is deleted public function destroy($id) {...

0 Likes
1 Replies

Change url from webiste

I want to change the url of my laravel website. Is it possible?

0 Likes
5 Replies

Form Request to validate in my API Rest

Hi everyone, I'm dealing with this for a long and I really can't find a solution, I'm creating a RES...

0 Likes
1 Replies

500 Internal server with Form validation when making api request.

Hello, I am using Dingo APIs package. I have created a resource controller and validate the form wit...

0 Likes
2 Replies

How to automaticaly create a slug when saving a user?

I want to set a slug for a user that I am saving. Should I use events? I tried this way whitout succ...

0 Likes
2 Replies

Getting useless Exception message since composer update

Since running 'composer update' to go from Laravel 5.0 to 5.1 I'm getting useless info when my app t...

0 Likes
4 Replies
Solved

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

About Form::textarea

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

0 Likes
1 Replies
Solved
posted 9 years ago

Little help with validation rule.

I am trying to do a basic "contact us" page with a message text area that allows for regul...

0 Likes
1 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

reuse $var???

Noob question here. Is their a way I can reuse a $var??? example.. public function funcA(){ $var...

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