Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
/ caraevents Public archive

Online reservation system that focuses on reservation, inquiries and advertising thru online, My first project in Laravel Application.

Notifications You must be signed in to change notification settings

iamante/caraevents

Repository files navigation

Caraevents Management System

Caraevents

An online reservation system that focuses on reservation, inquiries and advertising the client's product thru online, built using Laravel Framework and Bootstrap. A capstone project for the Bachelor's Degree of Information Technology in Access Computer College - lagro.

Getting Started

Pre-requisite

Installation

1. Clone the Repository

a. In your terminal Go to C:/xampp/htdocs

cd 'C:/xampp/htdocs'

b. Clone the repository

git clone https://github.com/iamante/caraevents.git

c. Go to the caraevents directory

cd 'caraevents'

d. Install Dependencies

composer install

2. Database configuration

a. Run both Apache and mySQL in the XAMPP Control Panel.

b. Go to localhost/phpmyadmin in your browser. Then login and create a database named caraevents. In the main directory of caraevents, find .env.example. Open it and update the database information below. After that, save it as .env.

Note Set your APP_URL in your .env file. This is needed for Voyager to correctly resolve asset URLs.

The default credentials for the phpMyAdmin are:

username: root

password:

You can leave the password blank.

APP_NAME='Caraevents'
APP_URL=http://localhost:8000 
...
DB_DATABASE=caraevents
DB_USERNAME=YourUsername
DB_PASSWORD=YourPassword

c. Go to your terminal to generate key

php artisan key:generate

d. Run the Database Migration

php artisan migrate

e. Migrate dummy data

composer dump-autoload
php artisan db:seed

f. Create a symbolic link:

php artisan storage:link

g. Install voyager and packages

npm install

3. Check the Apps

a. npm run dev

b. php artisan serve

c. Visit localhost:8000 in your browser

d. Visit /admin if you want to access the Voyager admin backend. Admin User/Password: admin@admin.com/password. Admin Web User/Password: caraevents@admin.com/123123123

Built with

Main Tech

Plugin

About

Online reservation system that focuses on reservation, inquiries and advertising thru online, My first project in Laravel Application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages