laravel-typescript
No description available.
File Explorer
Download Latest Version (.zip)- config.yml
- run-tests.yml
- CONTRIBUTING.md
- FUNDING.yml
- SECURITY.md
- typescript.php
- TypeScriptGenerateCommand.php
- Generator.php
- TypeScriptProperty.php
- TypeScriptType.php
- AbstractGenerator.php
- ModelGenerator.php
- RequestGenerator.php
- TypeScriptGenerator.php
- TypeScriptServiceProvider.php
- Category.php
- Feature.php
- helpers.php
- Product.php
- GeneratorTest.php
- TestCase.php
- .editorconfig
- .gitattributes
- .gitignore
- .php_cs.dist.php
- composer.json
- LICENSE.md
- phpstan.neon.dist
- phpunit.xml.dist
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/lepikhinb/laravel-typescript
Downloads the entire project code from GitHub to your computer.
cd laravel-typescript
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require based/laravel-typescript
Type this command into your terminal and run it.
// load namespaces from composer's `dev-autoload`
Type this command into your terminal and run it.
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)
