-
Notifications
You must be signed in to change notification settings - Fork 211
Docs say namespace Laravelbook while should be LaravelArdent #286
Comments
The project was renamed in the new version to comply with the GitHub team - Sorry for the trouble! I'm still trying to figure out a way to migrate the Igor Santos
|
Hello Igor, I am referencing to "laravelbook/ardent": "3.*" within composer as per the current docs. By the way: thanks a lot for bringing back Ardent to life. I still wonder why something like this wasn't a standard Eloquent feature! :) |
Here we go:
|
Took me a bit to find out why the library could not be find by my package as I was already having my bit of headache namespacing everything for the Laravel 5.1 migration of my app.
Is there a particular reason why all the docs state that part of the namespace is "LaravelBook" while it is actually "LaravelArdent"? To better explain it. When I reference Ardent I have to do:
LaravelArdent\Ardent\Ardent
while I was previously usingLaravelBook\Ardent\Ardent
I might have not got right the whole namespacing thing hence the question... :)
Thanks,
Federico
The text was updated successfully, but these errors were encountered: