LaraBABA's avatar

New video needed

Hi,

I would like to know if it would be possible to have a simple video that just show this for all of us beginners:

1)How to create an admin panel

2)How to register a user and have a registration email sent to the person.

3)How to input 1 text field and 1 image upload field using mysql via the admin panel

4)How to output both data type on an html page.

As I believe many of us beginners will only be doing this for for a while until we master at least the above steps.

I find a lot of videos but nothing straight to the above point and it is getting confusing.

When I try to watch something just only about validation, the video shows multiple fields which have already been created out of a serie. If we could have the above + a validation process all in one video it would be fantastic! Thank you.

Mos of us will buy cheap front end templates and all that will be needed is upload images, titles, content text to the front end via an admin panel, that's pretty much it.

Thanks,

Ben

0 likes
13 replies
keevitaja's avatar

Creating the admin panel is not a "stand alone thing". It comes down to all your general Laravel skills.

bashy's avatar

You can use the things learnt in videos to make your own admin panel, not that hard if you think about it. Most of what you say can be found on other videos and can also be found on a Google search.

LaraBABA's avatar

yes I know there are a lot of videos, but this is the problem, you have to watch so many things and have to start the series from scratch otherwise if you go straight to the validation for example, there are so much code in the page that it is harder to understand.

What I suggested is just making it easier for beginners like me and my friends, the same way Yii 2.0 did it, they have created the admin panel right away. So instead, it would be fantastic to follow their style(which a lot of people get attracted due to the fast start with the admin panel) and have a single video to create an admin template where we can just upload our text and images, then output it in a front end site(with pretty much no logic).

Remember, I am not speaking as a high level programmer like you, but as someone who has already watched quiet a few videos here(I paid for it) and believe that I am losing a lot of time trying to just understand the above points rather than just having a video showing us the right direction very fast so we can get going quickly in building simple websites with an 8 or 10 dollar front end template.

Remember, many of us beginners will only need text and field uploads in an admin panel and output that code in a front end as I said above(we do not need anything else), so learning far more things just to get us there is a bit discouraging.

I hope you understand(please see it as a beginner point of view).

Thanks,

Ben

bashy's avatar

Trust me, if you learn from the existing videos, you can make an admin panel within a few weeks. You can't know your way around Laravel by going straight into making an admin panel. That's just a bad way of learning and you will suffer in the long term.

There's actually a few videos on how to do an "admin panel" already.

LaraBABA's avatar

Hi Bashy,

I was just suggesting a video mainly for imputing text and image paths in mysql and outputting right away the data without going through a full serie which would be far more practical. No worry it was only a suggestion......

elieandraos's avatar

Well, that would have to cover: - master page - routing - blade templates - eloquent - Forms - Auth - Image Manipulation - psr-4 - filters - repositories - binding models to routes, forms

That is too much to cover in one video, it will be long and you won't learn it from the first shot! Decoupled video are way better to start learning, topic by topic...

LaraBABA's avatar

dang, I did not realize it was going to be so long.... Master page, routing and blade templates, I understood well. For the forms, I have created my own templates in php storm so I am also ok with that. Where I am still a bit lost is with Eloquent and the validation which is still confusing even after watching videos as they are all parts of series.

LaraBABA's avatar

Hi Keevitaja, no sorry I am on Laravel 5 , I started with it. Thanks,

I have to say, the community here is great, fast replies, help anytime, it is really great, thanks all for your time.

1 like
Cocoon's avatar
Cocoon
Best Answer
Level 7

I think the Laravel 5 From Scratch Series covers almost everything you will need. Jeffrey discusses Eloquent and the last video was about form validation. So far, the series is 2 hours long and if you already know a couple of things you can skip some of the videos.

From there on the documentation, the search function for more screencasts and this message board will be your best friends.

1 like
bashy's avatar

Good luck developing an app on L5 :P

1 like

Please or to participate in this conversation.