You can use JeffreyWay/Laravel-Generators for resource https://github.com/JeffreyWay/Laravel-Generat...
You need to extend the Validator Class Validator::extend('greater_than', function($attribute, $value...
did you test if the Auth did not actually work? if (Auth::check()) { // The user is logged in......
maybe on your routes.php file Route::get('isvirtual', function(){ return Input::get('abc'); });
Hi, why not use "php artisan serve" instead of accessing the project public folder directl...
The Laravel portal for problem solving, knowledge sharing and community building.