{success} To install Premio, follow the below instructions carefully:.
When you are into your project directory, run the below commands:
composer update
php artisan key:generate
php artisan migrate
php artisan storage:link
Then time to store some dummy data with settings and permissions:
php artisan demo:import
Start the development server
php artisan serve