A modern, responsive website for Initium, showcasing IT and web development services. Built with Laravel, Livewire, and Tailwind CSS.
- Backend: Laravel 12.x
- Frontend:
- Livewire 3.x
- Tailwind CSS v4
- Alpine.js
- Heroicons
- Languages: PHP, JavaScript, HTML, CSS
- Database: MySQL/PostgreSQL
- PHP 8.2 or higher
- Composer
- Node.js & NPM
- MySQL/PostgreSQL
- Clone the repository:
git clone https://github.com/initiumlv/initium.git
cd initium- Install PHP dependencies:
composer install- Install NPM dependencies:
npm install- Create environment file:
cp .env.example .env- Generate application key:
php artisan key:generate-
Configure your database in
.env -
Run migrations:
php artisan migrate- Build assets:
npm run build- Start the development server:
php artisan servenpm run dev
php artisan servenpm run buildThis project is proprietary software. All rights reserved.
- Website: initium.lv
- Email: kristians@initium.lv
- GitHub: @initiumlv