Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peter-tharwat/dashboard
Simple Arabic Laravel Dashboard , has basic settings and a nice layout . to make it easy for you to create fast dashboard
https://github.com/peter-tharwat/dashboard
laravel laravel-framework
Last synced: 5 days ago
JSON representation
Simple Arabic Laravel Dashboard , has basic settings and a nice layout . to make it easy for you to create fast dashboard
- Host: GitHub
- URL: https://github.com/peter-tharwat/dashboard
- Owner: peter-tharwat
- Created: 2021-11-04T09:13:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T17:09:25.000Z (3 months ago)
- Last Synced: 2025-01-11T17:05:11.207Z (12 days ago)
- Topics: laravel, laravel-framework
- Language: PHP
- Homepage:
- Size: 202 MB
- Stars: 337
- Watchers: 10
- Forks: 153
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# مزايا لوحة التحكم
- ✅ مهيئة للسيو بشكل تلقائي وذكي
- ✅ جاهزة لعرض اشعارات مع صور
- ✅ عرض التنبيهات بشكل لطيف
- ✅ عرض الأخطاء بشكل لحظي وتلقائي
- ✅ طريقة لعرض الصور باحترافية
- ✅ تدعم السحب والافلات
- ✅ الاشعارات في الوقت الفعلي
- ✅ أيقونات مدفوعة بشكل مجاني
- ✅ أفضل وأجمل الخطوط العربية
- ✅ اعدادات Robots جاهزة
- ✅ منشئ SiteMap تلقائي
- ✅ جاهزة للتحويل إلى تطبيق هاتف
- ✅ جميع الصفحات الأساسية وأكثر
- ✅ احصائيات رائعة في لوحة التحكم
- ✅ امكانية انشاء قوائم وتحديد أماكنها
- ✅ امكانية ترتيب الروابط داخل القوائم
- ✅ امكانية انشاء صفحات مخصصة
- ✅ نظام اعلانات جاهز
- ✅ مدونة متكاملة أقسام،مقالات ..
- ✅ نظام تحويل الروابط
- ✅ عربية بالكامل !
- ✅ محرر جميل مع امكانية رفع صور
- ✅ نظام مستخدمين ولهم صور
- ✅ متجاوبة بالكامل
- ✅ تستخدم آخر اصدار Laravel
- ✅ تستخدم آخر اصدار Bootstrap
- ✅ الاشعارات في الوقت الفعلي
- ✅ راصد الأخطاء الذكي
- ✅ نظام تتبع شامل
- ✅ اضافة حدود الزيارات لزيادة الحماية
- ✅ صفحات 404 مخصصة
- ✅ صفحات الدخول والتسجيل وغيرها
- ✅ نظام اعدادات الموقع
- ✅ جاهزة للدمج مع كلاود فلاير
- ✅ نظام متابعة ذكي
- ✅ نظام صلاحيات متقدم
- ✅ مرفق نماذج لصناعة الصفحات
- ✅ نظام التذاكر للتواصل معنا
- ✅ نظام Plugins جاهز لاضافة المزيد
- ✅ المزيد### Screenshots
![screenshots/25.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/25.jpg)
![screenshots/18.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/18.jpg)
![screenshots/19.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/19.jpg)
![screenshots/20.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/20.jpg)
![screenshots/24.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/24.jpg)
![screenshots/6.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/6.jpg)
![screenshots/7.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/7.jpg)
![screenshots/8.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/8.jpg)
![screenshots/9.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/9.jpg)
![screenshots/10.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/10.jpg)
![screenshots/11.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/11.jpg)
![screenshots/12.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/12.jpg)
![screenshots/13.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/13.jpg)
![screenshots/14.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/14.jpg)
![screenshots/15.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/15.jpg)
![screenshots/16.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/16.jpg)
![screenshots/17.jpg](https://raw.githubusercontent.com/peter-tharwat/dashboard/master/public/images/screenshots/17.jpg)
### How to setup
```bash
#dont forget to install
sudo apt-get install php-imagick
composer install
# copy .env.example to .env
cp .env.example .env
# generate security key , link storage file
php artisan key:generate
php artisan storage:link
# after connect your database via .env file
php artisan migrate:fresh
php artisan db:seed# dont forget to start queuing and run schedule on the background
php artisan queue:work && php artisan schedule:run
```### Credentials
```
login page :
email : [email protected]
password : password```
### Main Yield Sections
```jsx
@yield('styles')
@yield('content')
@yield('after-body')
@yield('scripts')
```### Notifications On Response
```jsx
// docs : https://github.com/mckenziearts/laravel-notifynotify()->info('content','title');
notify()->success('content','title');
notify()->error('content','title');
```### Notifications On Frontend
```jsx
// docs : https://github.com/CodeSeven/toastr
*****
You have To put alert in scripts section
// @yield('scripts')
*****
// Display a warning toast, with no title
toastr.warning('My name is Inigo Montoya. You killed my father, prepare to die!')// Display a success toast, with a title
toastr.success('Have fun storming the castle!', 'Miracle Max Says')// Display an error toast, with a title
toastr.error('I do not think that word means what you think it means.', 'Inconceivable!')// Immediately remove current toasts without using animation
toastr.remove()// Remove current toasts using animation
toastr.clear()// Override global options
toastr.success('We do have the Kapua suite available.', 'Turtle Bay Resort', {timeOut: 5000})
```### Notification to [ 'dashboard' , 'email' ]
```jsx
(new \MainHelper)->notify_user([
'user_id'=>2,
'message'=>"محتوى الإشعار" ,
'url'=>"http://example.com",
'methods'=>['database','mail']
]);
```### Editor with and without file-explorer
```jsx
```
### Fancybox
```jsx
/* Just Add this Tag To image *//* Every image inside this class "data-fancybox" will be converted to fancy */
```### License
The Laravel framework is open-sourced software licensed under the MIT license.