despark / ignicms

igniCMS is an administrative interface builder for Laravel
MIT License
21 stars 5 forks source link

Can't finish installation #55

Open cesarhgd10 opened 7 years ago

cesarhgd10 commented 7 years ago

after runningphp 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.

rupeshkarki commented 7 years ago

I also found got the following error upon running command php artisan igni:admin:install [Symfony\Component\Debug\Exception\FatalErrorException] Class 'Despark\Cms\Providers\FieldServiceProvider' not found so upon checking Providers folder, there doesn't seem to exist FieldServiceProvider.php file.

cesarhgd10 commented 7 years ago

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.

astoimenov commented 7 years ago

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.