Skip to content

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

Notifications You must be signed in to change notification settings

aleaugustog/laravel-tailwind-real-estate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Tailwind Real Estate

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

Screenshot

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages