marvelperseus / Laravel-Vue

This is the appointment system for Dental Clinic project I have done from scratch. (using Laravel and Vue, Vuetify)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

Learning Laravel

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

If you're not in the mood to read, Laracasts contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page:

Get Start

  • Clone this repository and cd into it
  • Run composer install and npm install to download laravel dependencies
  • Run php artisan key:generate to generate a key for the app
  • Set up your database in your .env file and run php php artisan migrate --seed
  • Execute npm run dev to build project assets
  • Execute php artisan serve to run the project in your browser

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

This is the appointment system for Dental Clinic project I have done from scratch. (using Laravel and Vue, Vuetify)

License:MIT License


Languages

Language:JavaScript 80.7%Language:Vue 11.9%Language:PHP 6.8%Language:HTML 0.6%Language:CSS 0.0%Language:Ruby 0.0%Language:Shell 0.0%