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
[email protected]
as username, andpassword
as the password
- Install Codeception (via Phar or Composer)
- Execute
run
command - Yeah, it works!