create-prisma-php-app 1.25.1 → 1.25.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +20 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,20 +1,22 @@
1
1
  # Create Prisma PHP App
2
2
 
3
- Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM
3
+ 🚀 Launch Your Next-Level PHP Project with Prisma PHP
4
+
5
+ **Prisma PHP**: A Cutting-Edge Framework Merging PHP's Power with Prisma's ORM Excellence
4
6
 
5
7
  ## Introduction
6
8
 
7
- `create-prisma-php-app` is an innovative command-line tool designed to seamlessly integrate PHP with Prisma ORM. This tool stands out by offering a unique combination of PHP's robust server-side capabilities with Prisma's modern ORM features. Whether you're building a small project or a large-scale application, `create-prisma-php-app` provides the tools and flexibility needed to elevate your development experience.
9
+ `create-prisma-php-app` is a groundbreaking command-line tool designed to empower PHP developers with the modern ORM capabilities of Prisma. With this tool, you’ll be able to harness the full potential of PHP’s server-side robustness alongside Prisma’s cutting-edge database management. Whether you’re working on small-scale projects or building complex, enterprise-level applications, `create-prisma-php-app` offers unmatched flexibility and ease to elevate your development experience.
8
10
 
9
- ## Interactive
11
+ ## Quick Start
10
12
 
11
- You can create a new Prisma-PHP project interactively by running the command:
13
+ Creating a new Prisma PHP project is just one command away! Get started by running the following command in your terminal:
12
14
 
13
15
  ```bash
14
16
  npx create-prisma-php-app@latest
15
17
  ```
16
18
 
17
- You will be asked for the project name, and then if you want to include Tailwind CSS and other features.
19
+ This interactive process will prompt you for key setup options, including Tailwind CSS integration and other essential features.
18
20
 
19
21
  ```bash
20
22
  ✔ Would you like to use Tailwind CSS? … No / Yes
@@ -22,26 +24,28 @@ You will be asked for the project name, and then if you want to include Tailwind
22
24
 
23
25
  Select "Yes" to include Tailwind CSS in your project.
24
26
 
25
- ## Complete documentation is available at [Prisma PHP](https://prismaphp.tsnc.tech/) website
27
+ ## 📚 Documentation
28
+
29
+ For comprehensive guides and full documentation, visit the [Prisma PHP](https://prismaphp.tsnc.tech/) website
26
30
 
27
- ## Video Tutorial
31
+ ## 🎥 Video Tutorial
28
32
 
29
- For a step-by-step guide on how to use `create-prisma-php-app`, watch the following video:
33
+ Prefer a visual walkthrough? Check out our video series for a step-by-step guide on how to use `create-prisma-php-app`:
30
34
 
31
- [Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM](https://www.youtube.com/playlist?list=PLS-62wu4j8sS0Ia7ZkWHQ41W85Ice85PA)
35
+ [Watch the Prisma PHP Video Series](https://www.youtube.com/playlist?list=PLS-62wu4j8sS0Ia7ZkWHQ41W85Ice85PA)
32
36
 
33
- ## Contributing
37
+ ## 💡 Contributing
34
38
 
35
- Contributions to `create-prisma-php-app` are welcome. If you have any suggestions, bug reports, or pull requests, feel free to open an issue or submit a pull request on the repository.
39
+ We welcome contributions to improve `create-prisma-php-app`. If you have ideas, found bugs, or want to make improvements, feel free to open an issue or submit a pull request on the repository.
36
40
 
37
- ## License
41
+ ## 📄 License
38
42
 
39
43
  `create-prisma-php-app` is under the MIT License. See LICENSE for details.
40
44
 
41
- ## Author
45
+ ## 👤 Author
42
46
 
43
- `create-prisma-php-app` is developed and maintained by [The Steel Ninja Code](https://thesteelninjacode.com/).
47
+ This project is developed and maintained by [The Steel Ninja Code](https://thesteelninjacode.com/), continuously pushing the boundaries of PHP development.
44
48
 
45
- ## Contact Us
49
+ ## 📧 Contact Us
46
50
 
47
- For support, feedback, or inquiries, contact us at [thesteelninjacode@gmail.com](mailto:thesteelninjacode@gmail.com)
51
+ Got questions or feedback? Reach out to us at [thesteelninjacode@gmail.com](mailto:thesteelninjacode@gmail.com). We’d love to hear from you!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.25.1",
3
+ "version": "1.25.2",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",