Skip to content

Commit b7569d6

Browse files
committed
Initial commit
0 parents  commit b7569d6

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[![Packagist Version](https://img.shields.io/packagist/v/f9webltd/laravel-redirect-response-macros?style=flat-square)](https://packagist.org/packages/f9webltd/laravel-redirect-response-macros)
2+
[![Scrutinizer coverage (GitHub/BitBucket)](https://img.shields.io/scrutinizer/coverage/g/f9webltd/laravel-redirect-response-macros/master?style=flat-square)](https://scrutinizer-ci.com/g/f9webltd/laravel-redirect-response-macros/?branch=master)
3+
[![Scrutinizer code quality (GitHub/Bitbucket)](https://img.shields.io/scrutinizer/quality/g/f9webltd/laravel-redirect-response-macros?style=flat-square)](https://scrutinizer-ci.com/g/f9webltd/laravel-redirect-response-macros/?branch=master)
4+
![Travis (.org)](https://img.shields.io/travis/f9webltd/laravel-redirect-response-macros?style=flat-square)
5+
[![StyleCI Status](https://github.styleci.io/repos/278581318/shield)](https://github.styleci.io/repos/278581318)
6+
[![Packagist License](https://img.shields.io/packagist/l/f9webltd/laravel-redirect-response-macros?style=flat-square)](https://packagist.org/packages/f9webltd/laravel-redirect-response-macros)
7+
8+
# Laravel Redirect Response Macros
9+
10+
Some super useful redirect response macros to simplify your Laravel application.
11+
12+
## Requirements
13+
14+
PHP >= 7.2, Laravel >= 5.8.
15+
16+
## Installation
17+
18+
``` bash
19+
composer require f9webltd/laravel-redirect-response-macros
20+
```
21+
22+
The package will automatically register itself.
23+
24+
Optionally publish language files by running: `php artisan vendor:publish` and selecting the appropriate package.
25+
26+
## Documentation
27+
28+
To follow ...
29+
30+
## Contribution
31+
32+
Any ideas are welcome. Feel free to submit any issues or pull requests.
33+
34+
## Testing
35+
36+
``` bash
37+
composer test
38+
```
39+
40+
## Security
41+
42+
If you discover any security related issues, please email rob@f9web.co.uk instead of using the issue tracker.
43+
44+
## Credits
45+
46+
- [Rob Allport](https://github.com/ultrono) for [F9 Web Ltd.](https://www.f9web.co.uk)
47+
48+
## License
49+
50+
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 commit comments

Comments
 (0)