Step by step guide on deploying your project to production.
composer install php artisan key:generate php artisan migrate php artisan make:admin // to create admin user npm install npm run build