eslamwe / ATTMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

How to run the app

1-Download XAMPP

2-Open Apache and MySQL services then Create a Database in phpmyadmin called "homestead"

3- Clone the repo https://github.com/AdhamSamer3301/ATTMS.git

3- Open Terminal in ATTMS folder and Copy these codes:

composer install 
cp .env.example .env
composer require laravel/ui
composer require tcg/voyager
php artisan voyager:install
php artisan voyager:admin admin@admin.com --create
npm install
npm run dev
php artisan serve

About


Languages

Language:PHP 75.5%Language:Blade 24.0%Language:Shell 0.5%