Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (22 loc) · 1.31 KB

todo.md

File metadata and controls

23 lines (22 loc) · 1.31 KB

Todos After Seeding Project

  • If using nginx, modify nginx-server.conf, make sure it's included, then reload nginx
  • Change server_name, access_log, error_log, root
  • Add server_name to operating system's hosts file
  • Windows 7, 8, 8.1: %systemroot%\System32\drivers\etc\hosts (requires administration privileges to edit)
  • Customize NetBeans IDE project
  • Change the project name in nbproject/project.xml at Project > Configuration > Name
  • Customize the project properties
  • Customize readme.md
  • A starting point is at the end of the current readme.md; just delete the top part about the seed and Laravel
  • Change license (if applicable) in license file and composer.json
  • Change name, description and keywords in composer.json to match this project
  • Add machine name to development environment in bootstrap/start.php
  • Customize configuration in app/config/*
  • Customize test setup
  • Update url in codeception.yml
  • Change root in nginx.conf in the tests directory. Specifically, change edrands/laravel-seeder to match your GitHub repository name.
  • Change the namespaces in the following places:
  • composer.json under autoload -> psr-4
  • Nearly every file in src. Just do a project wide find and replace for EdRands\Seeder
  • $controllerNamespace in src\routes.php
  • Delete this todo.md file