Skip to content

Commit

Permalink
Hyde Wizard: The Tale of Zoe – From Doodler to Best-Seller with HydePHP
Browse files Browse the repository at this point in the history
  • Loading branch information
melasistema committed Jan 7, 2025
0 parents commit 85908fb
Show file tree
Hide file tree
Showing 129 changed files with 68,981 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* text=auto eol=lf

*.blade.php diff=html
*.css diff=css
*.html diff=html
*.md diff=markdown
*.php diff=php

.github/ export-ignore
tests/ export-ignore
CHANGELOG.md export-ignore
LICENSE.md export-ignore
SECURITY.md export-ignore
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/vendor
/node_modules
/builds
/.idea
/.vscode
/.vagrant
/.cache
.phpunit.result.cache

.env

# /_site
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2025 Luca Visciola

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
81 changes: 81 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@

# 🌟 Hyde Wizard: The Tale of Zoe – From Doodler to Best-Seller with HydePHP

🌐 **Live Website:** [Zoe's Magical Website](https://hydewizard.melasistema.com)

Welcome to the Hyde Wizard repository! This magical project brings to life *The Tale of Zoe: From Doodler to Best-Seller*, a whimsical journey of creativity and web development powered by [HydePHP](https://hydephp.com).

The original tutorial can be found on the [HydePHP Layouts Manager Blog](https://hydephp.melasistema.com/posts/the-tale-of-zoe-from-doodler-to-best-seller-with-hyde-php.html), lovingly crafted by [Melasistema](https://github.com/melasistema) with [HydePHP](https://hydephp.com) and [HydePHP Layouts Manager](https://github.com/melasistema/hydephp-layouts-manager)

---

## 🛠 Getting Started

### 📋 Prerequisites

This project is built on **[HydePHP](https://hydephp.com)** `^1.7` and utilizes the **[HydePHP Layouts Manager](https://github.com/melasistema/hydephp-layouts-manager/releases/tag/0.2.0)** `^0.2`.
Ensure you have the following installed:
- [Composer](https://getcomposer.org)
- [Node.js](https://nodejs.org)

### 🚀 Installation

1. **Clone the repository:**
```bash
git clone git@github.com:melasistema/hyde-wizard.git
```

2. **Install dependencies:**

```bash
composer install
npm install
```

3. **Compile assets and serve the site:**

```bash
npm run dev
php hyde serve
```

4. **Access the site:**
Open your browser and navigate to `http://localhost:8080`.

5. **Explore and enjoy!**
Harness the power of the [HydePHP Layouts Manager](https://hydephp.melasistema.com) to customize layouts, styles, and more!

----------

## 🎨 Credits and Attributions

### ✨ Author

Crafted with passion and creativity by [Luca Visciola](https://github.com/melasistema).

### 📷 Images

- Vector lines by [carterart](https://www.vecteezy.com/members/carterart)
- Featured images:
- `openart-image_kMioZmLj_1735736644983_raw.jpg`
- `openart-image_lyO1mEOD_1735737001669_raw.jpg`

----------

## 🙌 Special Thanks

A heartfelt thank you to **[Caen De Silva](https://github.com/caendesilva)**, the brilliant creator of [HydePHP](https://hydephp.com), for enabling this magical journey.

If you enjoy this project, consider starring or contributing to the **[HydePHP Layouts Manager](https://github.com/melasistema/hydephp-layouts-manager)** repository to help keep the magic alive! ✨

----------

## 🚨 Need Help? Found an Issue?

If you encounter any issues with the tutorial steps or notice something that needs fixing, please feel free to submit an issue on [GitHub](https://github.com/melasistema/hyde-wizard/issues). Your feedback helps us improve and ensures the tutorial remains magical for everyone! 💫

----------

## 📜 License

This project is licensed under the MIT License. See the [LICENSE.md](LICENSE.md) file for details.
Empty file added _docs/.gitkeep
Empty file.
Loading

0 comments on commit 85908fb

Please sign in to comment.