Create a new Laravel project with composer:
$ composer create-project Laravel/Laravel myproject
Create the database for the project:
$ mysql -uroot
| # stop script on error signal | |
| set -e | |
| # remove old deployment folders | |
| if [ -d "/home/forge/deploy" ]; then | |
| rm -R /home/forge/deploy | |
| fi | |
| if [ -d "/home/forge/backup" ]; then | |
| rm -R /home/forge/backup | |
| fi |
| #!/bin/bash | |
| # Claude Code Model Configuration Script | |
| # Usage: cla [c] [claude options and commands] | |
| # Version: 0.7 | |
| # Gist: https://gist.github.com/orumad/89c3f6d27b09120c36347056f1a5fd11 | |
| set -e | |
| # Default values |