aubert-alexis/symfony4-starter

Maintainers

👁 lexo

Package info

github.com/AubertAlexis/symfony4-starter

Language:CSS

Type:project

pkg:composer/aubert-alexis/symfony4-starter

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 20

1.1 2020-01-03 08:46 UTC

Suggests

None

Provides

None

Conflicts

proprietary 44ae5cf909ce754c4e66acc94295382c693ded72

This package is auto-updated.

Last update: 2026-06-05 12:05:24 UTC


README

Guide

This is a simple starter who can be used for any project with back-office. SB admin 2 template is implemented for the design.

features:

Security

  • Login -> check your roles and redirect ( ROLE_ADMIN -> BO | ROLE_USER -> FO) - Check tips section for credentials
  • Registration form -> simple user registration
  • Forgot password -> in localhost email is not sended, you have to check the debug bar on the mail icon you will find the url to reset your password

Back-office

  • Dashboard -> actually, he is so simple only the count of users registred
  • User -> table with CRUD and datatable
  • Profil (at right on top) -> edit your personnal informations
  • Parameter (at right on top) -> change your password

Tips

Login :
Title :

Sf4-Starter on title of pages -> config/packages/twig.yaml globals -> const_website_title

Installation

1 - Composer

Download dependencies needed for project : composer install

2 - Database

IMPORTANT : change the .env with your information.

Create the database : php bin/console doctrine:database:create

Update the database : php bin/console doctrine:migration:migrate

3 - Fixtures

Load random fake data. php bin/console doctrine:fixtures:load

4 - Server

Launch server. php bin/console server:run