Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 0f11472

Browse files
author
Laravel Cameroon
committed
Merge branch 'master' of github.com:laravelcm/website
2 parents 34dd51d + 8160b70 commit 0f11472

17 files changed

+242
-6
lines changed

app/Providers/AppServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace App\Providers;
44

55
use Illuminate\Support\ServiceProvider;
6+
use Illuminate\Support\Facades\Schema;
67

78
class AppServiceProvider extends ServiceProvider
89
{
@@ -13,7 +14,7 @@ class AppServiceProvider extends ServiceProvider
1314
*/
1415
public function boot()
1516
{
16-
//
17+
Schema::defaultStringLength(191);
1718
}
1819

1920
/**

config/voyager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
|
200200
*/
201201

202-
'primary_color' => '#22A7F0',
202+
'primary_color' => '#00795d',
203203

204204
'show_dev_tips' => true, // Show development tip "How To Use:" in Menu and Settings
205205

12.9 KB
Loading
41.7 KB
Loading
11.7 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#00795d</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>
997 Bytes
Loading
1.77 KB
Loading

public/img/favicons/favicon.ico

14.7 KB
Binary file not shown.
8.95 KB
Loading

0 commit comments

Comments
 (0)