bestiony / laravel-sail-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a sample laravel project with basic authentication enabled.

This project is created using laravel with sail. In order to create a new project you need to have Docker installed.

Install php 8 Install compoer composer install

Copy .env.example -> .env Edit DB configs

Create a new laravel project

Create a laravel project
curl -s "https://laravel.build/[project name]" | bash

Access the project directory
cd [project name]

Run the project locally using sail
./vendor/bin/sail up

Do database migration using sail

./vendor/bin/sail artisan migrate

About


Languages

Language:PHP 70.7%Language:Blade 28.7%Language:Shell 0.6%Language:Procfile 0.0%