10000 GitHub - sh1hab/LARAVEL--BLOG: Laravel BLOG CRUD with PHP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sh1hab/LARAVEL--BLOG

Repository files navigation

Laravel Blog CRUD

This is a Laravel Blog CRUD API Application Built with Laravel, PHP, MySql

Project Setup

The following are to be considered when running this Application:

Running the project

  • Open the terminal and navigate to Project folder
  • Run composer install command to install required dependencies
  • Copy .env.example to .env and update the DB_DATABASE, DB_PASSWORD, DB_USERNAME to credentials according your to your database credentials
  • Run the php artisan key:generate command to generate an application key.
  • Run the php artisan migrate:fresh --seed command to run migrations and seed.
  • Run the php artisan passport:install command to install passport.
  • Run the php artisan serve command and navigate to the url provided to start using the application.

Default account

admin@mail.com is the default admin email and password

API Documentation

https://documenter.getpostman.com/view/14023069/TzskE3b4 Here is the API Documentation

Tests

Run the php artisan test to run the tests

About

Laravel BLOG CRUD with PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0