Skip to content

Latest commit

 

History

History
executable file
·
34 lines (17 loc) · 691 Bytes

README.md

File metadata and controls

executable file
·
34 lines (17 loc) · 691 Bytes

Good For Laravel Lerner: How to install

Installation

Clone the repository form github and use follwoing command

composer install

php artisan key:generate

php artisan migrate:fresh

php artisan tinker

Inside tinker, use following command:

App\Models\Post::factory(20)->create()

And see all contents

You can register as admin as well as general user for comment.

For admin user please go to App\Providers\AppServiceProviders.php, You can change the admin name: puspjoshi to your username

Mailchimp

if mailchimp does not work please add following in .env file

MAILCHIMP_KEY=

MAILCHIMP_SERVER=

MAILCHIMP_LIST=