Scaffolded CRUD app for Laravel Codeception testing.
- Clone repo
composer install --dev- Create database:
l4-module. - Update MySQL config in
app/config/database.php - Command line: run
php artisan migrate --seed - Server: run
php artisan serve - Browse to localhost:8000/posts
- Enter
john@doe.comas username, andpasswordas the password
- Install Codeception (via Phar or Composer)
- Execute
runcommand - Yeah, it works!