Grow is a E-Learning software that provides online courses.
# Clone the repository
https://github.com/Darshan-KC/Grow.git
# Update composer
composer install
# Setup env file
cp .env.example .env
# Generate key
php artisan key:generate
# Install npm for authentication
npm install
# run the npm
npm run dev
# Migrate database file
php artisan migrate:fresh --seed
# Run the software
php artisan serve
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.