Demo example Symfony 7.1 with Symfony UX components (UX Live components, UX Swup, UX icons) and API Platform
- Add sources with RSS XLM URL and click refresh button to import content in database
- Access to API documentation API Plateform : /api
# Install required dependencies
$ composer install
$ npm install
# Create database and schema
$ php bin/console doctrine:database:create
$ php bin/console doctrine:schema:update --force
- PHP 8.3.*
- MySQL, SQLite or PostgreSQL
- Apache or Symfony server
- NPM, NodeJS
- Composer
- PHPUnit
$ php bin/phpunit
- PHPStan
$ php vendor/bin/phpstan
- Behat
$ php vendor/bin/behat