From OTN's notice
The Oracle JDK License has changed for releases starting April 16, 2019.
So, Java 8 Update 202 PSU(OTN) under the OBCL without cost.
| # For advice on how to change settings please see | |
| # See MySQL 5.7 - http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html | |
| # MySQL 8.0 - https://dev.mysql.com/doc/refman/8.0/en/server-configuration-defaults.html | |
| [mysql] | |
| local_infile=true | |
| [mysqld] | |
| local_infile=true |
| <?php | |
| namespace Laravel\Nova\Http\Controllers; | |
| use Laravel\Scout\Searchable; | |
| use Laravel\Nova\Fields\Field; | |
| use Laravel\Nova\TrashedStatus; | |
| use Illuminate\Routing\Controller; | |
| use Laravel\Nova\Fields\MorphToMany; | |
| use Laravel\Nova\Fields\BelongsToMany; |
| #!/bin/bash | |
| function usage { | |
| echo "USAGE: $0 param.."; | |
| echo -e "\t-s SERVICE: service full path"; | |
| echo -e "\t-d DESCRIPTION: service desc"; | |
| echo -e "\t-r RUNAS : specify the Unix user/group of processes"; | |
| echo -e "\t-p PARAM: param to pass service running"; | |
| echo -e "\t-t TARGET: param to pass target(default multi-user)"; | |
| ## | |
| server { | |
| listen 80; | |
| server_name minio.example.com; | |
| # To allow special characters in headers | |
| ignore_invalid_headers off; | |
| # Allow any size file to be uploaded. | |
| # Set to a value such as 1000m; to restrict file size to a specific value | |
| client_max_body_size 0; | |
| # To disable buffering |
| /var/log/nginx/*.log { | |
| daily | |
| missingok | |
| rotate 52 | |
| compress | |
| delaycompress | |
| notifempty | |
| create 640 nginx adm | |
| sharedscripts | |
| postrotate |
| ## | |
| ## git config --global core.excludesfile ~/.gitignore | |
| ## laravel default gitignore | |
| /node_modules | |
| /public/hot | |
| /public/storage | |
| /storage/*.key | |
| /vendor | |
| /nova |
"시스템에 부착된 장치가 작동하지 않습니다." 란 메시지가 나오고 WSL 이 동작 안 함.
In 5 minutes, you’ll have a brand new clean Statamic site, with Tailwind CSS and PurgeCSS configured.
It assumes that you work on a Mac, you put your site in ~/sites and you use Laravel Valet.
All the credit go to Jack McDade and philipboomy, from whom I stole and adapt the build scripts and the PurgeCSS config, this is only a detailed write up of the process.
You'll need Yarn and Node. You can install them both in one command via Brew: brew install yarn