Mirablog is a blog app built with Laravel 9.0
git clone https://github.com/sixtusagbo/mirablogcomposer installcp .env.example .env
php artisan key:generate
# Modify database config in env filephp artisan migratephp artisan storage:linkphp arisan servenpm installnpm run dev- Fork the repo ( https://github.com/sixtusagbo/mirablog/fork )
- Create a branch for your new feature (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
MIT
Built with 💖 by Sixtus Miracle Agbo