Mirablog is a blog app built with Laravel 9.0
git clone https://github.com/sixtusagbo/mirablog
composer install
cp .env.example .env
php artisan key:generate
# Modify database config in env file
php artisan migrate
php artisan storage:link
php arisan serve
npm install
npm 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