Skip to content

bradtraversy/symphart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple article CRUD app built with Symfony 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published