"Festiris is a web-based platform that can provide information and specific events, this platform provides information on events, seminars, conferences, and competitions.
To set up this project, please ensure that your system meets the following requirements:
- Laravel 10
- PHP 8.2 or higher
- PostgreSQL 15 or higher
- Node 18 or higher
- Composer 2.5 or higher
After ensuring the system requirements are met, follow these steps to set up the project:
-
Run the following commands in your project directory:
composer install
-
Copy the
.env.examplefile and rename it as.env. Make sure to configure the.envfile with the necessary settings. -
Generate an application key by running the following command:
php artisan key:generate
-
Generate an passport key by running the following command:
php artisan passport:keys
-
Migrate the database tables by running the following command:
php artisan migrate
-
Seed the database with initial data by running the following command:
php artisan db:seed