File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
APP_NAME = PhpSlides
2
- APP_VERSION = 1.3.5
2
+ APP_VERSION = 1.3.6
3
3
APP_ENV = development
4
4
APP_URL = http://localhost
5
5
JWT_SECRET =
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " ^8.2" ,
24
- "phpslides/framework" : " ^1.3.4 "
24
+ "phpslides/framework" : " ^1.3.5 "
25
25
},
26
26
"config" : {
27
27
"optimize-autoloader" : true ,
Original file line number Diff line number Diff line change 4
4
<html lang="en">
5
5
6
6
<head>
7
- <title>Dashboard | PhpSlides</title>
8
- <include path="components/Header" />
7
+ {{! include the Header.psl file !}}
8
+ <!INCLUDES path="components/Header" title="Dashboard | PhpSlides " />
9
9
10
10
<style>
11
11
.logo {
38
38
</head>
39
39
40
40
41
- <!-- View Contents Begins -->
41
+ {{! View Contents Begins !}}
42
42
43
43
<body>
44
44
<div class="container">
Original file line number Diff line number Diff line change
1
+ <title>{{ Props('title') }}</title>
1
2
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
2
3
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3
4
<meta name="title" content="PhpSlides | PHP Framework" />
6
7
<link rel="shortcut icon" href="{{ asset('Assets::Icon.png') }}" type="image/png" />
7
8
<link rel="icon" href="{{ asset('Assets::Icon.png') }}" type="image/png" />
8
9
9
- <!-- Internal Styling -->
10
+ {{! Internal Styling !}}
10
11
<style>
11
12
body {
12
13
margin: 0;
Original file line number Diff line number Diff line change 2
2
<html lang="en">
3
3
4
4
<head>
5
- <title>404 | Page Not Found</title>
6
- <!-- includes the Header.php file -->
7
- <!INCLUDES path="../components/Header" />
5
+ {{! include the Header.psl file !}}
6
+ <!INCLUDES path="../components/Header" title="404 | Page Not Found" />
8
7
9
8
<style>
10
9
h3.text {
You can’t perform that action at this time.
0 commit comments