Support the ongoing development of Laravel.io →

880 Threads

How to print error message

Hi, I want to display error message, when login is not successful, this is what i am using, but this...

0 Likes
7 Replies
Solved

Cannot redeclare class Illuminate\Encryption\Encrypter

hi guys, I ran a composer update on my project on another CPU. I tried copying the project to the cu...

0 Likes
1 Replies

New ACL / RBAC package

hi, there is a new package which takes care of user permissions. each user can have 1 or more roles...

0 Likes
0 Replies

Strategy for having part of site served through SSL

I have a site that I want any logged in action to be protected under SSL, say all routes are under /...

0 Likes
0 Replies

Creating a laravel ACL section

I'm busy creating a section where a super admin can say what user can access specific areas. The pro...

0 Likes
5 Replies
Solved

Laravel 5 auth in route

In ver 4.2 this worked: Route::get('owners', array('before' => 'auth', 'uses' => 'PownersContr...

0 Likes
1 Replies
Solved

Auth in larvel 5 working but not correctly

I struggled for over 3 hours and couldn't get a login to work. Now this came with laravel, NOT MY CO...

0 Likes
2 Replies
Solved

auth and csrf same time

Route::group(array('before' => 'auth'), function(){ Route::get('owners', array('uses' => 'Po...

0 Likes
2 Replies
Solved

How can I configure laravel or the server to accept https routes?

I'm making some routes https but only send me a blank page with the message error conection ssl

0 Likes
0 Replies

File permission based on Laravel users

Hi, I have to do a simple task: Create access permission to files using Laravel user. Example: I wan...

0 Likes
0 Replies
posted 10 years ago

Shoping Cart error!

I work on ecommerce app and i have one problem when user login and when click 2x on view cart show t...

0 Likes
4 Replies
Solved

route group

From the user manual: Route::get('profile', array('before' => 'auth', function() { // Only au...

0 Likes
4 Replies
Solved

Remove the public from url in laravel 4 .htaccess

I want to remove public from url using .htaccess withput changing directory structure eg :- http://l...

0 Likes
0 Replies
posted 9 years ago

Cant log in after update the user info(password problem)

I got a create new user form with user logon and password,etc.. i able to create new user and log in...

0 Likes
0 Replies

Auth::logout();

How does Auth::logout(); work? Won't this logout all current logged in users? How do you just logo...

0 Likes
1 Replies
Solved

AJAX and blade

So i am a total newbie at Laravel and any advice and help would be appreciated. I am planning to cre...

0 Likes
2 Replies
posted 9 years ago

File and links access with security

Hi, is there anyone can please help me, how can i control the access to file or links in laravel. (...

0 Likes
0 Replies

TokenMismatchException on Apache/PHP upgrade

Hi I’m getting a TokenMismatchException on every request that is authenticated. The problem I’m able...

0 Likes
0 Replies

Check if user is authenticated outside laravel (wordpress)

I am trying to create a secure autologin script and i would like to add an extra layer of security b...

0 Likes
1 Replies

i want to create a dist project with laravel

how can i create a dist project with laravel that the configurations are generated via setup script...

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.