13 May 2019

Build Simple Twitter Manager Apps - Part 1

Intro

Build Simple Twitter Manager Apps. Hello friends, this time I will try to make a documentation to make a simple application to log in with social media twitter can be called a twitter account manager. 

Points:


  • make the admin system login
  • make twitter apps
  • make a connection between the application and twitter apps
  • create application dashboards
  • create user data menu
  • create a tweet menu

Goals


  • can be used to store multiple user social twitter media
  • can be used to post automatic tweets and enter multiple related accounts

we will write in a number of sections, so prepare a cup of coffee to read it. :)

The first step

create a new project laravel.
In general, making a project with Laravel has 2 kinds of methods, namely:
1. With the command composer create project
2. Download laravel and install the cia cmd dependency
Let me explain the two methods above: Pay attention to the steps!

With the command composer create project

1. Make sure your PC / laptop is connected to the internet to do the installation.
2. Open cmd then move to directory C: \ Xampp \ htdocs.
3. If the apache and mysql services are opened in the start and start, it should be stopped first.

3. Next type the Command in the following command prompt for the latest version of Laravel installation, composer create project laravel-laravel name of project --prefer-dist please change (name-project) to your liking.

Second step

use the package crud-generator. You can read this post


okay, since time is very late. We will write the next tutorial in the next post. stay awake on our blog.

No comments: