Skip to content

Instantly share code, notes, and snippets.

@uguisu-an
Last active September 3, 2021 10:37
Show Gist options
  • Save uguisu-an/409479aa556f250e96f28114800e9850 to your computer and use it in GitHub Desktop.
Save uguisu-an/409479aa556f250e96f28114800e9850 to your computer and use it in GitHub Desktop.
よく使うLaravelの初期化手順
/bootstrap/
/node_modules/
/public/
/vendor/
composer.lock
package-lock.json
{
"printWidth": 120
}
php artisan sail:install --with=mariadb,redis,mailhog,selenium
npm install -D prettier @prettier/plugin-php
https://gist.githubusercontent.com/uguisu-an/409479aa556f250e96f28114800e9850/raw/00b857d13ce48dd26941434e6d771d9498ac5790/.prettierrc >> .prettierrc
https://gist.githubusercontent.com/uguisu-an/409479aa556f250e96f28114800e9850/raw/00b857d13ce48dd26941434e6d771d9498ac5790/.prettierignore >> .prettierignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment