Giter VIP home page Giter VIP logo

setup-laravel's Introduction

Project Setup

Requirements

Install Composer

Database Configuration

Create a new database on phpmyadmin or SDBM you're using.

Go to .env file and change lms to your database name and set the password if you don't have a password let variable empty.

DB_DATABASE=lms
DB_USERNAME=root
DB_PASSWORD=

Open the root directory of the project and with terminal.

Run this commands

To import libraries used in the project .

composer install

To Create a key for the app: (Key is private and used to hash passwords...)

php artisan key:generate

To Create tables in the database run:

php artisan migrate

To Create fake data in the datatables run:

php artisan seed:db

To launch the server:

php artisan serve

Then u can visit you website on localhost:8000

You don't need to run this commands every time just once ,later you need just to strat the server by runing.

php artisan serve

Absence Management (Gestion d’Absence) :

it is a Web Application for management absences of students.

Technologies and Frameworks used:

Description of the application :

There are four kind of accounts :

- Admin          :  manage students,teachers,modules ...

- Student        :  You can check your absences

- Administration : - You can check the absence of all students
	           - You can send warnings to students who have exceeded the number of absences authorized by the university
	           - Others options also ...

- Teacher        : - You can get the list of student who were absent per session
                   - Create class sessions
                   - You can register absent students
                   - Others options also ...

To get the project up and running on your local machine, do the following.

  • clone it :git clone https://github.com/ayoubmouallim/Gestion-Absence.git
  • Run composer install, to install dependencies
  • Edit the created .env file at the root of your project, to add database credentials, etc
  • To setup your database tables, run this command php artisan migrate in your cmd
php artisan serve

setup-laravel's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.