How to Create Admin Panel in Laravel Easily using Open Admin

  Рет қаралды 97,180

Web Tech Knowledge

Web Tech Knowledge

Күн бұрын

Пікірлер: 104
@kuuriNganga
@kuuriNganga 13 сағат бұрын
Wonderful wonderful!! you did great!!
@Anieyoo
@Anieyoo Ай бұрын
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.
@vigneswarans13
@vigneswarans13 8 ай бұрын
Excellent
@milenkostadinov8702
@milenkostadinov8702 11 ай бұрын
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
@benezer4937
@benezer4937 2 ай бұрын
Thank you for the explaination my guy!
@davidsonzed
@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
@CodeWithTahaCWT Ай бұрын
It was awsome, Thanks
@hamzaortatepe
@hamzaortatepe 3 ай бұрын
Çok teşşekür ederim kardeşim. Laravel in son sürümünde hala çalışan bir yöntem.
@mdazhardware
@mdazhardware Жыл бұрын
Thanks for this informative tutorial.
@WebTechKnowledge
@WebTechKnowledge Жыл бұрын
You are welcome as well
@terrabrandafrica
@terrabrandafrica 6 ай бұрын
thank you for this tutorial and be blessed
@nagarjudanala4148
@nagarjudanala4148 Жыл бұрын
Tanq, really i feel so......happy
@WebTechKnowledge
@WebTechKnowledge Жыл бұрын
Welcome 😊
@Fluxxx1001
@Fluxxx1001 8 ай бұрын
i like this
@inasahamed073
@inasahamed073 Жыл бұрын
really impressed me
@karishmaverma8317
@karishmaverma8317 Жыл бұрын
Thanku so much sir..
@hyperannatv3387
@hyperannatv3387 3 күн бұрын
how to make the tables relationship sir? nice tutorial...
@RivaldyFauzan
@RivaldyFauzan Жыл бұрын
really helpful... thanks bud
@265Entertainment
@265Entertainment Жыл бұрын
Thanks my guy
@sholikhinsy8053
@sholikhinsy8053 11 ай бұрын
Thank you for your great video. How about customizing the open-admin menu ? How to change some text, logo, etc
@sholikhinsy8053
@sholikhinsy8053 11 ай бұрын
Just figure out how to do it, found on the menu
@yapvincent6679
@yapvincent6679 11 ай бұрын
@@sholikhinsy8053 how can i customize it?
@PriyankaJain-qx7cm
@PriyankaJain-qx7cm 7 ай бұрын
@@sholikhinsy8053 how?
@palomaador5363
@palomaador5363 4 ай бұрын
How did you do it bro? Can you share it with me as I'm having a hard time figuring it out
@vipinchauhan2454
@vipinchauhan2454 Жыл бұрын
thanks bro pls create fully ROLE BASE Access Control System
@ndujescojochine3035
@ndujescojochine3035 9 ай бұрын
Thanks bro❤ But I have a question to ask?
@jumamakorere8597
@jumamakorere8597 Жыл бұрын
Thanks for Great toturial, how to make the tables relationship?
@huseyinlora
@huseyinlora Жыл бұрын
Thank you so much!
@halleyhart7161
@halleyhart7161 Жыл бұрын
Thanks man
@jijirijohnson3453
@jijirijohnson3453 Жыл бұрын
Great tutorial. Please how do I install this admin for laravel inertiajs vue3. With this, the admin pages should be vuejs components.
@photop
@photop Жыл бұрын
Thank you for tutorials , and can you make about CKEditor extension in openadmin.
@WebTechKnowledge
@WebTechKnowledge Жыл бұрын
will think about that
@hamidoahmed9985
@hamidoahmed9985 Жыл бұрын
thanks, you're the best
@WebTechKnowledge
@WebTechKnowledge Жыл бұрын
You're welcome!
@ali_hassan002
@ali_hassan002 11 ай бұрын
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
@nicolaschavez8841 Жыл бұрын
Witch Is better, this one ir crafftable?
@bakulimpian8815
@bakulimpian8815 7 ай бұрын
Hi sir... How display student into frondent? Please make tutorial for it
@raasoftstudio
@raasoftstudio 5 ай бұрын
Here you have used which version of laravel?
@wanyoikedanny472
@wanyoikedanny472 11 ай бұрын
Does this scaffold create also the view files?
@BhumiAK-hl6oy
@BhumiAK-hl6oy 5 ай бұрын
sir full course laravel open admin penal
@selvamsubramanyam
@selvamsubramanyam 2 ай бұрын
How can we create a custom view for some modules? How can we customize the views?
@arunbasnet5423
@arunbasnet5423 Жыл бұрын
Can u make video using AdminLte
@youaskforit
@youaskforit 5 ай бұрын
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
@aliddekibryan1835 Жыл бұрын
after doing that, what if you want to remove the helpers option on the left navbar, how do you do it
@BetuaBlaise-pk6pm
@BetuaBlaise-pk6pm 11 ай бұрын
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
@akdisrael
@akdisrael 9 ай бұрын
how to make relationship in tables using scaffold?
@anelenyongwana4955
@anelenyongwana4955 11 ай бұрын
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
@yeonjih Жыл бұрын
is this capable for like invoice page that have computation?
@bakulimpian8815
@bakulimpian8815 7 ай бұрын
How import excel sir to data? Example import excel to student
@themeemathaha3773
@themeemathaha3773 11 ай бұрын
Call to undefined method OpenAdmin\Admin\Admin::jQuery() how can i fix it?
@edwinaritama
@edwinaritama Жыл бұрын
yii2 have a crud generator built in, i wonder if laravel have something similar
@ORLDDDPRO
@ORLDDDPRO 8 ай бұрын
do u have dashboard sample of this?
@AkshayWavare-rd2nk
@AkshayWavare-rd2nk 5 ай бұрын
I have created Teacher module using Scaffold. it gives error Target class [App\Admin\Controllers\App\Admin\Controllers\TeacherController] does not exist.
@patrickesguerra1996
@patrickesguerra1996 Жыл бұрын
How to mirror my existing database to the Open admin?
@filmzonebh
@filmzonebh 6 ай бұрын
In 8:42 where creating the Scaffold I’m getting error : Method Illuminate\Database\MySqlConnection::isDoctrineAvailable does not exist. Please help
@ugurbayav8439
@ugurbayav8439 6 ай бұрын
Did you find the solution?
@Miss_YouTube_01
@Miss_YouTube_01 6 ай бұрын
Same error
@Miss_YouTube_01
@Miss_YouTube_01 6 ай бұрын
You guys got solution?
@sandeepsharmalife
@sandeepsharmalife 9 ай бұрын
how to make view file in admin panel and where can i save view file in folder
@alonegamer8109
@alonegamer8109 8 ай бұрын
everyone is just doin admin panel. no one is doing fronend. why is that ? we also want to develop front end bro.
@barathaaberathne2617
@barathaaberathne2617 7 ай бұрын
Think if u mastered the admin panel, is't very easy to do the front end as well
@informationautomate3816
@informationautomate3816 3 ай бұрын
I created two admin user routes by mistake it shows in the sidebar 2 times how to delete one of them?
@zmazay8793
@zmazay8793 Жыл бұрын
can we add custom theme of our own in this open admin ?
@PriyankaJain-qx7cm
@PriyankaJain-qx7cm 7 ай бұрын
did you find out?
@anshukumarpandey2858
@anshukumarpandey2858 9 ай бұрын
Sir how can we deploy this Admin panel on aws
@nikola3013
@nikola3013 6 ай бұрын
I don't see the image after making the update to the .env file on 13:15
@Diego-cz4qw
@Diego-cz4qw 6 ай бұрын
8:49 Method Illuminate\Database\MySqlConnection::is DoctrineAvailable does not exist. Please help
@Miss_YouTube_01
@Miss_YouTube_01 6 ай бұрын
Same error
@Miss_YouTube_01
@Miss_YouTube_01 6 ай бұрын
Tell me if you get solution
@harwnh9158
@harwnh9158 Жыл бұрын
How can i show my dbs datas that I generated before use this dashboard
@phachphamhai5851
@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
@Anieyoo Ай бұрын
Guys, someone did scheduling at open-admin? For me not works, and I don't know why.
@MMartinsMr
@MMartinsMr Жыл бұрын
Hi. How to change language? Is that possible?
@rifaulahmed2525
@rifaulahmed2525 7 ай бұрын
I followed every single step but when i type '/admin' my open admin did not open ???
@aswanthvp
@aswanthvp Жыл бұрын
How can I change the view file design of created crud ? (crud operation done by Scaffold option)
@BetuaBlaise-pk6pm
@BetuaBlaise-pk6pm 11 ай бұрын
i have the some issue, if we can get help for that
@TruckL-kc2hh
@TruckL-kc2hh Ай бұрын
so fast
@narend
@narend 10 ай бұрын
sir there was a doubt
@narend
@narend 10 ай бұрын
How to use join query in this admin
@ephyz1092
@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.
@tarikkucevic3976
@tarikkucevic3976 5 ай бұрын
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?
@btanemba
@btanemba 3 ай бұрын
Same error i'm having
@anti-cheatexplorer2815
@anti-cheatexplorer2815 11 ай бұрын
How can İ remove /public/ from url?
@AatifShekh-qv3hm
@AatifShekh-qv3hm 6 ай бұрын
use htaccess
@jeetyashshah8524
@jeetyashshah8524 10 ай бұрын
Mene sab process kiya uske baad bhi not found aaraha hai
@spacely909
@spacely909 6 ай бұрын
Method Illuminate\Database\MySqlConnection::isDoctrineAvailable does not exist. i had this error after adding the student scaffold, please help me out
@VirendraPrajapati8
@VirendraPrajapati8 5 ай бұрын
same here, did you resolved it?
@tarikkucevic3976
@tarikkucevic3976 5 ай бұрын
same problem bro
@VirendraPrajapati8
@VirendraPrajapati8 5 ай бұрын
Use laravel 8 9 or 10, versions 11 having this issue. I have tested on 10 it is working ok
@tarikkucevic3976
@tarikkucevic3976 5 ай бұрын
Yeah but I am at the middle of the project
@bfgproduction136
@bfgproduction136 9 ай бұрын
Here I suggest choosing an admin panel for your Laravel project: kzbin.info/www/bejne/i3SsnYhneaaMq9U
@கவியரங்கம்-ச8ச
@கவியரங்கம்-ச8ச Жыл бұрын
Hi..Please help if you can help with studying 
@WebTechKnowledge
@WebTechKnowledge Жыл бұрын
Yes..i can help you..but can you explain here ...or mail me at yaminshakil7@gmail.com
@கவியரங்கம்-ச8ச
@கவியரங்கம்-ச8ச Жыл бұрын
I have sent you an email
@dooks123
@dooks123 3 ай бұрын
Obsolete for new laravel version. open admin is outdated, the doctrine is outdated. not compatible anymore.
@izaanu1233
@izaanu1233 Жыл бұрын
How to change admin username and password?
@WebTechKnowledge
@WebTechKnowledge Жыл бұрын
Click Admin then Users..over there you will see edit option to update username and password
@izaanu1233
@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
@sohelchowdhury6713 Жыл бұрын
Bhai mone hoy over here word ta notun shikchn...
@WebTechKnowledge
@WebTechKnowledge Жыл бұрын
Next time ei bepare careful thakbo....tarahura kore ei video ta banano hoice to..tai notice kori nai
@Miss_YouTube_01
@Miss_YouTube_01 6 ай бұрын
​@@WebTechKnowledgesir im getting error
@harveymushman158
@harveymushman158 12 күн бұрын
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);
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 202 МЛН
МЕНЯ УКУСИЛ ПАУК #shorts
00:23
Паша Осадчий
Рет қаралды 4,8 МЛН
Long Nails 💅🏻 #shorts
00:50
Mr DegrEE
Рет қаралды 7 МЛН
Миллионер | 3 - серия
36:09
Million Show
Рет қаралды 1,9 МЛН
Create Admin Panel in Laravel using Filament Step by Step
18:36
Web Tech Knowledge
Рет қаралды 61 М.
How to Create Admin Panel Easily in Laravel Using Backpack for Laravel
18:28
Create Laravel Admin Panel Easily Using EasyPanel
26:03
Web Tech Knowledge
Рет қаралды 27 М.
30 Days to Learn Laravel - Complete 8 Hour Course
8:29:59
Laracasts
Рет қаралды 220 М.
Part 1-Admin Panel: How to Setup (Arrange Files) and make a Admin Panel in php
17:33
PHP Dynamic Website with Admin Panel - Demo
8:23
VFIX TECHNOLOGY
Рет қаралды 34 М.
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,5 МЛН
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 1,3 МЛН
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 202 МЛН