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
Package info
github.com/apalette/laravel.codeuz.project
Language:JavaScript
pkg:composer/codeuz/project
dev-master
2018-04-12 14:54 UTC
This package is auto-updated.
Last update: 2026-03-13 03:14:27 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"