MichelZuidema / SymfonyLearning

This is a learning repository for the PHP framework Symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SymphArt

A basic Symfony 4 CRUD system build with the tutorial from Traversy Media ( https://www.youtube.com/watch?v=t5ZedKnWX9E )"

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

App Info

Author

Michel Zuidema Michel Zuidema

Credits

Credits to Brad TraversyTraversy Media

Version

1.0.0

License

This project is licensed under the MIT License

About

This is a learning repository for the PHP framework Symfony


Languages

Language:PHP 78.8%Language:HTML 18.4%Language:JavaScript 2.8%