All Projects → bradtraversy → Symphart

bradtraversy / Symphart

Simple article CRUD app built with Symfony 4

SymphArt

A basic Symfony 4 CRUD application used in the tutorial series "Up & Running With Symfony 4"

Quick Start

# Install dependencies
composer install

# Edit the env file and add DB params

# Create Article schema
php bin/console doctrine:migrations:diff
# Run migrations
php bin/console doctrine:migrations:migrate

# Build for production
npm run build

# Run symfony server 
symfony server:start

App Info

Author

Brad Traversy Traversy Media

Version

1.0.0

License

This project is licensed under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].