A simple property landing page mockup built with Laravel Blade and Tailwind CSS.
- Laravel
- Blade templates
- Tailwind CSS
- Node.js: v22.16.0
- NPM: v11.4.2
- Composer: v2.8.3
- PHP: v8.4.0
-
Clone it
git clone https://github.com/A-Sarayut/Pproperty.git cd Pproperty
-
Install stuff
composer install npm install
-
Set up environment
copy .env.example .env php artisan key:generate
-
Database (if you need it)
php artisan migrate
-
Build the CSS
npm run build
-
Run it
composer run dev
This is just a mockup/demo project. It's not meant for production use - just for learning