1
Laravel Bootcamp Example

Laravel Bootcamp Example

Hello, in this blog post I will share information about a project that I have shared on my github account.

Before Installation: You must have php, composer and mysql installed on your computer. You can use Laragon or Docker for these operations.

Installation:

You can issue commands with $ directly from the terminal.

  1. git clone https://github.com/abdurrahmanekecik/Laravel-Bootcamp-Example
  2. cd Laravel-Bootcamp-Example
  3. Delete the .example part of your .env.example file in the main directory and update your database information in it.
  4. composer update
  5. php artisan migrate
  6. php artisan db:seed
  7. php artisan key:generate
  8. php artisan serve

http://127.0.0.1:8000/login You can access our project running on our localhost via this link, in the form field;

email: info@abdurrahmanekecik.com

password: 123456

You can reach our administration page by entering the information.

 

Laravel Bootcamp Example, which is our sample project, you can review the codes and examples from our github project.

Github Code

Demo Link

Comments (0)

Comment About Content