Closed federico77 closed 8 years ago
The project was renamed in the new version to comply with the GitHub team - that was changed so it don't link anymore with the old and unmaintained website from the original owner, and that don't link to something regarding "Laravel documentation".
Sorry for the trouble! I'm still trying to figure out a way to migrate the Composer package name... What was your issue exactly? You had to change the PHP Namespace only? Could you confirm me the package name in your composer.json?
Igor Santos -- Desenvolvedor Web [enviado do meu celular] On 6 Dec 2015 09:35, "Federico Stango" notifications@github.com wrote:
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 using LaravelBook\Ardent\Ardent
I might have not got right the whole namespacing thing hence the question... :)
Thanks, Federico
— Reply to this email directly or view it on GitHub https://github.com/laravel-ardent/ardent/issues/286.
Hello Igor,
I am referencing to "laravelbook/ardent": "3.*" within composer as per the current docs. Following the current docs I am asked to use LaravelBook\Ardent\Ardent while it is obviously not a valid namespace anymore.
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:
FormRequest
with Ardent (#254). I've had some trouble with the routing and some other bugs for instance, where they say "won't fix it, too much trouble"
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