It is an article publishing web project using Laravel Framework. There is an admin panel within the project. Administrators and users can be created in the admin panel, adding-editing-deleting articles, adding-editing-deleting categories, assigning categories to articles, changing site settings and listing logs can be done. On the web page, users can list articles, publish articles, write comments, and filter by categories.
$ docker-compose up
$ docker ps
$ docker exec -it {PHP8_CONTAINER_ID} bash
$ composer global require laravel/installer
$ composer global about
# Changed current directory to /root/.composer
# Composer - Dependency Manager for PHP - version 2.6.5
# Composer is a dependency manager tracking local dependencies of your projects and libraries.
# See https://getcomposer.org/ for more information.
$ export PATH="/root/.composer/vendor/bin:$PATH"
$ laravel new project
$ cd project
$ php artisan serve
- Home
- Article List
- Article Detail
- Login
- Register
- Reset Password
- User Profile
- User Change Password
- User Article List
- User Article Detail
- User Publish Article
The MIT License (MIT). Please see License File for more information.