Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravel-ready/laravel-starter
Batteries included ready to use laravel starter project template.
https://github.com/laravel-ready/laravel-starter
bootstrap bootstrap5 laravel laravel-starter laravel-starter-template php starter starter-kit starter-project starter-template tailwind tailwind-css
Last synced: 3 months ago
JSON representation
Batteries included ready to use laravel starter project template.
- Host: GitHub
- URL: https://github.com/laravel-ready/laravel-starter
- Owner: laravel-ready
- License: mit
- Created: 2022-05-12T20:21:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T04:11:10.000Z (7 months ago)
- Last Synced: 2024-05-29T04:14:11.261Z (7 months ago)
- Topics: bootstrap, bootstrap5, laravel, laravel-starter, laravel-starter-template, php, starter, starter-kit, starter-project, starter-template, tailwind, tailwind-css
- Language: PHP
- Homepage:
- Size: 2.95 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laravel-starter
[![laravel-starter](https://preview.dragon-code.pro/laravel-ready/laravel-starter.svg?brand=laravel)](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` (or `Command` + `P`, or `fn` + `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