Skip to content

Instantly share code, notes, and snippets.

View Devi7's full-sized avatar
💡
Focusing

Devi Devi7

💡
Focusing
View GitHub Profile

⚽ World Cup Ticket Sales System

Laravel Backend API — Assignment

Laravel 12+ PHP 8.3+ MySQL 8
Framework Language Database

⚽ Soccer Manager API — Technical Task

Overview

Build a RESTful API for a fantasy football application where users create teams and trade players on a transfer market. Focus on clean code, solid architecture, and good API design.


Tech Requirements

@Devi7
Devi7 / mysql-sail.md
Created December 11, 2021 17:17 — forked from jjcodes78/mysql-sail.md
Laravel Sail - GRANT ALL PRIVILEGES to sail user

Run this command in sail project folder:

docker-compose exec mysql bash

execute the mysql -u root -p command

provide the default password password

then executes