This file contains hidden or 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
| let cssImport = require('postcss-import') | |
| let cssNext = require('postcss-cssnext') | |
| let glob = require('glob-all') | |
| let mix = require('laravel-mix') | |
| let purgeCss = require('purgecss-webpack-plugin') | |
| let tailwind = require('tailwindcss') | |
| mix.js('resources/assets/js/app.js', 'public/js') | |
| .postCss('resources/assets/css/app.css', 'public/css/app.css', [ | |
| cssImport(), |
This file contains hidden or 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
| sudo pip install awscli | |
| aws configure | |
| aws ses send-email \ | |
| --from "john@gmail.com" \ | |
| --destination "ToAddresses=mike@gmail.com" \ | |
| --message "Subject={Data=from ses,Charset=utf8},Body={Text={Data=ses says hi,Charset=utf8},Html={Data=,Charset=utf8}}" |
This file contains hidden or 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
| * Feel free to improve it. | |
| * Original by Janich: https://gist.github.com/janich/6121771 | |
| * | |
| * @requires PHP 5.3+ | |
| * @package ExportMySQLUsers | |
| * @author Zaid Daba'een | |
| * @license http://www.dbad-license.org/ DBAD license | |
| */ | |
| // Set up database root credentials | |
| $host = 'localhost'; |
This file contains hidden or 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
| youtube-dl https://www.streamacon.com/video/laracon-us-2017/day-1-freek-van-der-herten | |
| youtube-dl https://www.streamacon.com/video/laracon-us-2017/day-1-tom-schlick | |
| youtube-dl https://www.streamacon.com/video/laracon-us-2017/day-1-adam-wathan | |
| youtube-dl https://www.streamacon.com/video/laracon-us-2017/day-1-maxime-locqueville | |
| youtube-dl https://www.streamacon.com/video/laracon-us-2017/day-1-evan-you | |
| youtube-dl https://www.streamacon.com/video/laracon-us-2017/day-1-nils-adermann | |
| youtube-dl https://www.streamacon.com/video/laracon-us-2017/day-1-taylor-otwell | |
| youtube-dl https://www.streamacon.com/video/laracon-us-2017/day-1-blackfireio | |
| youtube-dl https://www.streamacon.com/video/laracon-us-2017/day-1-nexmo | |
| youtube-dl https://www.streamacon.com/video/laracon-us-2017/day-1-vehikl |
NewerOlder