-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't finish installation #55
Comments
I also found got the following error upon running command php artisan igni:admin:install |
Yes, I was getting this error too. Seems like the packagist repository is different from Github's, so I copied the Despark\Cms\Providers\FieldServiceProvider from here and pasted in my application, then I started to get the error above. |
Hi guys, I'm really sorry but there was an error in the readme of the master branch. The FieldServiceProvider is included only in the master branch itself and we don't have it in any release yet. If you want to try the CMS I'll recommend you to change the version of the package to dev-master, because there we fixed many things that were in the previous releases. Although the master branch is in active development and it'll be updated frequently. Thank you for the issue opened and that you gave our ignicms a try. |
after running
php artisan igni:admin:install
I get this error, I did everything right by the documentation
Generating autoload files
[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "igni:admin" namespace.
The text was updated successfully, but these errors were encountered: