Skip to content

V1.0.0

Latest

Choose a tag to compare

@morpheusadam morpheusadam released this 13 Aug 19:42
· 4 commits to main since this release

6

Version 1.0.0

New Features

  • Added user authentication system.
  • Implemented real-time notifications.
  • Integrated with Cloudflare for enhanced security.

Improvements

  • Improved SEO optimization.
  • Enhanced image upload functionality.
  • Updated to the latest version of Laravel and Bootstrap.

Bug Fixes

  • Fixed issue with user profile image resizing.
  • Resolved errors in the notification system.
  • Addressed various minor bugs and performance issues.

Installation Instructions

To install this version, follow these steps:

  1. Clone the repository: git clone https://github.com/username/repository.git
  2. Navigate to the project directory: cd repository
  3. Install dependencies: composer install
  4. Copy the example environment file: cp .env.example .env
  5. Generate the application key: php artisan key:generate
  6. Link the storage directory: php artisan storage:link
  7. Run database migrations: php artisan migrate:fresh
  8. Seed the database: php artisan db:seed
  9. Start the queue worker and scheduler: php artisan queue:work && php artisan schedule:run