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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Installation Access Repository on Git.
In your OS terminal use git clone #REPOSITORYURL.
Open Downloaded Folder Project
On Project Root Folder run command: Composer Install (Terminal or SSH or Powersheel )
Database: Use file DB.sql located in database folder and upload to your MYSQL engine
Configure ".env" file located at Root Folder and use your OWN server settings.
LOCALHOST MODE = run php artisan serve this will automatically webserver at http://127.0.0.1:8000
REMOTE MODE = run your own REMOTE URL www.example.com