Hello everyone! I have a small problem that i cant figure out. I have a AuthController with two func...
Hello All, Now i am trying to implement laravel validation on my API controller, and here is my cont...
Hi all - I'm stumped with rule validation on update. All the examples use a user class but if I crea...
controller public function index() { $meetingData = Newsnotice::news(); $meetingData=json_decode(jso...
When I type in php artisan serve --host test.com I got this error [Wed Jan 14 12:54:12 2015] Failed...
Laravel Version: 5.3.29 PHP Version: 7.0 / 7.1.0 Database Driver & Version: mariaDB 10.0.24 De...
I am trying to encrypt json encoded string from laravel's default encryption. But i am not sure it's...
My code is like this : <?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRe...
I am trying to do a call back in form validation. But i can not access the $request['beginningDate']...
I have written some code which works fine when I send a POST request from a form. However when I se...
Hi there, I have the same problem I want to create a simple post in ajax but it seems I am having pr...
Hello, I'm trying to authenticate users from a ASP.NET API to a laravel application. Basically when...
Laravel Version: 5.3 PHP Version: 5.6 Description: I am trying to create session like below code but...
Stuck with old laravel 4.2 project. want to implement dingo like transformers in 4.2 any guidance wo...
** request form angularjs! hey guys i have some issues with middleware. i want check required header...
Hi I'm new to Laravel. I have an API that authenticates users and creates a JWT token for it. Now in...
I have a config variable file which I'm using it in my controllers instead of mysql for faster perfo...
I have UserAvatar and User table. I want to compare if image is already uploaded then update or inse...
Is there a way to catch the table names if I run migration from a controller?
Hi, I have problem: with each request, server return many event but with same data I dont know why,...
ostap, hasn68 liked this thread
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