Support the ongoing development of Laravel.io →

NegativeIQ

Joined 1 Feb 2014

Statistics

Threads 1
Replies 16
Solutions 0
Articles 0

Authentication by Email OR UserName

if (Auth::attempt(array('email' => $email, 'password' => $password))) { return Redirect::inten...

0 Likes
3 Replies
replied 8 years ago

Use "http://laravelsd.com/" for building db schema and use those data in laravel 5

Well what is going wrong? Can you tell something, we can not just guess your problems and nobody wil...

0 Likes
replied 10 years ago

Who's online Laravel 4 Session

Just save User_ID (I would save displayed name to) in session and select all sessions that have User...

0 Likes
replied 10 years ago

Laravel database to webserver

You can always export sql file from localhost and use it on host... Or you can make controller for r...

0 Likes
replied 10 years ago

Change data connection Laravel 4

You can create dynamic DB connections in laravel with following syntax Config::set('database.connect...

0 Likes
replied 10 years ago

Sentinel with Laravel Administrator

Source: http://administrator.frozennode.com/docs/configuration#permission 'permission'=> function...

0 Likes

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.