TerrorSquad / laravel-8-from-scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Logo

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.

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.

You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 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.

Requirements

  • Docker and Docker Compose
  • PHP 8.1+
  • Composer

Installation

  1. Clone the repository
  2. Run composer install. You might need to pass --ignore-platform-reqs if you're not using PHP 8.1
  3. Run cp .env.example .env
  4. Run ./vendor/bin/sail up -d
  5. Run ./vendor/bin/sail artisan key:generate
  6. Run ./vendor/bin/sail artisan migrate
  7. Run ./vendor/bin/sail artisan db:seed

Deployment to fly.io

About


Languages

Language:PHP 71.9%Language:Blade 23.9%Language:Dockerfile 2.7%Language:Shell 0.8%Language:JavaScript 0.5%Language:CSS 0.2%