Quickly sets up a new Laravel project with additional things I usually need
uvarovserge/larahex is a Laravel package for quickly sets up a new laravel project with additional things i usually need.
It currently has 0 GitHub stars and 24 downloads on Packagist (latest version 1.0).
Install it with composer require uvarovserge/larahex.
Discover more Laravel packages by uvarovserge
or browse all Laravel packages to compare alternatives.
Last updated
Quickly sets up a new Laravel project with all the things I usually need. Among them:
./artisan executableartisan make:auth)app/helpers.php and app/precision_helpers.phpapp/Models directory and moves User model thereUser::this() as an alias for Auth::user()npm install at the endTake a look at larahex to see full functionality
Install it with: composer global require uvarovserge/larahex
Usage: larahex your_project_name. In your current directory a folder with this name will be created, which will contain the project code.
Upgrade to the latest version with: composer global updatecomposer global require uvarovserge/larahex