Skip to content

MaxAsif/yearbook-portal-laravel

 
 

Repository files navigation

yearbook

Create a .env file with content same as .env.example with your database name and username and password

Run following comands first:

  1. composer install
  2. composer dump-autoload
  3. php artisan key:generate
  4. php artisan migrate
  5. php artisan serve

To allow large file upload edit /etc/php/7.0/cli/php.ini file

upload_max_filesize = 100M post_max_size = 125M #Restart apache systemctl restart apache2.service

About

Yearbook Portal for the graduating batch of 2018 of IIT Kharagpur

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.5%
  • PHP 40.3%
  • Vue 0.2%