chewei05 / My-Beginning-Project-of-Laravel-5 by chewei05

My beginning project of Laravel 5
48
0
2
Package Data
Maintainer Username: chewei05
Maintainer Contact: cheweihu@users.noreply.github.com (Chewei Hu)
Package Create Date: 2017-08-02
Package Last Update: 2019-11-13
Language: PHP
License: MIT
Last Refreshed: 2025-02-06 03:05:21
Package Statistics
Total Downloads: 48
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

My-Beginning-Project-of-Laravel-5

Latest Stable Version Total Downloads Latest Unstable Version License

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.

Installation

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

  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.