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 |
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.
Open web directory of your web servers in terminal(CLI), and follow the following steps.
composer create-project laravel/laravel MyProjectFolder
cd MyProjectFolder
composer require chewei05/my-beginning-project-of-laravel-5 dev-master
php vendor\chewei05\my-beginning-project-of-laravel-5\src\setup.php
This package maybe destroy your project, uses it in your beginning project.