sohelamin / laravel-starter

Laravel Starter Project
19 stars 15 forks source link

Laravel-Admin:install #3

Closed karneaud closed 7 years ago

karneaud commented 7 years ago

Was successful in installing the starter but when trying to run php artisan laravel-admin:install gives me

[Symfony\Component\Console\Exception\CommandNotFoundException] There are no commands defined in the "laravel-admin" namespace.

Would there be another step to do? What about the CRUD generator?

sohelamin commented 7 years ago

The command you've mentioned is for https://github.com/appzcoder/laravel-admin

This is just a boilerplate app with Vue.js

karneaud commented 7 years ago

My apologies I assumed they were one in the same