Coder Social home page Coder Social logo

wisnuuakbr / starter-template-laravel Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 11.26 MB

Build Laravel base starter template for projects with dynamic multilevel menu

Home Page: https://starter-template-laravel.vercel.app

PHP 1.83% CSS 14.57% HTML 50.74% SCSS 6.27% Less 1.69% JavaScript 23.29% Blade 1.62%
dynamic laravel multilevel-menu starter template

starter-template-laravel's Introduction

Starter Template Laravel

Creating Base Template for Laravel Projects

Build Status Total Downloads Latest Stable Version License

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:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Requirements

Starter template laravel is currently extended with the following requirements.
Instructions on how to use them in your own application are linked below.

Requirement Version
PHP 8.1.10
Mysql 8.0.30

Installation

Make sure all requirements are installed on the system. Clone the project and install dependencies:

$ git clone https://github.com/wisnuuakbr/starter-template-laravel.git
$ cd starter-template-laravel
$ composer install

Configuration

Copy the .env.example file and rename it to .env
Change the config for your local server

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=template_builder
DB_USERNAME=root
DB_PASSWORD=

Generate App Key

Generate the application key using the following command:

$ php artisan key:generate

Migration & Seeder

Run the migrations table:

$ php artisan migrate

Run the seeder:

$ php artisan db:seed

Run Application

Run the application:

$ php artisan serve

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

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

starter-template-laravel's People

Contributors

wisnuuakbr 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.