Support the ongoing development of Laravel.io →

879 Threads

Good or not: Always add CSRF token to HTML

Hello, is it save to always add the CSRF token to the HTML code of the main layout? E. g.: <body...

0 Likes
4 Replies
Solved

Middleware auth logging me out?

Hi, I'm a bit new to laravel (and coding in general), so sorry if this question is basic! My issue r...

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

Permy - a new ACL and user permissions package

Hey everybody, I would like to introduce you all to my new Laravel package - Permy. Perhaps you will...

0 Likes
0 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

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

Validating route parameters in form requests

Hey, I'd like to ask you guys how you validate route parameters with a form request. I have the foll...

0 Likes
1 Replies

Simple drop-in account-activation (double opt-in) package for laravel

Hey everyone, ive created a package to a add account-activation/validation for laravel. It works wit...

0 Likes
0 Replies

disable default security features

Hi I want use laravel for creating a vulnerable web application portal to teach web attack to our st...

0 Likes
1 Replies

Web Route Protection via Tymon JWT

Hey dudes, I am new to Laravel and therefore I wanted to know if it is possible to use the GetUserFr...

0 Likes
0 Replies

Laravel 5.2.45 is not displaying error 500

I'm getting a blank page with some errors with code 500. Sometimes It appears, but sometimes don't....

0 Likes
1 Replies

How to login/ register the laravel default authentication by sending xhr request?

Hello, Info : Laravel using make:auth using form data to register and login. Problem : It must acces...

0 Likes
0 Replies

Laravel and Local Storage

Hey, I understand local storage is a client side construct and therefore isn't directly available vi...

0 Likes
0 Replies

Laravel Exception Handler, log when catching

Hi, I'm using a Geocoder to get an address, when no address is found I catch the error and continue...

0 Likes
1 Replies

Avoid automatic database field shadowing when using ->join()

Dear Laravel community, coming from other Web frameworks like Django, Ruby on Rails, etc., I have fo...

0 Likes
4 Replies

How to make where() restrictions on resourceful routes

Hello, Route::resource('tasks', 'TasksController', array( 'where' => array('tasks' => '[0-9]+...

0 Likes
2 Replies
Solved

Change MySQL connection of Laravel migrate command

I'm using laravel 5 and I have problem with migrations. The migrate command has a --database option...

0 Likes
7 Replies

How can I change pagination get method url

I use Laravel paginate() method to make pagination in my application. It's works fine but one pain i...

kingrayhan liked this thread

1 Likes
0 Replies

Passport - "Unauthenticated."

I hope someone could explain why I'm unauthenticated when already has performed a successfull Oauth...

0 Likes
7 Replies

Ajax controller with single route

Hi, Just wondering if this is a good way to write ajax code to interact with Laravel routes? Example...

0 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.