Skip to content

anandhashok/instagram-feed-liker-laravel

Repository files navigation

How to Deploy laravel project to heroku

Video Link : https://youtu.be/7Nq_a2QiaHo

Home Page

Login Page

Dashboard Page

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Set up localhost

Setup Composer "composer install" - command

1.Configure .env file ( set your database )

2.Migrate (php artisan migrate )

3.Run Server (php artisan serve)

4.Login your insatgram account

4.Cron command ( php artisan schedule:run )

Set up Instabot Feed Liker Cpanel

1.Upload Script and Configure .env file (database) and chang app url (website url)

DB_CONNECTION=mysql

DB_HOST=localhost

DB_PORT=3306

DB_DATABASE=ig (db name )

DB_USERNAME=root (db username)

DB_PASSWORD=pass ( db password )

2.Download Database file.

Download full script .

3.Login your account

4.Run cron insatgram http://domain/cron

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published