Hello. I'm new to Laravel and I am developing a site for a university and need to login to be done t...
Hi everyone, I'm dealing with this for a long and I really can't find a solution, I'm creating a RES...
I am trying to write a custom error message for the "required" validation rule in L5. I kn...
Hello, im trying to get an user by its name. So far i can get one like that $users = User::where('na...
it's my form code for password.. {!! Form::open(['url'=>'c_adduser']) !!} ... <div class="...
Code Sample: $numberOfCode = 20; for ($i = 1; $i <= $numberOfCode; $i++) { $insArr[]...
I'm developing an API using Laravel 5.3, so I'm using a FormRequest to make my validation. When I se...
I have created a validation form using Validator::make on laravel 5: Validator::make($request->al...
How could I validate ipa files in laravel 5.2?
i have use the import excel sheet using maatwebsite in local. its working fine. but live server its...
I'm trying to override the default login response when a user enters an incorrect email/password. In...
Hi I am trying to send a contact us mail with attachment, when I submit the form, it just comeback w...
I am stumped on how to add a custom validation rule to the login controller and forgot password cont...
im doing it for learn about make changes in the hash/encriptions methods creating my own because som...
Hi, I start with sample code. This is part of form: <form> <input type="name&quo...
Hey there guys! I’ve been using Angular 2 ''HTTP requests in Angular 2 apps'' tutorials to help me s...
How make post request with GuzzleHttp( version 6.0 ). I am trying do the following and getting error...
Hello everyone, First of all, what a great community Laravel.IO is. I have found many answers to my...
I NEED SHOW IN MY BY STATUS COMAND FRON 3 HOST ALL IS OK IF USE ECHO TO SEE THE VARIABLE BUT TO SHOW...
Good day! I was Googling a few hours but I can't find any information about how to extend Zizaco Ent...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community