Skip to content

FutRR/SymfonySession

Repository files navigation

Session

Introduction

Session is a PHP dashboard for a formation center. It allows registered users to add and remove trainees to sessions, create sessions and browse through all the formations, session strainers, trainnees.

Requirements

  • Composer
  • Symfony
  • A PHP dev environement (Laragon, Wamp, Xampp..)

Installation

  • Go to the file location
cd laragon/www/SymfonySession
  • Install dependancies
composer install
  • Launch your DEV ENV local server
  • Start the Symfony server
symfony server:start
symfony serve

-- Launch the server in background (recommanded)

symfony server:start -d
symfony serve -d
  • Add dashboard to the server's URL

image

About

PHP Formation Dashboard w/ Symfony, Twig, CSS, MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published