I am trying to install that Admin Panel . I created a new laravel package then issued the composer require. Following instructions at github.
When I run the command, I get error as follow :
php artisan laravel-admin:install
Config your database first
I created a sqlite database, but are there supposed to be migration files?
What is missing in the instructions that I thought was a bit confusing, is the first step actually to create a new laravel site? Then the command composer require appzcoder/laravel-admin:dev-master is run within that new project?