Takeitnow Laravel App

This is a sample Laravel application built with Laravel Sail, Vue.js and Tailwind CSS.

Installation :

To get started, clone the repository and navigate to the project directory:


- git clone https://github.com/your-github-username/laravel-sail-vue-tailwindcss.git
- cd laravel-sail-vue-tailwindcss

Next, you need to install the dependencies using Composer and npm:

  • composer install && npm install

You can start the development server using Laravel Sail:

  • ./vendor/bin/sail up

Once the server is up and running, you can access the application by visiting http://localhost:9000 in your web browser.

To stop the development server, simply press Ctrl+C in your terminal and then run:

./vendor/bin/sail down

Compilation :

To compile the assets for production, run:

npm run production