Symfony-4-by-Samples
Symfony-4-by-Samples copied to clipboard
Symfony 4 by Samples is a personal project in which I will be creating small demos with tutorial in which to learn the symfony framework 4. Each of the samples contains a README.md file that indicate...
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
00 Quick Start
01 Sample Installation
We will make our frist installation from scratch Project Symfony 4.
02 Sample Installation Using Git
We will make our installation from scratch Project Symfony 4 using Git.
03 Frist Page
We will make our first page in a Symfony Project 4 from scratch.
01 Routing
01 Basic Routing Using annotation
We will created a little web using Basic Routing using the annotation routing type.
02 Basic Routing Using yml
We will created a little web using Basic Routing using the yml routing type.
02 Controller
04 WebPack Encore
01 Webpack Encore with SASS and Bootstrap SASS
We will do an installation from the beginning where we will include Webpack Encore, along with Sass and Bootstrap 4.
02 Webpack Encore with SASS, Vue and Vue-Bootstrap
We will do an installation from the beginning where we will include Webpack Encore, along with Sass, Vue and VueBootstrap (Vue + Bootstrap 4).
03 Webpack Encore with React and Sass
We will do an installation from the beginning where we will include Webpack Encore, along with React and SASS.
04 Webpack Encore with React, Sass, TypeScript and Bootstrap
We will do an installation from the beginning where we will include Webpack Encore, along with React, using SASS, TypeScript and Bootstrap.
05 Persist Data
06 Security
03 Form Using Webpack Encore with React, TypeScript, Bootstrap and SASS
07 Security
01 Registration Form
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.
02 Login Form
We will created a Login Form that requires a username or email and password.
03 Complete Login and Registration System
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.