This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cedcd58
commit cdb1c36
Showing
3 changed files
with
8 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,19 @@ | ||
# laragen | ||
# Laragen : Extensive generators for laravel | ||
|
||
[![Latest Version on Packagist][ico-version]][link-packagist] | ||
[![Software License][ico-license]](LICENSE.md) | ||
[![Build Status][ico-travis]][link-travis] | ||
[![Quality Score][ico-code-quality]][link-code-quality] | ||
[![Total Downloads][ico-downloads]][link-downloads] | ||
|
||
Generators for laravel | ||
This is a work in progress. Please check back later for complete package. | ||
|
||
## Structure | ||
## Features | ||
Generate and scaffold everything required for a basic laravel project. Starting with controllers, models, requests, views, assets, migrations, seeders, routes. More to be added in future releases. | ||
|
||
If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following. | ||
|
||
``` | ||
bin/ | ||
config/ | ||
src/ | ||
tests/ | ||
vendor/ | ||
``` | ||
## Usage | ||
|
||
This package is a work in progress. Please check back later. | ||
|
||
## Install | ||
|
||
|
@@ -29,6 +23,7 @@ Via Composer | |
$ composer require prateekkarki/laragen | ||
``` | ||
|
||
|
||
## Security | ||
|
||
If you discover any security related issues, please email [email protected] instead of using the issue tracker. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters