Skip to content

maksymsh/laravel

 
 

Repository files navigation

Install project

  • Clone project
git clone https://github.com/maksymsh/laravel.git
  • Copy .env.example to .env and configure DB
  • Install dependencies
composer install
  • Generate key
php artisan key:generate
  • Run migrations
php artisan migrate
  • Run seeds
php artisan db:seed

About

A PHP framework for web artisans

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.7%
  • HTML 2.7%
  • Vue 0.6%