In my case,Many tables has the column called name.In English,This word can use in everywhere,In diff...
Hi, I am having trouble on my document form with file upload and im using the vform npm package for...
Hello. I just start works with laravel and right now i have this problem. I create simply system res...
Laravel Version: 5.8.* PHP Version: 7.1.19 Database Driver & Version: MySql 5.6.37 Description:...
RouteBinder is a package designed to help you with clean model validation when using Laravel route b...
While adding a record we can check a unique key field with unique:<table>,<column> valid...
I have a receiveEmail boolean field in the User model of a Laravel application. How do I ensure that...
When I Create own method for Validation extends FormRequest , Validation working but its not redirec...
Hello! For some reasons I can't access data from error bag. I've assigned them to variable in view b...
Hello All, I apologize if there is a source for this information and I have missed it. I have read t...
Hi, I am stuck with a major issue. I have being developing a application for a while. I had set some...
I have a code set on Laravel. This is doing dns verification, I want to verify a specific field in t...
I tried to validate data inserted into a form before storing into database. basically the model has...
Hello, What is the best way to logout specific user in Laravel? Auth::logout() will just logout th...
Hello, I need to have validation where two field in a table in exact this combination should be uniq...
Is it possible with current exists/unique validation rules to use model methods in laravel? Like use...
I need to register same user with same email address for different locations using unique validation...
I have a method: protected function validateLogin(Request $request) { $this->validate...
public function handle($request, Closure $next, $guard = null) { switch($guard){ case 'admin': if(Au...
Hi! I'm creating a custom validation rule since I don't think I can do this with the existing rules....
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