Project Screen Shot

Example Company Website 3

This is full-stack application that uses this html template.

It is responsive and has i18n (EN & TR) support. Request appointment and contact us doesn’t work, you should set database config in .env file. The project have built with PHP and Laravel.

To run the project: Copy .env.example file in the same location and rename it as .env then run the following commands.

composer install
php artisan key:generate
php artisan serve