andrewelkins/Laravel-4-Bootstrap-Starter-Site

ng-admin : An Angular.JS Admin Panel

Opened this issue · 5 comments

I'm working on a fork of this starter site. I integrate an ng-admin to my project within 3 hours.
I wonder how can I make the the panel as a seperate package and people can require it composer.
What did I edit?

  • Some model (add one-to-many relation)
  • Some new controllers and 1 view.
  • A new group of route (for RESTful API)
    That's it.
    What is it look like ?
    screenshot_30
    screenshot_31
    screenshot_32

Progress :

https://github.com/thangngoc89/Laravel-4-Bootstrap-Starter-Site

Looks great! Care to share the code?

Yes. I forked a new version of this starter site and copy-paste code from my project.
I hope you can help me to figure a way make this a seperate package.

@andrewelkins : I updated my fork on the first post. I'm having one small issue : there is always '=' character before any response. I really don't know where is it came from.

I checked out the project. Looks good. Will resolve the issue and merge. Will likely remove the old admin and just make this one the admin. I like it better.

Ok @andrewelkins
I think we should remove /public/admincp/bower_components folder and install it via bower instead.