Download the PHP package maimake/largen without Composer
On this page you can find all versions of the php package maimake/largen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package largen
largen
Laravel framework is too flexible, while has too simple file generators.
Since that, it leaves so many things/configs to developers to use the file generated by laravel, and our poor developers can not remember all of the points.
Now, I make more further: Generate files with templates and enable it automatically BTW
You should use this package in new project. Because it will change some config/env/script files. Strongly recommend that using git for checking what files will be changed.
Feature
Requirements
- Linux / MacOS
- php 7.1.3+
- ruby
- laravel 5.7.*
Installation
Create an empty laravel project:
Now, you can setup some environments with following command
One line install and setup
Memo
Optimize For Production
optimize autoloader
optimize bootstrap
use redis, change your .env file
use cache
clear optimize
clear cache data
Maintain Mode
How to contribute?
-
fork from this repository
-
clone your repository to a local path (ie. pakcages/largen)
-
create an empty laravel project
-
add following config to the composer.json,change the url where your repository locates.
-
require the package. And then it will automatically create a Symlinking from your repository path.
- change some code in path
vendor/maimake/largen
, and finally make a PR to me.
Here is one line command. Replace the path of packages
as you like:
and then you can do something with many commands in this package
License
All versions of largen with dependencies
laravel/framework Version 5.7.*
guzzlehttp/guzzle Version ^6.3
doctrine/dbal Version ^2.8
twig/twig Version ^2.5