How to Create Admin Panel in Laravel Easily using Open Admin

preview_player
Показать описание
#laravelopenadmin
#laraveladminpanel
#openadminlaravel
#createadminpanelinlaravel


Support This Channel :

Join this channel to get access to perks:



/ @webtechknowledge

Your support will be really appreciated.

Thanks For Watching.
I hope This video was helpful. If you have any questions then let me know in the comment section.

Best of luck

#webtechknowledge

You can connect with me with the given links below:

laravel admin panel,how to create admin panel in laravel,admin panel in laravel,how to make admin panel in laravel,create admin panel laravel,create admin in laravel,laravel admin panel tutorial,laravel,how to create admin dashboard in laravel,admin dashboard in laravel,admin panel laravel,laravel admin panel from scratch,make admin panel in laravel,install laravel admin panel,integrate admin panel template in laravel,laravel openadmin,openadmin,open-admin,admin dashboard laravel,laravel admin template,laravel web development company,laravel developer,php laravel developer,laravel development company,laravel web development,laravel package development
Рекомендации по теме
Комментарии
Автор

Hello Yamin, thank you very much for the invaluable tutorials you are doing. I really liked your videos. those video will make our lives so much easier.
Can you make a tutorial to show us how to make a Point of Sales system using these admin panels, not a shopping cart, but a POS system. Jazakallah Khairan

davidson
Автор

thank you for this tutorial and be blessed

terrabrandafrica
Автор

Thank you Yamin for bringing the OpenAdmin openly to public. I am not sure of the reason the route creation was lead to be manual as we know the name of the table, we know the name of the controller etc. so it could also have been automated or at least a checkbox like: add the scaffold route automatically and if checked to add it would have been best. If we are trying to eliminate manual code touching but leaving the route to be added still manually even after knowing all the required data, it is a bit strange decision to keep it as is.

On another topic, I would not suggest adding the images to public_disc as that creates some security issues, so we could simply use the storage_path and then use link the storage to public using: php artisan storage:link . This way the images will still be publicly accessible but not with the default folder permission for public on unix systems (777) ;)

Also, it will be good to mention something about the benefits of Open Admin versus other known admins so that people can be aware of two things: what are their other choices and two - why this one seems better, easier etc.

Kudos for the efforts of course and for sharing your experience with OpenAdmin

milenkostadinov
Автор

Great tutorial. Please how do I install this admin for laravel inertiajs vue3. With this, the admin pages should be vuejs components.

jijirijohnson
Автор

hello sir quite a nice vedio.

can you show how to implement sorting the rows in it . means if we want to arrange our data how to do it

ali_hassan
Автор

thanks bro pls create fully ROLE BASE Access Control System

vipinchauhan
Автор

Thanks for Great toturial, how to make the tables relationship?

jumamakorere
Автор

I have created Teacher module using Scaffold. it gives error Target class does not exist.

AkshayWavare-rdnk
Автор

is this capable for like invoice page that have computation?

yeonjih
Автор

Does this scaffold create also the view files?

wanyoikedanny
Автор

Call to undefined method
how can i fix it?

themeemathaha
Автор

yii2 have a crud generator built in, i wonder if laravel have something similar

edwinaritama
Автор

after doing that, what if you want to remove the helpers option on the left navbar, how do you do it

aliddekibryan
Автор

HI, how to display data of the table i've imported.. I can only run a query but can't display the data from the table??

anelenyongwana
Автор

how can i fix Call to undefined method error, chatgpt said i dont have jquery to open that package

phachphamhai
Автор

Thank you for tutorials, and can you make about CKEditor extension in openadmin.

photop
Автор

When I want to create user table as you do at 15:00 I got next error
Method does not exist.
and it crates me user table but with 404 error
Can you help me please?

tarikkucevic
Автор

How can I change the view file design of created crud ? (crud operation done by Scaffold option)

aswanthvp
Автор

Here you have used which version of laravel?

raasoftstudio
Автор

Hi, nice job, this is all i've been looking for, for a system i want to build, though the image code you showed us brought up an error when i saved and refreshed:

BadMethodCallException In Macroable.php line 86 :
Method Illuminate\Support\Str::Image does not exist.

The image didnt show up in the student list.

ephyz