baddiservices / events-app

Events management web App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Events Management App

PHP MySQL Laravel Vue.js

App dahsboard

Requirements

  • PHP >= 7.3

Getting started

Dependencies installation

(Assuming you've installed Composer)

Fork this repository, then clone your fork, and run this in your newly created directory:

composer install

Project configuration

Next you need to make a copy of the .env.example file and rename it to .env inside your project root.

Run the following command to generate your app key:

php artisan key:generate

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate

Dump demo data to database

php artisan db:seed

Then start your server:

php artisan serve

You can now access the server at http://127.0.0.1:8000

To see all defined routes and corresponding controllers methods use php artisan route:list console command

About

Events management web App


Languages

Language:PHP 64.9%Language:Vue 25.8%Language:Blade 8.9%Language:Shell 0.4%