Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basemax/firstsymfony
First Symfony Project, this repository contains a simple Symfony project that contains all of its PHP sources.
https://github.com/basemax/firstsymfony
php php-symfony php7 php8 symfony symfony-console symfony-example symfony-php symfony-project symfony-sample
Last synced: 6 days ago
JSON representation
First Symfony Project, this repository contains a simple Symfony project that contains all of its PHP sources.
- Host: GitHub
- URL: https://github.com/basemax/firstsymfony
- Owner: BaseMax
- License: gpl-3.0
- Created: 2022-01-21T12:57:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T07:02:54.000Z (2 months ago)
- Last Synced: 2025-02-04T07:15:38.315Z (12 days ago)
- Topics: php, php-symfony, php7, php8, symfony, symfony-console, symfony-example, symfony-php, symfony-project, symfony-sample
- Language: PHP
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# First Symfony PHP
First Symfony Project, this repository contains a simple Symfony project that contains all of its **PHP** sources.
### Start Using
Create a new project using `composer create-project symfony/skeleton`.
And install `composer require symfony/maker-bundle --dev` and `composer require orm` to easily add entity files.
If you want to create a new Model: `php bin/console make:entity`
If you want to migrate and update the database: `php bin/console make:migration` and `php bin/console doctrine:migrations:migrate`.
Next:
```bash
$ symfony server:ca:install
$ symfony server:start
```And open `https://localhost:8000/` in browser.
### Read more
- https://symfony.com/doc/current/setup/symfony_server.html
- https://symfony.com/download
- https://www.youtube.com/watch?v=4m3qUkIyPY8
- https://symfony.com/