Code Monkey home page Code Monkey logo

learning-laravel's Introduction

Learning Laravel

Learning Laravel Series

You probably already know that, at Tighten, we love working with Laravel, a framework that helps make web application development fast, fun and easy.

In this "Learning Laravel" series, we'll explore various features of the Laravel framework in fun, easily consumable projects. The content for this series is ideally suited for people who have already had a basic introduction to the Laravel framework, and are interested in diving deeper. If you, instead, are looking to build your very first Laravel project, check out Laravel Basics at Onramp.

Requirements

  • Laravel 9
  • PHP 8.1
  • MySQL

Installation

  1. Install composer dependencies: composer install.
  2. Install NPM dependencies: npm install.
  3. Start your .env file: cp .env.example .env.
  4. Generate an application key for your project: php artisan key:generate.
  5. Run migrations: php artisan migrate.
  6. Build front end assets: npm run dev.
  7. Run your application in the browser: php artisan serve

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.