https://github.com/relliv/accounter-filament
https://github.com/relliv/accounter-filament
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/relliv/accounter-filament
- Owner: relliv
- License: mit
- Created: 2023-12-26T00:33:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T22:18:37.000Z (over 1 year ago)
- Last Synced: 2025-01-04T07:57:51.302Z (5 months ago)
- Language: PHP
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laravel-starter
[](https://github.com/laravel-ready/laravel-starter)
Ready to use empty laravel starter project template. It has a simple and clean project structure with many features for development and debugging. When you decide to won't use some tools you can remove them quickly, then you can continue to develop.
## Installation
Create the project with composer:
```bash
composer create-project laravel-ready/laravel-starter {project_name} --stability=dev
```> [!WARNING]
> After installation, if you are using VS Code editor CLI, you need to restart with the `F1` > `Reload Window` command. This is required for indexing and plugin activation.## To sync with template repo
Run this command
```
git remote add template https://github.com/laravel-ready/laravel-starter
git fetch --all
git merge template/main --allow-unrelated-histories
```## Documentation
You can find the documentation **[here](./DOCS.md).**
Photo by Sebastian Svenson on Unsplash