Support the ongoing development of Laravel.io →

880 Threads

csrf_token() returning nothing in Laravel 5 (Solved)

I'm trying to use csrf_token in my form , but it seems csrf_token returning nothing at all. My Code:...

0 Likes
0 Replies

How to access Auth::user()->id in __construct function of a Controller?

Hi all, I'm trying to access Auth::user() values like this: public function __construct() { $this-&...

0 Likes
8 Replies

Different controller between user control panel and admin control panel

Is a good practice use different controller for the user control panel and the admin control panel e...

0 Likes
2 Replies
Solved

Authenticate oauth server using socialite ?

We are using an internal oauth server running on localhost. How can we do authenticate it using Soci...

0 Likes
0 Replies
posted 9 years ago

Websites Hijacked - where to start?

I have three websites hosted through Laravel Forge. They were all just hijacked. I've now pointed...

0 Likes
0 Replies

Database access in middleware Laravel 5

I am experimenting with Laravel 5 and came across HTTP Middleware. I am curious to know whether it i...

0 Likes
1 Replies

Where i can use Laravel?

Hi All, Please suggest: i want to use Laravel for a Local search engine. Basically my program is loc...

0 Likes
3 Replies

Sentry Updated, please update.

Please upgrade your Cartalyst Sentry installs. https://medium.com/cartalyst-development/sentry-vulne...

0 Likes
0 Replies

Upgraded to Laravel 5, now AJAX calls won't work!

Okay, so I went ahead and upgraded from Larael 4 to 5 and now I have come across an issue with my AJ...

0 Likes
3 Replies
Solved

Spurious "Invalid host" errors when unknown client sending "*.whatever.com" as host header

Probably some bot somewhere, but a few times a week I get: production.ERROR: exception 'UnexpectedVa...

0 Likes
0 Replies

[SOLVED] CSRF issues with Selenium WebDriver and PhantomJS

This has just cost me a fair few hours, so in case it helps someone else... I'd been passing the CSR...

0 Likes
0 Replies

How can i put two middlewares in a route?

As the question, what shall I do?

0 Likes
1 Replies
Solved

Use Ticketing system for Errors

Laravel should use ticket system for error reporting just as web2py is using. In ticketing system wh...

0 Likes
1 Replies

Using two different database users for web applications and console migrations. Is it possible?

Hello everyone. First case: At the database level have I created two users - "app_web_worker&qu...

0 Likes
1 Replies
Solved

Application key not set

When I run php artisan key:generate it says Application key [yiTC3tRuczqMVrbikesPOtxZc4AAluIE] set s...

0 Likes
4 Replies

Secure Laravel 5 api that is used internally and externally

I want to create some api controllers with a separate routing in an existing Laravel 5 application....

0 Likes
0 Replies

Modifying a built in trait?

I want to change the column used for logging in from email to name. I can see where to do this in t...

0 Likes
0 Replies

Laravel 5.0 vs 4.2 and Sessions not persisting after redirect

Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure I have established that if this line is included in...

0 Likes
0 Replies

auth::attempt actually auto redirects?

I am using laravel dev ( 5.0 ) in my authcontroller.php I added the postLogin method and i have &l...

0 Likes
2 Replies

L [5] : how to autehnticate user on curl

i had made api in laravel 5 i want to authenticate User using CURL how can i use it Route.php Route...

0 Likes
2 Replies
Solved

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.