codeuz/project

There is no license information available for the latest version (dev-master) of this package.

Let's create quickly a new Laravel project

dev-master 2018-04-12 14:54 UTC

This package is auto-updated.

Last update: 2024-04-12 22:08:22 UTC


README

Let's create quickly a new Laravel project

Requirements

Laravel >= 5.5

Installation

composer require codeuz/project
composer update

Create a new project

** Warning: ** this command will overwrite the existing files

php artisan vendor:publish --tag=project --force
php artisan migrate

Create a new user

php artisan user:create "John" "Doe" "j@doe.com" "password"