laravel10x-with-tailwind-css Tailwind Templates

Laravel10x With Tailwind Css

my laravel 10.x with tailwind css

laravel10x-with-tailwind-css

my laravel 10.x using vite with tailwind css

last update 20 June 2023


how to use

  1. clone this repo into your root project folder
cd your-folder 

# the . is mean the current directory in this case is your project folder
git clone https://github.com/farookphuket/laravel10x-with-tailwind-css.git .

# rename the file .env.EXAMPLE to .env
mv .env.EXAMPLE .env 

  1. now you have to run composer update to create vendor folder.
composer update

the above command should create the vendor folder which laravel use.

  1. now open the terminal and copy the command
cd your-project-folder 
php artisan serve 
  1. open another terminal window
cd your-project-folder
npm install && npm run dev
  1. open your web browser type
    http://localhost:8000
    

    you should see the end result now.

Top categories

Loading Svelte Themes