ianriizky/laravel-blog-starter

A starter kit to build blog application using Laravel Framework

dev-develop 2021-11-16 15:45 UTC

This package is auto-updated.

Last update: 2024-04-16 21:06:12 UTC


README

Build Status StyleCI Total Downloads Latest Stable Version License

laravel-blog-starter is a starter kit to build blog application using Laravel Framework.

Requirement

  • Laravel Framework ^8.0
  • PHP ^7.4|^8.0
  • MySQL ^5.7

Instalation

You can install the package via composer:

composer require ianriizky/laravel-blog-starter

After installation process finished, you are suggested to publish the configuration and public file:

php artisan vendor:publish --provider="Ianrizky\LaravelBlogStarter\App\Providers\ServiceProvider" --tag="config"
php artisan vendor:publish --provider="Ianrizky\LaravelBlogStarter\App\Providers\ServiceProvider" --tag="public"

Packagist: https://packagist.org/packages/ianriizky/laravel-blog-starter

Preparing The Database

You need to publish the migration to create the required table:

php artisan vendor:publish --provider="Ianrizky\LaravelBlogStarter\App\Providers\ServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations"

After that, you need to run migrations.

php artisan migrate

Testing

./vendor/bin/pest

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.

Credits

Role Name
Owner Septianata Rizky Pratama