Getting Started

After Download your project from codecanyon, you will get a zip file, unzip the file you will get MeetUp App zipped files.

The MeetUp Admin panel is the laravel backend for the meetup project.

After unzipping the MeetUp Admin panel zipped file, there are some configurations that you to do before the project will run. Follow the sets below:

  1. Setup your database for the app from the .env file. Ensure your database is properly configured. You can do that by entering the proper database details in the .env file

2. There is an .sql file included in the project. You can import the file in your database

Last updated