Skip to content

creation of blog with subscription system (Package cashier)

Notifications You must be signed in to change notification settings

GRkode/app_blog

Repository files navigation

Laravel 8 My Blog

Best practices on Laravel to present cases of use of the framework's features like:

Beside Laravel, this project uses other tools like:

Installation

Setting up your development environment on your local machine :

$ git clone https://github.com/GRkode/app_blog.git
$ cd app_blog
$ cp .env.example .env
$ composer install
$ php artisan key:generate
$ php artisan storage:link
$ php artisan serve

Now you can access the application via http://localhost:8000.

Before starting

You need to run the migrations with the seeds :

$ php artisan migrate --seed

This will create a new user that you can use to sign in :

email: [email protected]
password: password
email: [email protected]
password: password

Useful commands

Seeding the database :

$ artisan db:seed

In development environnement, rebuild the database :

$ php artisan migrate:fresh --seed

License

This project is released under the MIT license.

About

creation of blog with subscription system (Package cashier)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published