2017 © Pedro Peláez
 

project laravel

The demo project for learning of Laravel PHP Framework.

image

nojes/laravel

The demo project for learning of Laravel PHP Framework.

  • Wednesday, March 21, 2018
  • by nojes
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel

Build Status, (*1)

A demo project for learning of Laravel PHP Framework., (*2)

Installation Laravel

Via Laravel Installer

Download Laravel Installer:, (*3)

composer global require "laravel/installer"

Create new project:, (*4)

laravel new project-name
Via Composer
composer create-project --prefer-dist laravel/laravel project-name

Installation this project

From your console, run the following commands:, (*5)

git clone https://github.com/nojes/laravel.git
cd laravel
composer install
cp .env.example .env

or, (*6)

via composer:, (*7)

composer create-project --prefer-dist nojes/laravel=@dev laravel

Now modify .env with your details. These are the minimum settings that you need to fill in: - DB_CONNECTION, DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD, (*8)

After .env has been populated:, (*9)

php artisan key:generate
php artisan migrate

After install you may run the HTTP-server by serve Artisan command:, (*10)

php artisan serve

The Versions

21/03 2018

dev-master

9999999-dev

The demo project for learning of Laravel PHP Framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework learning

05/12 2017

dev-test-employees

dev-test-employees

The test project for learning of Laravel PHP Framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework learning