All Projects → HecFranco → Symfony-4-by-Samples

HecFranco / Symfony-4-by-Samples

Licence: MIT license
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 indicates the purpose of the sample plus an step by step guide to reproduce it. Basic topics, login and register form, authentication, webpack encore, sass…

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Symfony-4-by-Samples

login-signup-form
A login and signup form using HTML, PHP, and MySQL. This form allows users to register and login. All information is stored in a MySQL database. After successful login the user is redirected to their dashboard. Project Website:
Stars: ✭ 40 (+0%)
Mutual labels:  registration, register-form
GenerateDynamicCustomForm
You can generate a dynamic form view in a few minutes for a signup, add a record. Creating a form is very easy.
Stars: ✭ 18 (-55%)
Mutual labels:  registration, register-form
cart
Simple Symfony 4 shopping cart application. App boilerplate
Stars: ✭ 18 (-55%)
Mutual labels:  symfony4, webpack-encore
Particle
A starter kit for using the prototyping tool, Pattern Lab, in tandem with a Drupal theme. Utilizes Webpack for all asset management.
Stars: ✭ 315 (+687.5%)
Mutual labels:  twig, webpack4
ErrorHeroModule
💎 A Hero for your Zend Framework/Laminas, and Expressive/Mezzio application to log ( DB and Mail ) and handle php errors & exceptions during Mvc process/between request and response
Stars: ✭ 47 (+17.5%)
Mutual labels:  twig
drf-registration
Simple user registration package based on Django Rest Framework. DRF Registration - The easy way to generate registration RESTful APIs
Stars: ✭ 32 (-20%)
Mutual labels:  registration
PhpStorm-Live-Templates-Craft-CMS
PhpStorm Live Templates for Craft CMS
Stars: ✭ 34 (-15%)
Mutual labels:  twig
catnip
Static annotations for Kittens for people who don't like to write semiautomatic derivations into companion objects themselves.
Stars: ✭ 38 (-5%)
Mutual labels:  annotations
mautic-advanced-templates-bundle
Plugin extends default email template capabilities with TWIG block so you can use advanced scripting techniques like conditions, loops etc
Stars: ✭ 63 (+57.5%)
Mutual labels:  twig
gas-typescript-webpack
This is an example of writing Google Apps Script in TypeScript and building with webpack
Stars: ✭ 27 (-32.5%)
Mutual labels:  webpack4
angularjs-es6-starter-kit
Basic AngularJS, ES6, Webpack Starter Kit Project which includes Bootstrap 4 also. This is a boilerplate for AngularJS SPA with Bootstrap 4.
Stars: ✭ 28 (-30%)
Mutual labels:  bootstrap-sass
cocktail
Traits, Talents & Annotations for NodeJS.
Stars: ✭ 65 (+62.5%)
Mutual labels:  annotations
bootstrap-shopify-theme
🛍 A free Shopify Theme built with Bootstrap, BEM, Liquid, Sass, ESNext, Theme Tools, ... and Webpack.
Stars: ✭ 41 (+2.5%)
Mutual labels:  webpack-encore
Symfony-code-snippets
Over 100 Symfony Code Snippets for PhP code And Over 80 Twig Code Snippets. Just type the letters 'sf' to get a list of all available Symfony Code Snippets. For Twig Just Type the Tag name and you will get AutoCompletion.
Stars: ✭ 15 (-62.5%)
Mutual labels:  twig
users-service
A small microservice for managing user registrations, password changes and issue access tokens
Stars: ✭ 16 (-60%)
Mutual labels:  registration
DeepI2P
DeepI2P: Image-to-Point Cloud Registration via Deep Classification. CVPR 2021
Stars: ✭ 130 (+225%)
Mutual labels:  registration
vscode-twig-language
VS Code extension with snippets, syntax highlighting, hover, and formatting for Twig.
Stars: ✭ 35 (-12.5%)
Mutual labels:  twig
template-mundana-bootstrap-html
Free blogging template by Sal (@wowthemesnet). Beautifully crafted with the latest technologies, SASS & Bootstrap 4.1.3, Mundana is the perfect design for your professional blog.
Stars: ✭ 39 (-2.5%)
Mutual labels:  bootstrap-sass
ClassifyCNV
ClassifyCNV: a tool for clinical annotation of copy-number variants
Stars: ✭ 33 (-17.5%)
Mutual labels:  annotations
phpPgAdmin6
PHP7+ Based administration tool for PostgreSQL 9.3+
Stars: ✭ 45 (+12.5%)
Mutual labels:  twig

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].