Singular is a business-oriented web application built with Laravel, featuring a clean templating system and dynamic content management. The project serves as a customizable platform for professional service organizations.
- Dynamic Content — Blade-based templating system with reusable components.
- Responsive Layout — Mobile-friendly design with Bootstrap framework.
- Chart Integration — Data visualization with Chart.js for business analytics.
- Clean Architecture — Laravel MVC structure with organized routes and views.
| Layer | Technology |
|---|---|
| Backend | PHP 7.3+, Laravel (Eloquent ORM, Blade Templates) |
| Frontend | HTML5, CSS3, Bootstrap, JavaScript |
| Charts | Chart.js |
| Build Tools | Laravel Mix, Webpack |
- PHP 7.3+
- Composer 2.0+
- Node.js 14+
- MySQL 5.7+
git clone https://github.com/szystems/singular.git
cd singular
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
npm run dev
php artisan serveThe application will be available at http://localhost:8000.
This project is licensed under the MIT License. See LICENSE for details.
Built by Otto Szarata — Senior Full-Stack Developer | Victoria, BC, Canada