Skip to content

FerasBarahmeh/LMS

Folders and files

NameName
Last commit message
Last commit date
Apr 22, 2024
Feb 9, 2024
Mar 30, 2024
Apr 14, 2024
Mar 15, 2024
Mar 30, 2024
Apr 22, 2024
Apr 22, 2024
Feb 25, 2024
Apr 7, 2024
Feb 9, 2024
Feb 9, 2024
Mar 30, 2024
May 3, 2024
Apr 15, 2024
Feb 9, 2024
Mar 1, 2024
Mar 30, 2024
Feb 9, 2024
Feb 9, 2024
Apr 5, 2024
Feb 9, 2024
Feb 9, 2024
Feb 9, 2024

Repository files navigation

How Run application

  1. git clone git clone [email protected]:FerasBarahmeh/LMS.git
  2. cd LMS
  3. composer update
  4. copy .env file if your OS is linux use this command cp .env.example .env
  5. Generate key for app using php artisan key:generate
  6. Migration DB php artisan mi:f --seed
  7. Set your mail configuration in .env file
  8. Set "APP_URL=http://localhost:8000" in .env file
  9. for testing sure you are install sqlite if you use linux use sudo apt-get install php-sqlite3

Note

  • in your php config (php.ini) file change the post_max_size and upload_max_filesize to the max size you wan't uploade
  • Connect to internet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published