laravel-admin icon indicating copy to clipboard operation
laravel-admin copied to clipboard

Use named routes instead of url helper with paths

Open Michael-Stokoe opened this issue 4 years ago • 1 comments

Changes in this PR:

  • Changed instances of url() . '/some/path' to route('named.route') instead. (Allows for us to change the routes of the package incase there are conflicts with pre-existing application routes).
  • Moved routes to dedicated file, to clean up the service provider
  • Moved namespaced resources to /src/ directory.
  • Moved resources to root directory.
  • Moved migrations to root directory.

Michael-Stokoe avatar Dec 18 '19 13:12 Michael-Stokoe

Fixes this:

https://github.com/appzcoder/laravel-admin/issues/74

Michael-Stokoe avatar Dec 18 '19 13:12 Michael-Stokoe