Hi All, I'm using laravel 5.2 to develop an api When trying to login using Auth::guard('api')->a...
Hello everybody! I'm new here, so I hope this is the right place.. What I have is a table with these...
I have a scenario with Articles and Categories where each article can have only one category through...
I have a laravel 5.1 app. I'm trying to change the validation message from KB to MB. e.g The :attrib...
I am trying to move the controls I make in the Controller for a User to be able to leave a Comment o...
I have two different domain groups in my Laravel application. One is example.com and other one is su...
I was doing some multiple file validation. I have my html like so: <html> <body>...
I noticed that the standard validation / signup things with Laravel use a password field and a passw...
Can I customize the plan attribute? example, I want to give limit number to create tokens. If i choo...
Hi Peeps This is like a point of sale, the page will have a field for the customer number, amount an...
I have in the database a table named user that contains the following columns, id, email, name, pass...
I have question, I created database table using "php artisan migration" then later due to...
Multi Field Validation I have a table like: id code user_id msg_id title now I want to validation u...
I created a custom validation rule that I want to run when another option is selected. It seems that...
how can i check the array value is exist or not? If example: my_field[1][1] = 16 my_field[1][2] = 14...
I wonder if there is some form of excolhes the path of database connection before login to the syste...
Hello guys, Trying to compare 2 variables in my view In my controller $files = \File::files('images'...
I was wondering about passing one variable from one controller function to another controller functi...
Hi, I noticed in the Illuminate\Foundation\Http\FormRequest class, the output is fixed as 422 Unproc...
Hi, this should be easy to do, but I'm getting an error and at this point I reallly don't know where...
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