-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-> Update readme
- Loading branch information
Showing
1 changed file
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
# Framework | ||
# MythicalFramework | ||
|
||
The core framework for our projects ;) | ||
One of the best frameworks to start learning php <3 | ||
|
||
For devs that want to modify the frontend using tailwind css make sure you build the frontend first :) | ||
## Support | ||
Donations: | ||
- [GitHub](https://github.com/sponsors/nayskutzu/) | ||
- [PayPal](https://paypal.me/nayskutzu) | ||
- [Discord](https://discord.mythicalsystems.xyz) (Joining the server also helps <3) | ||
- [Star](https://github.com/MythicalLTD/Framework) (Consider staring this repo!) | ||
|
||
```bash | ||
# Clean old build files | ||
composer run frontend:clear | ||
# Download the dependency's (Requires NodeJS) | ||
composer run frontend:install:dependency | ||
# Build the new frontend | ||
composer run frontend:build | ||
## Repository Activity | ||
|
||
# Or you can also use watch to watch the changes live! | ||
composer run frontend:watch | ||
``` | ||
 | ||
|
||
*Copyright MythicalSystems LTD® 2020-2024* |