-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tailwind v4 / Vite v6 / Starter Kit package structure (#404)
* First pass * Update p leading * Style and build assets * Simplify @source config * Kids being cool doesn't make them right * Kids being cool don't make them right * Merge main * Move to new starter kit structure * Remove statamic/statamic tailwind.config.js file * Move Github files * Move Tailwind Peak config file * Update CHANGELOG * Update CHANGELOG * Update Alpnie * Add changelog and switch up npm install logic
- Loading branch information
Showing
203 changed files
with
1,270 additions
and
1,943 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
APP_NAME="Statamic Peak" | ||
APP_ENV=local | ||
APP_KEY= | ||
APP_DEBUG=true | ||
DEBUGBAR_ENABLED=true | ||
APP_TIMEZONE="UTC" | ||
APP_URL= | ||
|
||
APP_LOCALE=en | ||
APP_FALLBACK_LOCALE=en | ||
APP_FAKER_LOCALE=en_US | ||
|
||
APP_MAINTENANCE_DRIVER=file | ||
APP_MAINTENANCE_STORE=file | ||
|
||
BCRYPT_ROUNDS=12 | ||
|
||
LOG_CHANNEL=stack | ||
LOG_STACK=single | ||
LOG_DEPRECATIONS_CHANNEL=null | ||
LOG_LEVEL=debug | ||
|
||
DB_CONNECTION=sqlite | ||
# DB_HOST=127.0.0.1 | ||
# DB_PORT=3306 | ||
# DB_DATABASE=laravel | ||
# DB_USERNAME=root | ||
# DB_PASSWORD= | ||
|
||
SESSION_DRIVER=file | ||
SESSION_LIFETIME=120 | ||
SESSION_ENCRYPT=false | ||
SESSION_PATH=/ | ||
SESSION_DOMAIN=null | ||
|
||
BROADCAST_CONNECTION=log | ||
FILESYSTEM_DISK=local | ||
QUEUE_CONNECTION=sync | ||
|
||
CACHE_STORE=file | ||
CACHE_PREFIX= | ||
|
||
MEMCACHED_HOST=127.0.0.1 | ||
|
||
REDIS_CLIENT=phpredis | ||
REDIS_HOST=127.0.0.1 | ||
REDIS_PASSWORD=null | ||
REDIS_PORT=6379 | ||
|
||
MAIL_MAILER=smtp | ||
MAIL_HOST=localhost | ||
MAIL_PORT=1025 | ||
MAIL_USERNAME=null | ||
MAIL_PASSWORD=null | ||
MAIL_ENCRYPTION=null | ||
MAIL_FROM_ADDRESS="[email protected]" | ||
MAIL_FROM_NAME="${APP_NAME}" | ||
|
||
AWS_ACCESS_KEY_ID= | ||
AWS_SECRET_ACCESS_KEY= | ||
AWS_DEFAULT_REGION=us-east-1 | ||
AWS_BUCKET= | ||
AWS_USE_PATH_STYLE_ENDPOINT=false | ||
|
||
VITE_APP_NAME="${APP_NAME}" | ||
|
||
STATAMIC_LICENSE_KEY= | ||
STATAMIC_THEME=business | ||
STATAMIC_PRO_ENABLED=false | ||
STATAMIC_STACHE_WATCHER=auto | ||
STATAMIC_STATIC_CACHING_STRATEGY=null | ||
STATAMIC_CACHE_TAGS_ENABLED=false | ||
STATAMIC_REVISIONS_ENABLED=false | ||
STATAMIC_GRAPHQL_ENABLED=false | ||
STATAMIC_API_ENABLED=false | ||
STATAMIC_GIT_ENABLED=false | ||
STATAMIC_GIT_PUSH=false | ||
STATAMIC_GIT_DISPATCH_DELAY=5 | ||
|
||
#IMAGE_MANIPULATION_DRIVER=imagick | ||
|
||
#STATAMIC_CUSTOM_CMS_NAME= | ||
#STATAMIC_CUSTOM_LOGO_NAV_URL= | ||
#STATAMIC_CUSTOM_DARK_LOGO_URL= | ||
STATAMIC_CUSTOM_LOGO_OUTSIDE_URL="/visuals/statamic-peak-logo.svg" | ||
#STATAMIC_CUSTOM_FAVICON_URL= | ||
#STATAMIC_CUSTOM_CSS_URL= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/node_modules | ||
/public/hot | ||
/public/storage | ||
/public/vendor/statamic | ||
/public/vendor/statamic-peak-tools | ||
/public/img/ | ||
/public/static/ | ||
/storage/*.key | ||
/vendor | ||
.env | ||
.env.backup | ||
/.phpunit.cache | ||
.antlers.json | ||
Homestead.json | ||
Homestead.yaml | ||
npm-debug.log | ||
yarn-error.log | ||
|
||
/.phpunit.cache |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.