Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1 KB

readme.md

File metadata and controls

25 lines (21 loc) · 1 KB

PHP Project Boilerplate

What is this boilerplate for?

Commands

  • composer install install deps
  • composer run dev start the local php server
  • note you need to have the tailwind binary installed to usr/local/bin
  • composer run tw-dev watch tailwind files
  • composer run tw-min minify dist for production
  • composer run db-create create sqlite file before migrations

Migrations

  • php database/migrations/users.php create table for users and insert faker data

Contributing

  • Make a PR