Below introduces & instructs you about the project.
- PHP 8.1+
- Nodejs 14+
- NPM & Composer
- common, curl, json, mbstring, mysql, xml, zip, openssl, mysqldump
npm install --production
composer install --no-dev --no-interaction --no-plugins --optimize-autoloader
You should fill all the required information in .env
file.
php -r "file_exists('.env') || copy('.env.example', '.env');"
php artisan key:generate
php artisan migrate --seed
npm run build
php artisan optimize
php artisan view:cache
php artisan optimize
php artisan view:cache
npm run build
php artisan migrate --seed