pqrs / l5b-crud

CRUD artisan command for rappasoft/laravel-5-boilerplate
21 stars 15 forks source link

Missing /admin from paths #5

Closed drjekyll closed 5 years ago

drjekyll commented 5 years ago

In a the stubs where you generate links to view items using <a href="/DummyRoute/..." the href should be "/admin/DummyRoute/...". I think it's only in the make-views-index and make-views-deleted. I was planning to make a pull request for these - but if you are going to be making changes you might get there faster than I will.

pqrs commented 5 years ago

It's corrected now, thanks for pointing.

I saw you also corrected the labels for the FlashSuccess messages in the Controller. It is changed too.

I'll commit these changes in a minute.