2017 © Pedro Peláez
 

library my-beginning-project-of-laravel-5

My beginning project of Laravel 5

image

chewei05/my-beginning-project-of-laravel-5

My beginning project of Laravel 5

  • Wednesday, August 2, 2017
  • by chewei05
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

My-Beginning-Project-of-Laravel-5

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

This is a beginning project of Laravel 5. This package will install a lots of package via composer, and setting up configuration automatically. Like service providers and aliases in config\app.php., (*2)

Installation

Open web directory of your web servers in terminal(CLI), and follow the following steps., (*3)

  1. Install Laravel composer create-project laravel/laravel MyProjectFolder
  2. Change directory to your laravel project folder. cd MyProjectFolder
  3. Install this package composer require chewei05/my-beginning-project-of-laravel-5 dev-master
  4. Run automatic setup php vendor\chewei05\my-beginning-project-of-laravel-5\src\setup.php
  5. Done.

Warning

This package maybe destroy your project, uses it in your beginning project., (*4)

The Versions