Skip to content

Commit 9e65606

Browse files
author
Roman Kinyakin
committed
Update composer and readme
1 parent 2a7d04d commit 9e65606

File tree

2 files changed

+10
-27
lines changed

2 files changed

+10
-27
lines changed

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "laravel/laravel",
3-
"description": "The Laravel Framework.",
4-
"keywords": ["framework", "laravel"],
2+
"name": "minors/laravel-spark",
3+
"description": "The Laravel Spark project installation.",
4+
"keywords": ["framework", "laravel", "stripe", "spark"],
55
"license": "MIT",
66
"type": "project",
77
"require": {
@@ -40,10 +40,12 @@
4040
"php artisan key:generate"
4141
],
4242
"post-install-cmd": [
43-
"Illuminate\\Foundation\\ComposerScripts::postInstall"
43+
"Illuminate\\Foundation\\ComposerScripts::postInstall",
44+
"php artisan optimize"
4445
],
4546
"post-update-cmd": [
46-
"Illuminate\\Foundation\\ComposerScripts::postUpdate"
47+
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
48+
"php artisan optimize"
4749
]
4850
},
4951
"config": {

readme.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,7 @@
1-
# Laravel PHP Framework
1+
# Spark-based Laravel installation
22

3-
[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework)
4-
[![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.svg)](https://packagist.org/packages/laravel/framework)
5-
[![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework)
6-
[![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework)
7-
[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)
8-
9-
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.
10-
11-
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
12-
13-
## Official Documentation
14-
15-
Documentation for the framework can be found on the [Laravel website](http://laravel.com/docs).
16-
17-
## Contributing
18-
19-
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](http://laravel.com/docs/contributions).
20-
21-
## Security Vulnerabilities
22-
23-
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.
3+
Since `laravel/spark` is not free anymore and cannot be installed or updated with `composer`, you can use this basic
4+
installation of Laravel 5.2 with all Spark code integrated in it.
245

256
## License
267

0 commit comments

Comments
 (0)