Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install Taildwindcss Laravel

#Just install breeze to have Tailwind CSS and Alphine Js

1. composer require laravel/breeze --dev
2. php artisan breeze:install
3. npm install && npm run dev
Comment

install tailwind laravel

module.exports = {
  content: [
    "./resources/**/*.blade.php",
    "./resources/**/*.js",
    "./resources/**/*.vue",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}
Comment

install tainwind on laravel

/* ./resources/css/app.css */
@tailwind base;
@tailwind components;
@tailwind utilities;
Comment

PREVIOUS NEXT
Code Example
Shell :: grep usage 
Shell :: Command to create the private key and public using the openssl command : 
Shell :: install font in react native 
Shell :: selenium run chhrome headless 
Shell :: command to kill or terminate a process 
Shell :: how to get the type of something in powershell 
Shell :: npm installl chalk 
Shell :: pull branch from github 
Shell :: magento ssh commands 
Shell :: mvn clean install does not running test 
Shell :: example bash script 
Shell :: how to push repository to github 
Shell :: remove .idea from git 
Shell :: github create repository command line 
Shell :: bash escape all special characters 
Shell :: Install GitLab using Docker Engine 
Shell :: Create A Shared Folder On Linux With Samba 
Shell :: jenkins builds 
Shell :: how to edit a file in terminal windows 
Shell :: crear usuario linux comandos 
Shell :: ubuntu camera not longer found 
Shell :: install windows 10 on virtualbox mac 
Shell :: pyang installtion ubuntu 
Shell :: How to add a shell script to launcher 
Shell :: play vlc as root kali 
Shell :: Install Deno - Build and install from source using Cargo 
Shell :: Default umask in /etc/login.defs could be more strict like 027 
Shell :: Winbuilder 
Shell :: printing in capital letter linux 
Shell :: view symbols of so linux 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =