I like to see a database driven Acl method for laravel just like cakephp, Cakephp has a method with...
Try this php artisan dump-autoload” and “composer dump-autoload”
DB::table('module_sample')->insert($data); Use query builder syntex and for more reference go her...
First try to save data by an array using model::create($data) method, If still causes problem then r...
The Laravel portal for problem solving, knowledge sharing and community building.
The community