Skip to content

Commit 2bd0d7a

Browse files
committed
Updated to version 1.2.1 pre-release
- Fix Error and Bugs in `slides_include()` - Make `<? ?>` slides php tag to be more effective. - `@view` in the slides php tag are now `deprecated` at version 1.2.1 pre-release and latest. - Make all the `<include !/>` elements be more effective - All <include !/>` elements will be replaced with `slides_include()` - Added Short Icon - Updated Short Icon url in `Header.php` - Arrange styles in `App.css` to `Header.php` - Now auto generating `bin` folder with the files in `App` directory. - Can now define a constant in `web.php` and use it in `api.php` which is available from version 1.2.1 and upcoming latest versions. - From version 1.2.1 can no longer use the same class namespace for routes and api. - Make `ApiController.php` to accept `integer` as it's method parameter and `string` types are now `deprecated`. - `ApiController.php` method parameter now accepts interger constant.
1 parent 51879a0 commit 2bd0d7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.env

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ APP_SERVER = 'localhost'
66
DB_USER = 'root'
77
DB_PASS = 'root'
88
DB_HOST = 'localhost'
9-
DB_BASE = 'php_slides'
10-
11-
## MAILER INFO
9+
DB_BASE = 'php_slides'

0 commit comments

Comments
 (0)