You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symfony Powerful Dashboard & Admin. Developed with **Symfony 5** framework.
7
+
Supported **PHP8 and Composer 2**
8
8
9
-
No changes were made to the symfony structure, the current directory structure is used. A custom namespace for Admin has been created. This field is used for all administrator operations.
9
+
Symfony Powerful Dashboard & Admin. Developed with **Symfony 5**, **Vue 3**, **Bootstrap 5** framework.
10
10
11
-
The interface is designed to be responsive using Twitter Bootstrap. The least possible dependency was tried to be used.
11
+
No changes were made to the symfony structure, the current directory structure is used. A custom namespace for Admin has been created. This field is used for all administrator operations.
12
+
13
+
The interface is designed to be responsive using Twitter Bootstrap. The least possible dependency was tried to be used.
12
14
13
15
Installation
14
16
--------------------
15
17
1. Download pdAdmin
16
18
```
17
-
composer create-project appaydin/pd-admin pdadmin
19
+
composer create-project appaydin/pd-admin pdadmin
18
20
```
19
21
2. Create and configure the `.env` file.
20
22
@@ -24,7 +26,7 @@ Installation
24
26
```
25
27
4. Run built-in web server
26
28
```
27
-
bin/console server:start
29
+
symfony server:start --no-tls
28
30
```
29
31
5. Install & Build assets
30
32
```
@@ -82,7 +84,7 @@ Clear the cache after changes to system settings, otherwise the new settings wil
82
84
For general settings, you can add it to __src/Admin/Forms/System/GeneralForm__
83
85
84
86
__Add New Menu to Settings__:
85
-
```php
87
+
```php
86
88
<?php
87
89
//src/Admin/Menu/SettingsMenu.php
88
90
@@ -98,42 +100,42 @@ class SettingsMenu extends Menu
Mail Manager is made as Symfony Mailer plugin. With Mailer, the log of all mail is stored.
130
-
In addition, it is a template manager. You can create custom templates (Email Template) for your posts and provide a compilation that includes submissions.
131
-
The Mail Template is multi-language supported. You can create templates for different languages.
132
-
Package installation __packages/pd_mailer.yaml__ located in the file.
131
+
Mail Manager is made as Symfony Mailer plugin. With Mailer, the log of all mail is stored.
132
+
In addition, it is a template manager. You can create custom templates (Email Template) for your posts and provide a compilation that includes submissions.
133
+
The Mail Template is multi-language supported. You can create templates for different languages.
134
+
Package installation __packages/pd_mailer.yaml__ located in the file.
133
135
For further information please contact [pd-mailer](https://github.com/appaydin/pd-mailer)
0 commit comments