https://github.com/bcakmakoglu/vite-lumen-starter
A Vite + Vue 3 + Lumen Starter template
https://github.com/bcakmakoglu/vite-lumen-starter
docker lumen php typescript vite vue vue3
Last synced: 4 months ago
JSON representation
A Vite + Vue 3 + Lumen Starter template
- Host: GitHub
- URL: https://github.com/bcakmakoglu/vite-lumen-starter
- Owner: bcakmakoglu
- License: mit
- Created: 2021-09-11T11:03:55.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-11T15:00:48.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T12:36:21.215Z (6 months ago)
- Topics: docker, lumen, php, typescript, vite, vue, vue3
- Language: PHP
- Homepage:
- Size: 64.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Vite-Lumen Starter Template
Add vite anywhere on your templates or app by using the `Vite` helper class.
For example add it into your bootstrap file like this:
```php
// Register main.ts file
$vite = $app->make(\App\Providers\Vite\Vite::class);
echo $vite('main.ts');
```## Vite
To properly get the app to work you should check the Vite.php file and modify it to your needs.
# ⚒️ Setup
Get started using the docker setup or check the Laravel Valet docs.```bash
$ docker-compose up --d
```
# LumenLaravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We
believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain
out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction,
queueing, and caching.## Official Documentation
Documentation for the framework can be found on the [Lumen website](https://lumen.laravel.com/docs).
## Contributing
Thank you for considering contributing to Lumen! The contribution guide can be found in
the [Laravel documentation](https://laravel.com/docs/contributions).## Security Vulnerabilities
If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at [email protected]. All
security vulnerabilities will be promptly addressed.## License
The Lumen framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).