A simple blog project that utilizes exedra and range of tools like,
- laravel eloquent (through offworks/laraquent)
- twig/twig
- cebe/markdown
- nesbot/carbon
- jasongrimes/paginator
- symfony/console
- filp/whoops
git clone https://github.com/offworks/persona
cd persona
composer install
- create a database named
persona - duplicate
config/env.json.exampleintoconfig/env.json, setup db credential accordingly. - run
php database/schema.phpto migrate insert db schemas
cd publicandphp -S localhost:9000- then run
http://localhost:9000on your browser
run php console.php app:routes or php console.php routeller:routes to list the routing.