Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiaanluca/laravel-presets
THIS PACKAGE HAS BEEN DEPRECATED — Various plug-and-play presets to scaffold your existing project.
https://github.com/sebastiaanluca/laravel-presets
laravel preset scaffold setup
Last synced: 3 months ago
JSON representation
THIS PACKAGE HAS BEEN DEPRECATED — Various plug-and-play presets to scaffold your existing project.
- Host: GitHub
- URL: https://github.com/sebastiaanluca/laravel-presets
- Owner: sebastiaanluca
- License: mit
- Archived: true
- Created: 2019-09-16T16:31:43.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2019-11-05T22:29:11.000Z (about 5 years ago)
- Last Synced: 2024-07-19T02:16:18.374Z (4 months ago)
- Topics: laravel, preset, scaffold, setup
- Language: PHP
- Homepage: https://www.sebastiaanluca.com
- Size: 121 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Laravel Preset
[![Latest stable release][version-badge]][link-packagist]
[![Software license][license-badge]](LICENSE.md)
[![Build status][travis-badge]][link-travis]
[![Total downloads][downloads-badge]][link-packagist]
[![Total stars][stars-badge]][link-github][![Read my blog][blog-link-badge]][link-blog]
[![View my other packages and projects][packages-link-badge]][link-packages]
[![Follow @sebastiaanluca on Twitter][twitter-profile-badge]][link-twitter]
[![Share this package on Twitter][twitter-share-badge]][link-twitter-share]__An opinionated preset for your Laravel applications.__
## Requirements
- PHP 7.3 or higher
- Laravel 6.0 or higherLooking for support for earlier versions? Try out any of the previous package versions.
## Installation
**Note:** you should run this on a fresh installation of Laravel.
You can install the package via composer:
```bash
composer require --dev sebastiaanluca/laravel-presets
```## Usage
```bash
php artisan preset sebastiaanluca:api
php artisan preset sebastiaanluca:auth
```## License
This package operates under the MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Testing
``` bash
composer install
composer test
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Security
If you discover any security related issues, please email [[email protected]][link-author-email] instead of using the issue tracker.
## Credits
- [Sebastiaan Luca][link-github-profile]
- [All Contributors][link-contributors]## About
My name is Sebastiaan and I'm a freelance Laravel developer specializing in building custom Laravel applications. Check out my [portfolio][link-portfolio] for more information, [my blog][link-blog] for the latest tips and tricks, and my other [packages][link-packages] to kick-start your next project.
Have a project that could use some guidance? Send me an e-mail at [[email protected]][link-author-email]!
[version-badge]: https://img.shields.io/packagist/v/sebastiaanluca/laravel-presets.svg?label=stable
[license-badge]: https://img.shields.io/badge/license-MIT-informational.svg
[travis-badge]: https://img.shields.io/travis/sebastiaanluca/laravel-presets/master.svg
[downloads-badge]: https://img.shields.io/packagist/dt/sebastiaanluca/laravel-presets.svg?color=brightgreen
[stars-badge]: https://img.shields.io/github/stars/sebastiaanluca/laravel-presets.svg?color=brightgreen[blog-link-badge]: https://img.shields.io/badge/link-blog-lightgrey.svg
[packages-link-badge]: https://img.shields.io/badge/link-other_packages-lightgrey.svg
[twitter-profile-badge]: https://img.shields.io/twitter/follow/sebastiaanluca.svg?style=social
[twitter-share-badge]: https://img.shields.io/twitter/url/http/shields.io.svg?style=social[link-github]: https://github.com/sebastiaanluca/laravel-presets
[link-packagist]: https://packagist.org/packages/sebastiaanluca/laravel-presets
[link-travis]: https://travis-ci.org/sebastiaanluca/laravel-presets
[link-contributors]: ../../contributors[link-portfolio]: https://www.sebastiaanluca.com
[link-blog]: https://blog.sebastiaanluca.com
[link-packages]: https://packagist.org/packages/sebastiaanluca
[link-twitter]: https://twitter.com/sebastiaanluca
[link-twitter-share]: https://twitter.com/home?status=https%3A//github.com/sebastiaanluca/laravel-presets%20via%20%40sebastiaanluca
[link-github-profile]: https://github.com/sebastiaanluca
[link-author-email]: mailto:[email protected]