Skip to content

Taouil-abdo/Eventbrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Eventbrite

Structure

app/
β”œβ”€β”€ config/
β”‚   β”œβ”€β”€ Database.php
β”‚   └── database.sql
β”œβ”€β”€ controllers/
β”‚   β”œβ”€β”€ Authentication/
β”‚   β”‚   β”œβ”€β”€ AuthController.php
β”‚   β”œβ”€β”€ backOffice/
β”‚   β”‚   β”œβ”€β”€ AdminController.php
β”‚   β”‚   β”œβ”€β”€ OrganizerController.php
β”‚   β”‚   β”œβ”€β”€ ParticipantController.php
β”‚   β”‚   β”œβ”€β”€ UserController.php
β”‚   └── FrontOffice/
β”‚       β”œβ”€β”€ blogController.php
β”‚       β”œβ”€β”€ contactController.php
β”‚       β”œβ”€β”€ EventController.php
β”‚       └── HomeController.php
β”œβ”€β”€ core/
β”‚   β”œβ”€β”€ Auth.php
β”‚   β”œβ”€β”€ Controller.php
β”‚   β”œβ”€β”€ Router.php
β”‚   β”œβ”€β”€ Security.php
β”‚   β”œβ”€β”€ Session.php
β”‚   └── Validator.php
β”œβ”€β”€ views/
β”‚   β”œβ”€β”€ Authentication/
β”‚   β”‚   β”œβ”€β”€ login.twig
β”‚   β”‚   └── register.twig
β”‚   β”œβ”€β”€ back/
β”‚   β”‚   β”œβ”€β”€ Admin/
β”‚   β”‚   β”‚   β”œβ”€β”€ dashboard.twig
β”‚   β”‚   β”‚   β”œβ”€β”€ Event.twig
β”‚   β”‚   β”‚   └── users.twig
β”‚   β”œβ”€β”€ organiser/
β”‚   β”‚   β”œβ”€β”€ addEvent.twig
β”‚   β”‚   β”œβ”€β”€ categories.twig
β”‚   β”‚   β”œβ”€β”€ Event.twig
β”‚   β”‚   └── statistics.twig
β”‚   β”œβ”€β”€ participant/
β”‚   β”‚   β”œβ”€β”€ myEvents.twig
β”‚   └── Profile/
β”‚       β”œβ”€β”€ Profile.twig
β”‚       └── update.twig
β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ component/
β”‚   β”œβ”€β”€ footer.php
β”‚   β”œβ”€β”€ navbar.php
β”‚   β”œβ”€β”€ .htaccess
β”‚   β”œβ”€β”€ index.php
β”‚   └── composer.json
β”œβ”€β”€ vendor/
└── gitignore

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •