Skip to content

An e-learning platform to help students learn faster and easier for exams.

License

Notifications You must be signed in to change notification settings

alexcambose/studeo

Repository files navigation

Studeo Logo

opening-opportunities-Studeo

A platform to help students learn faster and easier for the baccalaureate exam

Installation:

~ composer install && npm install
php.ini configuration

In order to be able to upload large files you should edit your php.ini file and set:

memory_limit = 32M
upload_max_filesize = 24M
post_max_size = 32M

You will also need to restart apache after that.

Database seeding

After you have php artisan migrated the database, run the database seed command

~ php artisan db:seed

11 fake users will be added to you database and you can now login with the standard sandel user, email: [email protected] and the password: 123456