Git Product home page Git Product logo

kritek-test's Introduction


Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Symfony is used by thousands of web applications and most of the popular PHP projects.

Demo Video


Requirements to install

Installation

Let's build our container base in our docker file

Terminal

docker-compose build

Let's Run Our Containers

docker-compose up -d

or alternatively Run the following command if errors occurs

docker-compose -f "docker-compose.yml" up -d --build

Let's run our project directory in container

Terminal

docker exec -it  www_docker_symfony bash
cd project

Open project on browser http://localhost:8741


We can Install dependency inside our new interactive terminal by running the following command

Terminal

composer install  

Configure our database in .env file

It's already Configure but you can Configure your own Terminal

DATABASE_URL="mysql://root:@db_docker_symfony/db_kritek_test?serverVersion=5.7&charset=utf8mb4

Create database using Doctrine

Terminal

php bin/console doctrine:database:create

Run Migrations

Terminal

php bin/console doctrine:migrations:migrate

That's it !!!!๐Ÿ’ฅ๐Ÿ’ฅ๐Ÿ’ฅ Enjoy it!!!!๐Ÿ’ฅ๐Ÿ’ฅ๐Ÿ’ฅ

kritek-test's People

Contributors

mouhamet99 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

khoyadev

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.