https://github.com/rawilk/skeleton-laravel
A skeleton repository for new Laravel projects.
https://github.com/rawilk/skeleton-laravel
Last synced: 2 months ago
JSON representation
A skeleton repository for new Laravel projects.
- Host: GitHub
- URL: https://github.com/rawilk/skeleton-laravel
- Owner: rawilk
- License: mit
- Created: 2021-09-21T17:57:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T19:19:33.000Z (about 4 years ago)
- Last Synced: 2025-11-30T06:54:14.870Z (8 months ago)
- Language: PHP
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# :project_name
---
This repo can be used to scaffold a new Laravel project. Follow these steps to get started:
1. Press the `Use template` button at the top of this repo to create a new repo with the contents of this skeleton.
2. Run `./configure-skeleton.sh` to run the script that will replace all placeholders throughout all the files.
3. Remove this block of text.
---
:project_description
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security
Please review [my security policy](.github/SECURITY.md) on how to report security vulnerabilities.
## Credits
- [:author_name](https://github.com/:author_username)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.