ad3n / SymfonyBlog

Bahan Belajar Group WhatsApp Belajar Symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony Blog

Instal Kebutuhan Awal (70137ee)

  • composer req orm profiler orm-fixtures maker logger

Edit .env (b1b677e)

Add Category and Post Entity (d5c5be2)

  • php bin/console make:entity

Create Database and Update Schema

  • php bin/console doctrine:database:create

  • php bin/console doctrine:schema:update --force

Add CRUD Without Pagination and Form (5ca45c8)

Prepare Pagination (5ca45c8)

Add CRUD With Pagination and Without Form (58f6525)

Prepare Form (91a87b1)

  • composer req form

Add CRUD With Pagination and Form (58e5ca2)

  • Fix bug (missing) pagination link in list tamplate (list.html.twig)

Prepare Validation (871355a)

  • composer req validation

Add Unique Name Validation (efe2a6c)

Prepare Datatables (aa84810)

Add List Datatables (8e06ba3)

Add Post Form (6132a1e)

Change datatables to traditional table (52f8593)

Create PostController (551ff06)

  • Fix per page (limit)

Implement List and Prepare all action (add, edit and delete) (e0e8b21)

Prepare Post add action (501a9c9)

Fix "Catchable Fatal Error: Object of class App\Entity\Category could not be converted to string" (1871a3c)

Implement Post add action (7291e4e)

  • Fix wrong property in list

  • Fix wrong property order in list

Implement Post edit action (78241cd)

Implement Post delete action (1a552b7)

Implement Bootstrap in Category List (65924ff)

Use Bootstrap v4 as form theme (12859e9)

Apply Bootstrap to Add and Edit Category (34d22e8)

Apply Bootstrap to Post (da17858)

Implement Summer Note to Post Content (1c5f6e3)

  • Fix Missing jQuery

Implement Entry Point (b31eac9)

About

Bahan Belajar Group WhatsApp Belajar Symfony

License:MIT License


Languages

Language:PHP 66.7%Language:HTML 33.3%