← All projects

laradminator

by @kossa

229

Integration of Adminator into Laravel 6.x/7.x/8.x with RTL support

About this project

Laradminator Laravel PHP Framework with Adminator as admin dash Setup: All you need is to run these commands: Demo: Online demo: Can be found at laradminator.kossa.one/admin Local demo: php artisan serve # Check installation (optional) Open browser at localhost:8000/admin Note: Username: test@example.com Password: 123456 All the data are reset each 30mn ;) please d'ont forget to remove this function in your app Included Packages: Laravel (php): Laravel Framework (9.x) Forms & HTML : for forms Laravel Debugbar : for debugging Intervention Image : image handling and manipulation JS plugins: All ADMINATOR plugins here sweetalert2 Axios Select2 Page size optimization: Using Laravel Mix, all CSS and JS are in minified to one file each. Laradminator leverages browser caching, using .htaccess file from html5-boilerplate GZip compression is activated by default(APPDEBUG=false => only onfile for js, and one file for css). app.css: 107 KB with gzip (943 Kb without) app.js : 427 KB with gzip (1.4 Mb without) Note: If you're using Nginx check: server-configs-nginx RTL support Uncomment this line and you have the RTL version How can I use custom CSS and JS ?

From the project README on GitHub

Stars
229
Forks
72
License
MIT
Last push
15 Mar 2023

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/laradminator.svg)](https://www.madeinalgeria.dev/projects/laradminator)

Related projects