mirablog

A blog app built with Laravel

MIT License

Stars
2
Committers
2

Mirablog

About Mirablog

Mirablog is a blog app built with Laravel 9.0

Installation

git clone https://github.com/sixtusagbo/mirablog

Install composer dependencies

composer install

Handle env file

cp .env.example .env

php artisan key:generate

# Modify database config in env file

Run the database migrations

php artisan migrate

Create symlink to storage

php artisan storage:link

Run the app

php arisan serve

Styles

Install npm packages

npm install

Compile with mix

npm run dev

Contributing

License

MIT

About the Author

Built with by Sixtus Miracle Agbo

Badges
Extracted from project README
License