pingpong-labs / admin

Laravel 5 Admin
https://packagist.org/packages/pingpong/admin
BSD 3-Clause "New" or "Revised" License
432 stars 114 forks source link

File with git's dump #3

Closed felipepastor closed 10 years ago

felipepastor commented 10 years ago

Hi,

I was searching some new Auth for Laravel and i find yours, but when the installation was completed, i've seen this file: master/src/controllers/ResourceController.php.

Some trash of conflicts are still there. Can you please correct it?

And another thing, I've tried to run this comand: php artisan admin:generate-config users --table=users --eloquent=User

Its results some error, about not find the file users in the package folder.

Thats it guys. Nice job and continuing updating it if possible.

gravitano commented 10 years ago

Thank you felipepastor, I was too busy with my work. And I forget some of my package on github. I will update it soon and with some new features. Thanks

gravitano commented 10 years ago

Hi felipepastor, i just updated my package.

just run composer update on your terminal and the package will be updated.

Thanks for your attention.