Support the ongoing development of Laravel.io →

2,392 Threads

Auth::chek() always return false!

Hello everyone! I have a small problem that i cant figure out. I have a AuthController with two func...

0 Likes
1 Replies

How to implement laravel request validation

Hello All, Now i am trying to implement laravel validation on my API controller, and here is my cont...

0 Likes
5 Replies
Solved

Validation Rule - Ignore on Update

Hi all - I'm stumped with rule validation on update. All the examples use a user class but if I crea...

0 Likes
3 Replies
Solved

error laravel 5 undefined variable

controller public function index() { $meetingData = Newsnotice::news(); $meetingData=json_decode(jso...

0 Likes
2 Replies

php artisan serve not working

When I type in php artisan serve --host test.com I got this error [Wed Jan 14 12:54:12 2015] Failed...

0 Likes
2 Replies
posted 7 years ago

Request add a non form field

Laravel Version: 5.3.29 PHP Version: 7.0 / 7.1.0 Database Driver & Version: mariaDB 10.0.24 De...

0 Likes
0 Replies

Laravel default crypt method unexpected behaviour.

I am trying to encrypt json encoded string from laravel's default encryption. But i am not sure it's...

0 Likes
0 Replies

How to solve Class App\Http\Requests\UpdateUserRequest does not exist? laravel 5.3

My code is like this : <?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRe...

0 Likes
1 Replies

Laravel 5.2 form validation call back function with ajax

I am trying to do a call back in form validation. But i can not access the $request['beginningDate']...

0 Likes
0 Replies
posted 10 years ago

XMLHttpRequest Problem

I have written some code which works fine when I send a POST request from a form. However when I se...

0 Likes
1 Replies

Simple AJAX post response in LARAVEL 4

Hi there, I have the same problem I want to create a simple post in ajax but it seems I am having pr...

0 Likes
13 Replies

Authenticating ASP.NET users in laravel

Hello, I'm trying to authenticate users from a ASP.NET API to a laravel application. Basically when...

0 Likes
1 Replies

Session not working in laravel 5.3

Laravel Version: 5.3 PHP Version: 5.6 Description: I am trying to create session like below code but...

0 Likes
2 Replies

Transformers for laravel 4.2

Stuck with old laravel 4.2 project. want to implement dingo like transformers in 4.2 any guidance wo...

0 Likes
0 Replies
posted 7 years ago

Middleware method 'options' with custom header

** request form angularjs! hey guys i have some issues with middleware. i want check required header...

0 Likes
0 Replies

How can I create a custom auth provider that authenticate through an external API?

Hi I'm new to Laravel. I have an API that authenticates users and creates a JWT token for it. Now in...

0 Likes
0 Replies

How to add and update config varaibles in laravel

I have a config variable file which I'm using it in my controllers instead of mysql for faster perfo...

0 Likes
1 Replies
Solved

How to use updateorcreate on comparing foreign key?

I have UserAvatar and User table. I want to compare if image is already uploaded then update or inse...

0 Likes
0 Replies

Can I catch table names thats currently beeing created by the migration?

Is there a way to catch the table names if I run migration from a controller?

0 Likes
2 Replies

Server-Sent Events (SSE)

Hi, I have problem: with each request, server return many event but with same data I dont know why,...

ostap, hasn68 liked this thread

2 Likes
0 Replies

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.