Manage Conference Event With Laravel

 This Laravel-based application is designed to streamline and optimize the management of conference events. It offers a comprehensive suite of features to handle various aspects of event planning and execution


How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • That's it: launch the main URL.
  • You can login to adminpanel by going go /login URL and login with credentials admin@admin.com - password

Previous Post Next Post