Support the ongoing development of Laravel.io →
Neil Cruz

Neil Cruz

Joined 12 Sep 2014

Statistics

Threads 0
Replies 24
Solutions 2
Articles 0

neilstee has not posted any threads yet

replied 11 years ago

Laravel universal table CRUD

You can use JeffreyWay/Laravel-Generators for resource https://github.com/JeffreyWay/Laravel-Generat...

0 Likes
replied 11 years ago

Validator : Greater than other field

You need to extend the Validator Class Validator::extend('greater_than', function($attribute, $value...

0 Likes
replied 11 years ago

Laravel Auth attempt failing with valid credentials

did you test if the Auth did not actually work? if (Auth::check()) { // The user is logged in......

0 Likes
replied 11 years ago

laravel Input::get() can not get paramters

maybe on your routes.php file Route::get('isvirtual', function(){ return Input::get('abc'); });

0 Likes
replied 11 years ago

Routing Problem With laravel 4.2

Hi, why not use "php artisan serve" instead of accessing the project public folder directl...

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.

© 2026 Laravel.io - All rights reserved.