PHP Symfony-based comic catalog full-stack.
- PHP 8.2 or higher.
- MariaDB 10.11 or higher.
Before proceeding check .env file and follow the instructions to configure the application. There are 2 different ways of running this application depending on your needs:
-
Symfony CLI
Download Symfony CLI and run this command:
symfony serve
Then access the application in your browser at the given URL (https://localhost:8000 by default).
-
Web Server
Use a compatible web server like Nginx or Apache to run the application. Read the documentation about configuring a web server for Symfony.
Or on your local machine, you can run this command to use the built-in PHP web server:
php -S localhost:8000 -t public/