An interactive CLI portfolio built with PHP and Symfony, designed to showcase my career and projects through intuitive terminal commands.
- PHP 8.2+
- Symfony 7.2
- HTMX
Follow the steps below to start using this project:
- Clone the repository:
git clone https://github.com/Neluxx/cli-symfony.git
- Navigate to the project directory:
cd cli-symfony
- Install dependencies with Composer:
composer install
- Start the Symfony or another server to run the application:
symfony server:start
- Access the application via the generated local URL in the terminal.
Ensure these tools are installed on your system:
- PHP 8.2 or higher
- Composer
- Symfony CLI (optional)
Have ideas or found a bug? Contributions are welcome! Feel free to fork the project and submit pull requests.
This project is licensed under the Apache License 2.0.