/laratter

Proyecto de curso de laravel de platzi

Primary LanguagePHPMIT LicenseMIT

Laratter

Project developed during Platzi's Laravel course. simple web application made in PHP with Laravel

See Screenshot Laratter screenshot

You can see the spanish version of this README here

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have installed in your local machine:

  • NodeJS
  • PHP
  • Composer
  • Laravel

Installing

Clone this repository.

git clone git@github.com:HenryTabima/laratter.git

Go into the cloned repo folder

cd laratter

Install dependencies

npm install
composer install

Serve Project

Once in the project directory you can start it with:

php artisan serve

Then you can open the browser in http://localhost:8000

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Author

Henry Tabima Giraldo
Henry Tabima Giraldo

📖