Website for drew.army
- PHP ^8.1
- Laravel ^10.10
Clone the repo
git clone git@github.com:DrewARMY/army.gitCopy the .env.example to get a local environment file
cp .env.example .envAfter cloning the repo, install the packages via composer
composer installIf you are using sail; make sure to install sail
php artisan sail:installIf you are using sail; create an alias for sail command for sail
alias sail='[ -f sail ] && sh sail || sh vendor/bin/sail'If you are using sail; Deploy the server
sail up -dif you are using the sail; run the composer install
sail composer installRun the migrations (using sail)
sail php artisan migrateRun the migrations (not using sail)
php artisan migrateRun the migrations (using sail)
sail php artisan migrateInstall npm packages ( using sail)
sail npm installInstall npm packages (not using sail)
npm installRun the frontend( using sail)
sail npm installInstall npm packages (not using sail)
npm installIf you are not using sail, deploy the server
php artisan serveRun the frontend( using sail)
sail npm run devRun the frontend (not using sail)
npm run devPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email github@drewroberts.com
The MIT License (MIT). Please see License File for more information.