Skip to content

pepperfm/example-app

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Build setup

Easiest way for setup:

  • Set your local UID and GID in .env.example
  • Use make init command for build docker app in one command!
  • Reset UID and GID from .env.example

For open container's bash via make php-bash or make node-sh command

Hard way:

Install dependencies

  • composer i

Run project initial commands

  • php artisan key:gen
  • php artisan migrate:fresh --seed
  • php artisan storage:link

Run server

  • php artisan serve or whatever you use.

Done! U'r ready to use app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published