https://github.com/backstagephp/laravel-static
https://github.com/backstagephp/laravel-static
backstage cache filament laravel php static
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/backstagephp/laravel-static
- Owner: backstagephp
- License: mit
- Created: 2022-10-01T10:34:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T21:46:11.000Z (11 months ago)
- Last Synced: 2025-02-27T02:50:02.986Z (11 months ago)
- Topics: backstage, cache, filament, laravel, php, static
- Language: PHP
- Homepage:
- Size: 80.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Build a static website with Laravel on the backend
[](https://packagist.org/packages/backstage/laravel-static)
[](https://github.com/backstagephp/laravel-static/actions/workflows/run-tests.yml)
[](https://github.com/backstagephp/laravel-static/actions/workflows/phpstan.yml)


[](https://packagist.org/packages/backstage/laravel-static)
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require backstage/laravel-static
```
You can publish and run the migrations with:
```bash
php artisan vendor:publish --tag="laravel-static-migrations"
php artisan migrate
```
You can publish the config file with:
```bash
php artisan vendor:publish --tag="laravel-static-config"
```
This is the contents of the published config file:
```php
return [
];
```
Optionally, you can publish the views using
```bash
php artisan vendor:publish --tag="laravel-static-views"
```
## Usage
```php
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Mark van Eijk](https://github.com/backstagephp)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.