laravel-tailwind-real-estate Tailwind Templates

Laravel Tailwind Real Estate

Example project made with Laravel, Blade, Tailwind and a tiny bit of Alpine.js

Laravel Tailwind Real Estate

Example project made with Laravel, Blade, Tailwind and a tiny bit of Alpine.js.

Running this project locally

Make sure you have PHP, Composer, Node, NPM and Docker installed.

  1. Clone the repo

    git clone https://github.com/thytanium/laravel-tailwind-real-estate
    
  2. Install Composer dependencies

    composer install
    
  3. Create .env file

    cp .env.example .env
    
  4. Set application key

    php artisan key:generate
    
  5. Create Docker containers with Laravel Sail

    ./vendor/bin/sail up -d
    
  6. Run migrations and seeder

    ./vendor/bin/sail artisan migrate:fresh --seed
    
  7. Install Node dependencies

    npm ci
    
  8. Build assets

    npm run build
    
  9. Open http://localhost on your browser.

Top categories

Loading Svelte Themes