How to Deploy laravel project to heroku
Video Link : https://youtu.be/7Nq_a2QiaHo
Home Page
Login Page
Dashboard Page
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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
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 )
3.Login your account
4.Run cron insatgram http://domain/cron
License
The Laravel framework is open-sourced software licensed under the MIT license.