mfarisadip / companyprofile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

Company Profile

Features

  • Features
    • Authentication , CRUD blog, portfolio, etc.

What's in it?

  • Laravel 8.x
  • Stisla admin
  • Flex Start Bootstrap

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.

Requirement

  • mysql >= 7.4

Installation

Create a Database Table in phpMyAdmin

Open Code Editor → Terminal.

In Terminal, navigate to the extracted Oashier folder. $ cd companyprofile

Enter these commands one by one ,

$ composer install
$ npm install
$ cp .env.example .env
$ php artisan key:generate
$ php artisan storage:link

Edit the .env file like this,

DB_CONNECTION = mysql
DB_HOST = 127.0.0.1 // change to Host your database
DB_PORT = 3306
DB_DATABASE = company // change to the name of the database table that you created
DB_USERNAME = root // change to be your database username, default root
DB_PASSWORD = ... // change to your databse password, null default 

License

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

About


Languages

Language:Blade 51.8%Language:PHP 48.0%Language:Shell 0.2%