Closed iMokhles closed 7 years ago
@OwenMelbz - IMHO this isn't a question but it's useful information to know.
@tabacitu - something like this could fit into a 'snippets' or maybe 'tutorial' section on the web-site itself (with the caveat that unless it's posted by an official team member and marked as such, it's not guaranteed to work etc etc). I thought there was such a place but I can't find it at the moment.
@iMokhles this is great, thank you for sharing it with everyone. I'm 100% sure someone will want to do this and your steps will help them.
I see you have a nice website and a well-crafted personal brand, what do you think about creating a medium profile or other type of blog, where you can post stuff? You could polish these steps a little bit and create your first article, and I'd be happy to include a link to it in the Backpack blog. I think it's a win-win:
What say you?
Haha thanks I tried my best as my English isn't my first language. here's my medium post https://medium.com/p/how-to-change-laravel-backpack-admin-panel-theme-c52a6b28d66b
Awesome! Thank you @iMokhles - I'll promote this in this month's newsletter.
Cheers!
Here's my current theme
Login Page
Dashboard
DataTable, Actions etc
How i changed current AdminLTE theme by another admin panel theme to works well with every feature
How i setup Dashboard and Navigation Menu
@yields
as in the original layout fileheader.blade
file ( which contains title and authenticated user info in my case it has ( user image with dropdown menu with other options ) put there new code and changed the title values to get the title values frombase.php
config filemenu.blade
file and put there the basic code from my new themebreadcrumb
file called itbreadcrumb.blade
and put there my themecustom breadcrumb code
[ this wasn't need as i did exactly the same asbase package
i reduplicate the samebreadcrumb
code in eachheader section
header yeilddashboard.blade
to extends the new layoutafter that i was able to get an empty dashboard page and menu waiting my custom setup
Note:
you can replace original
layout.blade
styles links and scripts links ( so all you have to do editing current files and changingclasses
so you will get the same result.How i setup Crud list ( hadn't time to finish edit and preview but it won't take a lot of time after finishing the list [dataTable] )
buttons folder
i have replaced create/delete/update/preview<a> tag
classes ( and that's all )that's what i have done and the result as you see above, it took almost 2H to achieve what i have done, hope we can see easier way to done changing themes..