File tree Expand file tree Collapse file tree 4 files changed +7
-990
lines changed Expand file tree Collapse file tree 4 files changed +7
-990
lines changed Original file line number Diff line number Diff line change 11.idea /
22vendor /
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
1616If you're running Laravel 5.5 or later you may skip this step. Add the service provider to your application.
1717
1818``` php
19- Buildcode\LaravelGhost \LaravelDatabaseEmailsServiceProvider::class,
19+ Buildcode\LaravelDatabaseEmails \LaravelDatabaseEmailsServiceProvider::class,
2020```
2121
2222Publish the configuration file.
2323
2424``` bash
25- $ php artisan vendor:publish --provider=Buildcode\\ LaravelGhost \\ LaravelDatabaseEmailsServiceProvider
25+ $ php artisan vendor:publish --provider=Buildcode\\ LaravelDatabaseEmails \\ LaravelDatabaseEmailsServiceProvider
2626```
2727
2828Create the e-mails database table migration.
Original file line number Diff line number Diff line change 22 "name" : " buildcode/laravel-database-emails" ,
33 "description" : " Store and send e-mails using the database" ,
44 "license" : " MIT" ,
5- "version" : " 1.0.0" ,
65 "authors" : [
76 {
87 "name" : " Marick van Tuil" ,
98 "email" : " info@marickvantuil.nl"
109 }
1110 ],
1211 "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 "
1615 },
1716 "autoload" : {
1817 "psr-4" : {
You can’t perform that action at this time.
0 commit comments