Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 1.05 KB

File metadata and controls

53 lines (44 loc) · 1.05 KB

Install Dependencies

composer install
npm install

Environment Configuration

  1. Copy the .env.example file and rename it to .env.
  2. Configure the environment file to match your database and application settings.
  3. Link the storage:
    php artisan storage:link
  4. Generate an application key:
    php artisan key:generate

Storage Setup

php artisan storage:link

Database Setup

php artisan migrate
php artisan db:seed

Start the Application

composer run dev

Open your browser and visit:

http://localhost:8000/admin/login

Default Login Credentials

You can log in using the following accounts:

Email Password
user@example.com labnotes123

Contact

For any inquiries, feel free to reach out!

ko-fi