Support the ongoing development of Laravel.io →

sunny98741

Joined 23 Apr 2014

Statistics

Threads 1
Replies 4
Solutions 0
Articles 0

Open source DB driven ACL

I like to see a database driven Acl method for laravel just like cakephp, Cakephp has a method with...

0 Likes
0 Replies
replied 9 years ago

How to handle controllers in subfolders?

Try this php artisan dump-autoload” and “composer dump-autoload”

0 Likes
replied 9 years ago

How to store data in different tables in db?

DB::table('module_sample')->insert($data); Use query builder syntex and for more reference go her...

0 Likes
replied 9 years ago

Problem saving information in the database.

First try to save data by an array using model::create($data) method, If still causes problem then r...

0 Likes
replied 9 years ago

install lavarel

study composer will helps you more, to set-up Laravel.

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.