Coder Social home page Coder Social logo

laravel's Introduction

Metronic - Bootstrap 5 HTML, React, Angular, VueJS & Laravel Admin Dashboard Theme

Happy coding with Metronic!

Laravel Quick Start

  1. Download the latest theme source from the Marketplace.

  2. Download and install Node.js from Nodejs. The suggested version to install is 14.16.x LTS.

  3. Start a command prompt window or terminal and change directory to [unpacked path]:

  4. Install the latest NPM:

     npm install --global npm@latest
    
  5. To install Composer globally, download the installer from https://getcomposer.org/download/ Verify that Composer in successfully installed, and version of installed Composer will appear:

     composer --version
    
  6. Install Composer dependencies.

     composer install
    
  7. Install NPM dependencies.

     npm install
    
  8. The below command will compile all the assets(sass, js, media) to public folder:

     npm run dev
    
  9. Copy .env.example file and create duplicate. Use cp command for Linux or Max user.

     cp .env.example .env
    

    If you are using Windows, use copy instead of cp.

     copy .env.example .env
    
  10. Create a table in MySQL database and fill the database details DB_DATABASE in .env file.

  11. The below command will create tables into database using Laravel migration and seeder.

    php artisan migrate:fresh --seed
    
  12. Generate your application encryption key:

    php artisan key:generate
    
  13. Start the localhost server:

    php artisan serve
    

laravel's People

Contributors

sheradnankhan avatar waleedbangash avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.