You are the goat. I have spent to much hours to get knowledge how to add routes to controllers XD Official docs sucks a lot. Thanks a lot again.
@vigneswarans138 ай бұрын
Excellent
@milenkostadinov870211 ай бұрын
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
@benezer49372 ай бұрын
Thank you for the explaination my guy!
@davidsonzed Жыл бұрын
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
@CodeWithTahaCWTАй бұрын
It was awsome, Thanks
@hamzaortatepe3 ай бұрын
Çok teşşekür ederim kardeşim. Laravel in son sürümünde hala çalışan bir yöntem.
@mdazhardware Жыл бұрын
Thanks for this informative tutorial.
@WebTechKnowledge Жыл бұрын
You are welcome as well
@terrabrandafrica6 ай бұрын
thank you for this tutorial and be blessed
@nagarjudanala4148 Жыл бұрын
Tanq, really i feel so......happy
@WebTechKnowledge Жыл бұрын
Welcome 😊
@Fluxxx10018 ай бұрын
i like this
@inasahamed073 Жыл бұрын
really impressed me
@karishmaverma8317 Жыл бұрын
Thanku so much sir..
@hyperannatv33873 күн бұрын
how to make the tables relationship sir? nice tutorial...
@RivaldyFauzan Жыл бұрын
really helpful... thanks bud
@265Entertainment Жыл бұрын
Thanks my guy
@sholikhinsy805311 ай бұрын
Thank you for your great video. How about customizing the open-admin menu ? How to change some text, logo, etc
@sholikhinsy805311 ай бұрын
Just figure out how to do it, found on the menu
@yapvincent667911 ай бұрын
@@sholikhinsy8053 how can i customize it?
@PriyankaJain-qx7cm7 ай бұрын
@@sholikhinsy8053 how?
@palomaador53634 ай бұрын
How did you do it bro? Can you share it with me as I'm having a hard time figuring it out
@vipinchauhan2454 Жыл бұрын
thanks bro pls create fully ROLE BASE Access Control System
@ndujescojochine30359 ай бұрын
Thanks bro❤ But I have a question to ask?
@jumamakorere8597 Жыл бұрын
Thanks for Great toturial, how to make the tables relationship?
@huseyinlora Жыл бұрын
Thank you so much!
@halleyhart7161 Жыл бұрын
Thanks man
@jijirijohnson3453 Жыл бұрын
Great tutorial. Please how do I install this admin for laravel inertiajs vue3. With this, the admin pages should be vuejs components.
@photop Жыл бұрын
Thank you for tutorials , and can you make about CKEditor extension in openadmin.
@WebTechKnowledge Жыл бұрын
will think about that
@hamidoahmed9985 Жыл бұрын
thanks, you're the best
@WebTechKnowledge Жыл бұрын
You're welcome!
@ali_hassan00211 ай бұрын
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
@nicolaschavez8841 Жыл бұрын
Witch Is better, this one ir crafftable?
@bakulimpian88157 ай бұрын
Hi sir... How display student into frondent? Please make tutorial for it
@raasoftstudio5 ай бұрын
Here you have used which version of laravel?
@wanyoikedanny47211 ай бұрын
Does this scaffold create also the view files?
@BhumiAK-hl6oy5 ай бұрын
sir full course laravel open admin penal
@selvamsubramanyam2 ай бұрын
How can we create a custom view for some modules? How can we customize the views?
@arunbasnet5423 Жыл бұрын
Can u make video using AdminLte
@youaskforit5 ай бұрын
Never heard of OpenAdmin before. Good package but I still prefer FilamentPHP as it has more modern look and feels more professionally written with plugins available. I guess this one good for beginners but those admin_* tables it installed, man, I don't like it. Seems redundant to have admin_users when you already have users table. And you can't switch to another permissions package (ie. spatie's laravel permissions) since you're locked in OA's built in permissions.
@aliddekibryan1835 Жыл бұрын
after doing that, what if you want to remove the helpers option on the left navbar, how do you do it
@BetuaBlaise-pk6pm11 ай бұрын
hello i realy like teh totorial, i have followed the proccess it work perfectly, but i want to see my blade.php files, i want make some chnages, but i faiil how to access and locate them, can you direct me the process please
@akdisrael9 ай бұрын
how to make relationship in tables using scaffold?
@anelenyongwana495511 ай бұрын
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??
@yeonjih Жыл бұрын
is this capable for like invoice page that have computation?
@bakulimpian88157 ай бұрын
How import excel sir to data? Example import excel to student
@themeemathaha377311 ай бұрын
Call to undefined method OpenAdmin\Admin\Admin::jQuery() how can i fix it?
@edwinaritama Жыл бұрын
yii2 have a crud generator built in, i wonder if laravel have something similar
@ORLDDDPRO8 ай бұрын
do u have dashboard sample of this?
@AkshayWavare-rd2nk5 ай бұрын
I have created Teacher module using Scaffold. it gives error Target class [App\Admin\Controllers\App\Admin\Controllers\TeacherController] does not exist.
@patrickesguerra1996 Жыл бұрын
How to mirror my existing database to the Open admin?
@filmzonebh6 ай бұрын
In 8:42 where creating the Scaffold I’m getting error : Method Illuminate\Database\MySqlConnection::isDoctrineAvailable does not exist. Please help
@ugurbayav84396 ай бұрын
Did you find the solution?
@Miss_YouTube_016 ай бұрын
Same error
@Miss_YouTube_016 ай бұрын
You guys got solution?
@sandeepsharmalife9 ай бұрын
how to make view file in admin panel and where can i save view file in folder
@alonegamer81098 ай бұрын
everyone is just doin admin panel. no one is doing fronend. why is that ? we also want to develop front end bro.
@barathaaberathne26177 ай бұрын
Think if u mastered the admin panel, is't very easy to do the front end as well
@informationautomate38163 ай бұрын
I created two admin user routes by mistake it shows in the sidebar 2 times how to delete one of them?
@zmazay8793 Жыл бұрын
can we add custom theme of our own in this open admin ?
@PriyankaJain-qx7cm7 ай бұрын
did you find out?
@anshukumarpandey28589 ай бұрын
Sir how can we deploy this Admin panel on aws
@nikola30136 ай бұрын
I don't see the image after making the update to the .env file on 13:15
@Diego-cz4qw6 ай бұрын
8:49 Method Illuminate\Database\MySqlConnection::is DoctrineAvailable does not exist. Please help
@Miss_YouTube_016 ай бұрын
Same error
@Miss_YouTube_016 ай бұрын
Tell me if you get solution
@harwnh9158 Жыл бұрын
How can i show my dbs datas that I generated before use this dashboard
@phachphamhai5851 Жыл бұрын
how can i fix Call to undefined method OpenAdmin\Admin\Admin::jQuery() error, chatgpt said i dont have jquery to open that package
@AnieyooАй бұрын
Guys, someone did scheduling at open-admin? For me not works, and I don't know why.
@MMartinsMr Жыл бұрын
Hi. How to change language? Is that possible?
@rifaulahmed25257 ай бұрын
I followed every single step but when i type '/admin' my open admin did not open ???
@aswanthvp Жыл бұрын
How can I change the view file design of created crud ? (crud operation done by Scaffold option)
@BetuaBlaise-pk6pm11 ай бұрын
i have the some issue, if we can get help for that
@TruckL-kc2hhАй бұрын
so fast
@narend10 ай бұрын
sir there was a doubt
@narend10 ай бұрын
How to use join query in this admin
@ephyz1092 Жыл бұрын
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.
@tarikkucevic39765 ай бұрын
When I want to create user table as you do at 15:00 I got next error Method Illuminate\Database\MySqlConnection::isDoctrineAvailable does not exist. and it crates me user table but with 404 error Can you help me please?
@btanemba3 ай бұрын
Same error i'm having
@anti-cheatexplorer281511 ай бұрын
How can İ remove /public/ from url?
@AatifShekh-qv3hm6 ай бұрын
use htaccess
@jeetyashshah852410 ай бұрын
Mene sab process kiya uske baad bhi not found aaraha hai
@spacely9096 ай бұрын
Method Illuminate\Database\MySqlConnection::isDoctrineAvailable does not exist. i had this error after adding the student scaffold, please help me out
@VirendraPrajapati85 ай бұрын
same here, did you resolved it?
@tarikkucevic39765 ай бұрын
same problem bro
@VirendraPrajapati85 ай бұрын
Use laravel 8 9 or 10, versions 11 having this issue. I have tested on 10 it is working ok
@tarikkucevic39765 ай бұрын
Yeah but I am at the middle of the project
@bfgproduction1369 ай бұрын
Here I suggest choosing an admin panel for your Laravel project: kzbin.info/www/bejne/i3SsnYhneaaMq9U
@கவியரங்கம்-ச8ச Жыл бұрын
Hi..Please help if you can help with studying 
@WebTechKnowledge Жыл бұрын
Yes..i can help you..but can you explain here ...or mail me at yaminshakil7@gmail.com
@கவியரங்கம்-ச8ச Жыл бұрын
I have sent you an email
@dooks1233 ай бұрын
Obsolete for new laravel version. open admin is outdated, the doctrine is outdated. not compatible anymore.
@izaanu1233 Жыл бұрын
How to change admin username and password?
@WebTechKnowledge Жыл бұрын
Click Admin then Users..over there you will see edit option to update username and password
@izaanu1233 Жыл бұрын
@@WebTechKnowledge I am getting red colour underline on word Admin and Route showing undefined type Admin and Route in Admin. routes.php file
@sohelchowdhury6713 Жыл бұрын
Bhai mone hoy over here word ta notun shikchn...
@WebTechKnowledge Жыл бұрын
Next time ei bepare careful thakbo....tarahura kore ei video ta banano hoice to..tai notice kori nai
@Miss_YouTube_016 ай бұрын
@@WebTechKnowledgesir im getting error
@harveymushman15812 күн бұрын
Does not work - ucfirst(): Argument #1 ($string) must be of type string, array given at vendor/open-admin-org/open-admin/src/helpers.php:15 11▕ * @return string 12▕ */ 13▕ function admin_path($path = '') 14▕ { ➜ 15▕ return ucfirst(config('admin.directory')).($path ? DIRECTORY_SEPARATOR.$path : $path);