An open API service indexing awesome lists of open source software.

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.

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).