https://github.com/laravel-frontend-presets/skeleton
A skeleton repository to help users to create their own presets.
https://github.com/laravel-frontend-presets/skeleton
laravel laravel-frontend-presets presets skeleton
Last synced: 3 months ago
JSON representation
A skeleton repository to help users to create their own presets.
- Host: GitHub
- URL: https://github.com/laravel-frontend-presets/skeleton
- Owner: laravel-frontend-presets
- Created: 2017-09-06T15:29:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T16:35:55.000Z (about 5 years ago)
- Last Synced: 2025-03-22T06:27:28.718Z (3 months ago)
- Topics: laravel, laravel-frontend-presets, presets, skeleton
- Language: PHP
- Homepage: https://laravel-frontend-presets.github.io
- Size: 4.88 KB
- Stars: 13
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Use this repo as a skeleton for your new preset, once you're done please open an issue on [this repo](https://github.com/laravel-frontend-presets/internals).
Here's the latest documentation on Laravel 5.5:
https://laravel.com/docs/master/
# A Boilerplate repo for presets
This package makes it easy to use [:preset-name](:link-to-website) with Laravel 5.5+.
**Note:** Replace ```:preset-name```, ```:link-to-website```, ```:author-name``` and ```:author-username``` on this file, and then delete this line.
**Note:** Make sure you replace all the instances of the word ```skeleton``` or ```Skeleton``` on this file, the `composer.json` file and on the `src/` folder, and to rename the files. You can delete this line after.
This is where your description should go. Add a little code example so build can understand real quick how the package can be used. Try and limit it to a paragraph or two.
## Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)## Installation
To install this preset on your laravel application, simply run:
``` bash
composer require laravel-frontend-presets/skeleton
```## Contributing
Please check our contributing rules in [our website](https://laravel-frontend-presets.github.io) for details.
## Credits
- [:author_name](https://github.com/:author_username)
- [All Contributors](../../contributors)## License
The MIT License (MIT).