How to install projects with desktop github
To install this project you must have a composer for those who have not installed the composer please download click here Tutorial How to Install Composer Click here
For those who already have a composer, please follow the tutor below
- Click the Clone or Download button
- Click Open in Desktop
- Click open githubdesktop.exe
- Please select the path location you want
- Then click Clone
- Wait until the clone process is complete
- Open the Porject folder that has been clone through the terminal
- Do Composer Install Type
- Wait until the process is complete
- Create a new database in PHPMYADMIN you name as you wish
- Copy the .env.example file in the project folder and change its name to .env for those who use git bash can type as below
- Open the .env file
- Change the database configuration according to the name of the database you made earlier then save
- Migrate type:
php artisan migrate:refresh --seed
- Finish Project Laravel can be run using the Development Server by typing
- Then ctrl+click on http://127.0.0.0:8000
How to install a project without desktop github
For those who already have a composer, please follow the tutor below
- Click the Clone or Download button
- Please select the path location you want
- Then click okay
- Wait until the download process is complete
- Extract here
- Open the Porject folder that has been extracted with the terminal
- Do a Dependecies Update Type
- Wait until the process is complete
- Create a new database in PHPMYADMIN you name as you wish
- Copy the .env.example file in the project folder and change its name to .env
- Open the .env file
- Change the database configuration according to the name of the database you made earlier then save
- Migrate type:
php artisan migrate:refresh --seed
- Finish Project Laravel can be run using the Development Server by typing
- Then ctrl+click on http://127.0.0.0:8000
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:
- Simple, fast routing engine.
- Powerful Dependent Injection Container.
- Multiple Back-Ends for Session and Cache Storage.
- Expressive, Intuitive Database Orm.
- Agnostic Schema Migrations Database.
- Robust Background Job Processing.
- Real-time event broadcasting.
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 breeze to get started with the framework.
If you don't feel like reading, laracasts can help. Laracts Contains Over 1400 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.
Laravel sponsors
We would like to extend our thanks to the following sponsors for funding laravel development. If you are interested in becoming a sponsor, please visit the laravel patreon page.
- Vehikl
- TIGHTEN CO.
- Kirschbaum Development Group
- 64 Robots
- Cubet Techno Labs
- Cyber-Duck
- British Software Development
- Webdock, fast vps hosting
- Devsquad
- Userinsights
- Fragrarantica
- Softonsofa
- User10
- Soumettre.fr
- Codebrisk
- 1Forge
- Tecpresso
- Runtime converter
- Webl'agence
- Ninja Invoice
- IMI Digital
- Eartlink
- Steadfast collective
- We are the robots Inc.
- Understand.io
- Abdel Elrafa
- Hyper host
Contribuing
Thank you for considering contributing to the Laravel Framework! The Contribution Guide Can Be Found in the Laravel Documentation.
Security vulnerability
If you discover a security vulnerability within laravel, please send an e-mail to taylor otwell via [email protected]. All security vulnerability will be promptly address.
License
The Laravel Framework is open-source software licensed under the MIT License.