Symfony 4 Tutorial: Easy admin bundle.

preview_player
Показать описание
Easy admin is symfony bundle for generating back-end or admin dashboard for you application without writing any programming code in php or symfony, all you do is configure how everything should work and you're ready to go. This video is foe Symfony 4 Easy admin bundle and covers the basics form installing to setting up and making a basic example.

This videos includes the following:
- Installing Easy Admin bundle in Symfony 4.
- Generating a form login and an authentication system in Symfony 4.
- Creating a user for testing.
- Installing some basic entities to work with (Post, Category, Tag).
- Configuring Easy admin to our needs and discovering some of it's properties.

IMPORTANT NOTE: You should look for the commit with the name of the video, because i cannot create a separate repository for every single video that i make, If you don't know how to do any of this or what the hell am i talking about let me know.
Рекомендации по теме
Комментарии
Автор

Uploadable" in class App\Entity\Post does not exist, or could not be auto-l
oaded . i need for this turtorial only, thanks

kristyanlofrido
Автор

Always waiting for your awesome videos thanks :)

ShambhuKumar-hhht
Автор

Version 3 is different please make another of your lovely tutorials <3
P.S. OMG I SEARCHED AND YOU ALREADY DID IT ! YoU ArE AmAzInG !!! Thank you

cauxxx
Автор

Wow, thank you so much! I hope you will make a video for python django admin. <3

tark
Автор

hello, when I used php bin/console make:user, an error appear :In SecurityExtension.php line 307:

Invalid firewall "main": user provider "users_in_memory" not found.
how can I fix it ?

syrinemahmoud
Автор

Hi thanks a lot, now it's time to customise the easy admin design based on another template pre prepared

slshshsos
Автор

Is it possible to use easy admin to create custom place in the dashboard, which allows adding graphs etc.? I know it's good for using it for entities, but not sure how good it is for custom things and design?

helloworld
Автор

@Everyone !! If you cant find route /admin
do : composer remove admin
In composer.json file, add "easycorp/easyadmin-bundle": "^2.3" into "require"
Then run: composer update

DhiaMagicien
Автор

Could you have a video in the future where the configuration is made inside de php files, since I figured that easyadmin does not come with the config yaml file as it used to, but as far as I know, the configurations are done inside the crud controllers and the dashboard controller. cheers

Question_Authority
Автор

im new on git, and yes i dont know what u talking about bro how to get the first commit to grap this video only please help, and i wonder how symfony have twig template for admin page since i look for that template just found nothing

kristyanlofrido
Автор

Hello bro, can show/hide entities with EasyAdminBundle depending on user's role?

bolovy
Автор

hello, thks for your working, how can you do le type'toggle' on propriety :published ?

rikielzz
Автор

Api Platform Admin is causing headache . Is it compatible to the Api Platform ?

YKvids
Автор

Hi! how to create login & reg pages in easyadmin style?

typepeak
Автор

I've done this, but for some reason easy_admin isn't there and i can't find a solution to make it work.

matteobalsotti
Автор

i didnt see "easy_admin.yaml" anybody know ? please answer, i was search and tried the step but it still didnt appear ?

Redflagvet
Автор

Bro I am facing "Object of class App\Entity\User could not be converted to string" when I have reloaded after adding
easy_admin:
entities:
# List the entity class name you want to manage
- App\Entity\Post
- App\Entity\Category
- App\Entity\Tag
- App\Entity\User
on the easy_admin.yaml . I have added all post, category, tag in database but can't understand why this problem occurs.

mdshahadathossain
Автор

Hey, I have a question, when I required admin, and console installed it, I do not know why It did not created /admin route, so I can not go to /admin. Do you have any solution?

Lifepl-codo
Автор

Hi,

When i clone the repository "easy-admin-demo" and make
composer install

Error append :
There are no commands defined in the "ckeditor" namespace.

tomazovEV
Автор

Hi!
May I ask, what kind of editor did you used in this video?
thanks

redaxhu