===================================================================
Open your terminal using Ctrl+Alt+T and type the following commands
composer global require "laravel/installer"| Color picking websites: | |
| 1. https://colorhunt.co | |
| 2. https://klart.io | |
| 3. https://color.adobe.com | |
| 4. https://webkul.github.io | |
| 5. https://pigment.shapefactory.co | |
| 6. http://bit.ly/2Jam0Vu | |
| 7. https://brandcolors.net | |
| 8. https://webgradients.com | |
| 9. https://colorleap.app/ |
| <script> | |
| export default { | |
| data: () => ({ | |
| // Create a reactive data property to track | |
| // whether the user is on a mobile device | |
| isMobile: false, | |
| }), | |
| beforeDestroy () { | |
| if (typeof window !== 'undefined') { |
| module.exports = { | |
| root: true, | |
| env: { | |
| node: true | |
| }, | |
| 'extends': [ | |
| 'plugin:vue/essential', | |
| 'plugin:prettier/recommended', // we added this line | |
| '@vue/prettier' | |
| ], |
| # laravel new-app | |
| alias laravel="git clone -o laravel -b develop https://github.com/laravel/laravel.git" | |
| alias artisan="php artisan" | |
| alias migrate="php artisan migrate" | |
| alias serve="php artisan serve" | |
| alias dump="php artisan dump" | |
| alias t="phpunit" | |
| # Generators Package |
| ## | |
| ## How to install mcrypt in php7.2 / php7.3 | |
| ## Linux / MacOS / OSX | |
| ## | |
| ## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/ | |
| # |
| [ | |
| { | |
| "hex": "#EFDECD", | |
| "name": "Almond", | |
| "rgb": "(239, 222, 205)" | |
| }, | |
| { | |
| "hex": "#CD9575", | |
| "name": "Antique Brass", | |
| "rgb": "(205, 149, 117)" |