plan-craft
Transforming Laravel Plans Management. Break free from conventional database storage constraints.
File Explorer
Download Latest Version (.zip)- bug.yml
- config.yml
- dependabot-auto-merge.yml
- deploy.yml
- fix-php-code-style-issues.yml
- run-tests.yml
- update-changelog.yml
- dependabot.yml
- FUNDING.yml
- PlanFactory.php
- 2023_08_12_000000_create_plans_table.php
- custom.css
- index.js
- config.mjs
- demo.md
- get-started.md
- cancel-subscription.md
- middleware.md
- show-plans.md
- subscribe.md
- switch-plan.md
- define-plans.md
- installation.md
- introduction.md
- billing.png
- create.png
- dashboard.png
- hero.png
- hero.webp
- logo-large.svg
- logo-mini.svg
- can-access-feature.md
- check-eligibility.md
- create.md
- current-plan.md
- delete-plan.md
- has-active-plan.md
- has-plan.md
- switch-plan.md
- usage.md
- index.md
- package-lock.json
- package.json
- core.blade.php
- SKILL.md
- InstallCommand.php
- PlanCraft.php
- Plan.php
- HasPlan.php
- Plan.php
- PlanCraft.php
- PlanCraftServiceProvider.php
- PlanCraftServiceProvider.stub
- InstallCommandTest.php
- Plan.php
- User.php
- PlanCraftServiceProvider.php
- PlanFactory.php
- UserFactory.php
- 2014_10_12_000000_create_users_table.php
- 2023_08_12_000000_create_plans_table.php
- HasPlanTest.php
- ArchTest.php
- Pest.php
- PlanCraftTest.php
- PlanTest.php
- TestCase.php
- .editorconfig
- .gitattributes
- .gitignore
- CHANGELOG.md
- composer.json
- CONTRIBUTING.md
- LICENSE.md
- phpunit.xml.dist
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/realrashid/plan-craft
Downloads the entire project code from GitHub to your computer.
cd plan-craft
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer test
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
