Skip to content

sixtusagbo/mirablog

Repository files navigation

Mirablog

License GitHub repo size in bytes

Screenshot

About Mirablog

Mirablog is a project built with Laravel 9.0 for the course 'All through Laravel' on my YouTube Channel

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