Skip to content

bdelespierre/laravel-like-demo

Repository files navigation

Simple Laravel Like System - Demo Project

Read the article

This repository is a demo project that demonstrates an implementation for a simple "Like" system with Laravel out of the box.

Requirements

Get it to run

Very easy my friend, just hit bash and copy/paste this:

# clone the project
git clone https://github.com/bdelespierre/laravel-like-demo

# move into the project
cd laravel-like-demo

# install composer dependencies
composer install

# copy the .env
cp .env.example .env

# make a key
php artisan key:generate

# create an empty database
touch database/database.sqlite

# setup the database
php artisan migrate

# start the server (CTRL+C to stop)
php artisan serve

Then hit http://localhost:8000 and you're good to go 👍

Have a question?

DM or Tweet.

About

Simple Laravel Like System - Demo Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published