Skip to content

Latest commit

 

History

History
executable file
·
25 lines (21 loc) · 755 Bytes

README.md

File metadata and controls

executable file
·
25 lines (21 loc) · 755 Bytes

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