Skip to content

Commit

Permalink
Procfile for Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
toshikisugiyama committed Dec 10, 2020
1 parent e7bd109 commit 469d80a
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 13,034 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: vendor/bin/heroku-php-apache2 public/
3 changes: 2 additions & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace App\Providers;

use Illuminate\Support\Facades\Schema;
use Illuminate\Support\ServiceProvider;

class AppServiceProvider extends ServiceProvider
Expand All @@ -23,6 +24,6 @@ public function register()
*/
public function boot()
{
//
Schema::defaultStringLength(191);
}
}
Loading

0 comments on commit 469d80a

Please sign in to comment.