Skip to content

Commit 4dd65bf

Browse files
committed
updated for 4.0
1 parent 583c99f commit 4dd65bf

25 files changed

+13
-570
lines changed

.env-example

Lines changed: 0 additions & 6 deletions
This file was deleted.

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# Used primarily for adding files to the PYPI build that are not Python related.
2+
# These files could be HTML files or stub files that are not caught by the twine build.
3+
# The paths should be glob type paths like the example below:
4+
15
# include src/package/some/directory/*

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
## Learning Masonite
77

8-
Masonite strives to have extremely comprehensive documentation. All documentation can be [Found Here](https://masoniteframework.gitbooks.io/docs/content/) and would be wise to go through the tutorials there. If you find any discrepencies or anything that doesn't make sense, be sure to comment directly on the documentation to start a discussion!
8+
Masonite strives to have extremely comprehensive documentation. All documentation can be [Found Here](docs.masoniteproject.com) and would be wise to go through the tutorials there. If you find any discrepencies or anything that doesn't make sense, be sure to comment directly on the documentation to start a discussion!
99

10-
Also be sure to join the [Slack channel](https://masoniteframework.gitbooks.io/docs/content/)!
10+
Also be sure to join the [Discord Group](https://discord.gg/TwKeFahmPZ)!
1111

1212
## Setting up
1313

app/User.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/http/controllers/PackageController.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/http/middleware/AuthenticationMiddleware.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/http/middleware/CsrfMiddleware.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

app/http/middleware/LoadUserMiddleware.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

config/application.py

Lines changed: 0 additions & 91 deletions
This file was deleted.

config/auth.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

config/database.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

config/middleware.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

config/packages.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)