File tree 4 files changed +7
-990
lines changed
4 files changed +7
-990
lines changed Original file line number Diff line number Diff line change 1
1
.idea /
2
2
vendor /
3
- .DS_Store
3
+ .DS_Store
4
+ composer.lock
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ $ composer require buildcode/laravel-database-emails
16
16
If you're running Laravel 5.5 or later you may skip this step. Add the service provider to your application.
17
17
18
18
``` php
19
- Buildcode\LaravelGhost \LaravelDatabaseEmailsServiceProvider::class,
19
+ Buildcode\LaravelDatabaseEmails \LaravelDatabaseEmailsServiceProvider::class,
20
20
```
21
21
22
22
Publish the configuration file.
23
23
24
24
``` bash
25
- $ php artisan vendor:publish --provider=Buildcode\\ LaravelGhost \\ LaravelDatabaseEmailsServiceProvider
25
+ $ php artisan vendor:publish --provider=Buildcode\\ LaravelDatabaseEmails \\ LaravelDatabaseEmailsServiceProvider
26
26
```
27
27
28
28
Create the e-mails database table migration.
Original file line number Diff line number Diff line change 2
2
"name" : " buildcode/laravel-database-emails" ,
3
3
"description" : " Store and send e-mails using the database" ,
4
4
"license" : " MIT" ,
5
- "version" : " 1.0.0" ,
6
5
"authors" : [
7
6
{
8
7
"name" : " Marick van Tuil" ,
9
8
10
9
}
11
10
],
12
11
"require" : {
13
- "illuminate/database" : " ^5.4 " ,
14
- "illuminate/console" : " ^5.4 " ,
15
- "illuminate/validation" : " ^5.4 "
12
+ "illuminate/database" : " ^5.2 " ,
13
+ "illuminate/console" : " ^5.2 " ,
14
+ "illuminate/validation" : " ^5.2 "
16
15
},
17
16
"autoload" : {
18
17
"psr-4" : {
You can’t perform that action at this time.
0 commit comments