/SocialNetworkTimeline

A simple example of a timeline using Laravel and adminLTE

Primary LanguagePHPApache License 2.0Apache-2.0

Social Network Timeline

Simple repository with laravel integrate with AdminLTE 2 simulating a social network timeline

Passo a passo
  1. Clone the repository;

  2. Create a file with the name: .env;

  3. Copy all the content from .env.example to .env;

  4. Run: composer install;

  5. Run: php artisan key:generate;

  6. Configure the file .env;

Example:


DB_DATABASE=your_database_name

DB_USERNAME=your_username

DB_PASSWORD=your_password

  1. Run: php artisan migrate --seed;

  2. Run: php artisan serve;

  3. Acess the URL;