4chan-Laravel icon indicating copy to clipboard operation
4chan-Laravel copied to clipboard

4chan clone written in Laravel

4chan-Laravel

===================

Mockup

A 4chan clone that is written in Laravel. Uses Twitter Bootstrap for front-end.

Getting Started

You need to have Laravel to run this site.

  • Create your .env file accordingly
  • You may need to update your config/database.php accordingly as well.
  • composer install
  • php artisan key:generate
  • php artisan migrate:refresh --seed
  • php artisan serve

And you're off! Not all features of 4chan have been implemented, but are in progress. Front-end will not look 100% like 4chan.org, but it will be fairly similar.