Skip to content

apalette/laravel.codeuz.project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Laravel Codeuz Project

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"

About

Let's create quickly a new Laravel project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published