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
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
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?
I have created Teacher module using Scaffold. it gives error Target class [App\Admin\Controllers\App\Admin\Controllers\TeacherController] does not exist.
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
every time I follow all steps as you discussed but I was getting this error every time "Method Illuminate\MySqlConnection::isDoctrineAvailable does not exist." plz tell me how can I resolve this error
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.
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.
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);
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.
Wonderful wonderful!! you did great!!
thank you so much bro,you really save my life!!!
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
Thank you for the explaination my guy!
Çok teşşekür ederim kardeşim. Laravel in son sürümünde hala çalışan bir yöntem.
It was awsome, Thanks
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
Thanks for this informative tutorial.
You are welcome as well
Tanq, really i feel so......happy
Welcome 😊
thank you for this tutorial and be blessed
Excellent
Thanku so much sir..
really helpful... thanks bud
really impressed me
i like this
In 8:42 where creating the Scaffold I’m getting error : Method Illuminate\Database\MySqlConnection::isDoctrineAvailable does not exist.
Please help
Did you find the solution?
Same error
You guys got solution?
Thanks my guy
Thank you so much!
8:49 Method Illuminate\Database\MySqlConnection::is DoctrineAvailable does not exist.
Please help
Same error
Tell me if you get solution
Thanks man
Great tutorial. Please how do I install this admin for laravel inertiajs vue3. With this, the admin pages should be vuejs components.
thanks, you're the best
You're welcome!
I don't see the image after making the update to the .env file on 13:15
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?
Same error i'm having
how to make the tables relationship sir? nice tutorial...
thanks bro pls create fully ROLE BASE Access Control System
Thanks bro❤
But I have a question to ask?
Does this scaffold create also the view files?
after doing that, what if you want to remove the helpers option on the left navbar, how do you do it
How can we create a custom view for some modules? How can we customize the views?
Thank you for tutorials , and can you make about CKEditor extension in openadmin.
will think about that
Thanks for Great toturial, how to make the tables relationship?
Thank you for your great video.
How about customizing the open-admin menu ?
How to change some text, logo, etc
Just figure out how to do it, found on the menu
@@sholikhinsy8053 how can i customize it?
@@sholikhinsy8053 how?
How did you do it bro? Can you share it with me as I'm having a hard time figuring it out
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
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??
Here you have used which version of laravel?
is this capable for like invoice page that have computation?
Call to undefined method OpenAdmin\Admin\Admin::jQuery()
how can i fix it?
I created two admin user routes by mistake it shows in the sidebar 2 times how to delete one of them?
I have created Teacher module using Scaffold. it gives error Target class [App\Admin\Controllers\App\Admin\Controllers\TeacherController] does not exist.
Hi sir... How display student into frondent? Please make tutorial for it
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
Witch Is better, this one ir crafftable?
How to mirror my existing database to the Open admin?
do u have dashboard sample of this?
How import excel sir to data? Example import excel to student
how can i fix Call to undefined method OpenAdmin\Admin\Admin::jQuery() error, chatgpt said i dont have jquery to open that package
how to make relationship in tables using scaffold?
yii2 have a crud generator built in, i wonder if laravel have something similar
how to make view file in admin panel and where can i save view file in folder
Sir how can we deploy this Admin panel on aws
can we add custom theme of our own in this open admin ?
did you find out?
How can i show my dbs datas that I generated before use this dashboard
every time I follow all steps as you discussed but I was getting this error every time "Method Illuminate\MySqlConnection::isDoctrineAvailable does not exist." plz tell me how can I resolve this error
How can I change the view file design of created crud ? (crud operation done by Scaffold option)
i have the some issue, if we can get help for that
sir full course laravel open admin penal
Hi. How to change language? Is that possible?
Can u make video using AdminLte
I followed every single step but when i type '/admin' my open admin did not open ???
Guys, someone did scheduling at open-admin? For me not works, and I don't know why.
everyone is just doin admin panel. no one is doing fronend. why is that ? we also want to develop front end bro.
Think if u mastered the admin panel, is't very easy to do the front end as well
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.
Method Illuminate\Database\MySqlConnection::isDoctrineAvailable does not exist.
i had this error after adding the student scaffold, please help me out
same here, did you resolved it?
same problem bro
Use laravel 8 9 or 10, versions 11 having this issue. I have tested on 10 it is working ok
Yeah but I am at the middle of the project
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.
How can İ remove /public/ from url?
use htaccess
Mene sab process kiya uske baad bhi not found aaraha hai
Hi..Please help if you can help with studying

Yes..i can help you..but can you explain here ...or mail me at yaminshakil7@gmail.com
I have sent you an email
sir there was a doubt
How to use join query in this admin
How to change admin username and password?
Click Admin then Users..over there you will see edit option to update username and password
@@WebTechKnowledge I am getting red colour underline on word Admin and Route showing undefined type Admin and Route in Admin. routes.php file
Here I suggest choosing an admin panel for your Laravel project: ua-cam.com/video/UCIlU1DAYus/v-deo.html
Obsolete for new laravel version. open admin is outdated, the doctrine is outdated. not compatible anymore.
Bhai mone hoy over here word ta notun shikchn...
Next time ei bepare careful thakbo....tarahura kore ei video ta banano hoice to..tai notice kori nai
@@WebTechKnowledgesir im getting error
so fast
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);