Modern personal portfolio showcasing projects, skills, and professional journey. Built with Laravel 12 and Livewire 3.
➡️ Live Demo: tusargautam.com.np
- Project showcase gallery
- Contact form with live validation
- Responsive Tailwind layout
- Basic content management system
- Admin authentication
- SEO-friendly pages
- PHP 8.2 or higher: The latest version of PHP to ensure performance and security.
- Laravel 12: A PHP framework for building web applications with expressive and elegant syntax.
- Livewire 3.6: A full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.
This project is built using:
- Laravel 12: A PHP framework for building web applications with expressive and elegant syntax.
- Livewire 3: A full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.
- Tailwind CSS: A utility-first CSS framework for creating custom designs without writing any CSS.
To get started with this portfolio project, follow these steps:
-
Clone the repository:
git clone https://github.com/Tsrgtm/portfolio.git cd portfolio -
Install dependencies:
composer install npm install
-
Set up environment variables:
- Copy
.env.exampleto.envand update the necessary configurations.
- Copy
-
Generate application key:
php artisan key:generate
-
Run migrations:
php artisan migrate
-
Compile assets:
npm run dev
-
Start the server:
composer run dev
This project is open-source and available under the MIT License.