Actadmin is a Laravel Admin Package that includes BREAD(CRUD) operations,
a media manager, menu builder, and much more.
Voyager has an amazing fully function media manager which allows you to view/edit/delete files from your storage. All files in your application will be easily accessible and will live in a single place. Compatible with local or s3 file storage.
You can easily build as many menus for your site. In fact the menu in the voyager admin is built using the menu builder. You can add/edit/delete menu items from as many menus as you would like. Then it's super easy to display your menu on the front-end of your app Menu::display('main')
That's right! You can actually manipulate your database directly from Voyager. You can add, edit, or delete tables. When creating a new table you can also specify if you would like voyager to create your Model for you... How cool is that.
Similar to CRUD, Actadmin has a system called BREAD which is Browse, Read, Edit, Add, and Delete. You can easily add any BREAD views and functionality to any table in your database. Have a products table, easily add the Browse Read Edit Add & Delete functionality in seconds!
Checkout this short video where you can get a quick glimpse of Actadmin and how easy it is to install.
View On YoutubeYou can add custom Data Types to work with in your Laravel App.
You can easily add custom settings in Voyager and use them on the front-end of your site.
And just a whole bunch of awesome features you'll have to checkout for yourself!