Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 3.37 KB

README.md

File metadata and controls

66 lines (38 loc) · 3.37 KB

Symfony 4 by samples

Learning Symfony 4 by samples, each of the samples contains a README.md and README_ES.md file that indicates the purpose of the sample plus an step by step guide to reproduce it.

Demos

We will make our frist installation from scratch Project Symfony 4.

We will make our installation from scratch Project Symfony 4 using Git.

We will make our first page in a Symfony Project 4 from scratch.

We will created a little web using Basic Routing using the annotation routing type.

We will created a little web using Basic Routing using the yml routing type.

We will do an installation from the beginning where we will include Webpack Encore, along with Sass and Bootstrap 4.

We will do an installation from the beginning where we will include Webpack Encore, along with Sass, Vue and VueBootstrap (Vue + Bootstrap 4).

We will do an installation from the beginning where we will include Webpack Encore, along with React and SASS.

We will do an installation from the beginning where we will include Webpack Encore, along with React, using SASS, TypeScript and Bootstrap.

We will created a Registration Form that requires a username, email and password. It will also allow to add a checkbox of required for the registration.

The password will be coded and together with the rest of the collected data stored in the database.

We will created a Login Form that requires a username or email and password.

We will create a Complete Login and Registration System that requires a username, email and password. It will also allow you to add a check box required for the record.

The password will be encrypted and together with the rest of the collected data stored in the database.

The system will differentiate between First User and the rest, allowing you to configure the level of security and registration.